Slide everything for Elementor

Поділитися
Вставка
  • Опубліковано 23 січ 2023
  • Quick demo for the "Slide everything for Elementor" plug-in
    Plug-in Download: wordpress.org/plugins/slide-e...
    Get Elementor: be.elementor.com/visit/?bta=2...
    How to use it:
    * create a horizontal container and give it an ID (Advanced - CSS ID)
    * add multiple sub containers (those are the slides)
    * add the Slide everything widget somewhere in the page
    * set the ID of the container in “Slider ID”
    * change some settings
    * preview the page
    #wordpress #elementor

КОМЕНТАРІ • 18

  • @volynfc
    @volynfc 6 місяців тому

    Hi, very cool plugin and I'm glad I finally found it, thank you, but there is a big problem with arrows that can't be moved outside the container(overflow: hidden;), tell me what can be done about it?

    • @michaelgangolf7638
      @michaelgangolf7638  6 місяців тому

      it's using the default swiper layout where the navigation buttons are inside the swiper div. You could try to use custom CSS to override the overflow and move the buttons. Another way is to use custom JS, get the swiper again and call `slideNext()`. Check the official swiper documentation at "initialize swiper". It has an "after" example to get the swiper again. Then you can use every item in your page as the arrows

  • @malik__naseeb
    @malik__naseeb Рік тому

    Hey there, I ran in another problem.
    I have 5 containers that I am sliding with the help of your plugin now, one of my container is double the size of others.
    But, I can't align the containers in center.
    any way to fix that?

    • @michaelgangolf7638
      @michaelgangolf7638  Рік тому

      as before: please look at the HTML output and use CSS to align the content. The plugin just applies Swiper.js to your container. You could even do that without the plugin by calling the JS yourself swiperjs.com/get-started#initialize-swiper and add more paramters to it

  • @Yigitdnmz0
    @Yigitdnmz0 7 місяців тому

    No, I did the same thing you did with your video, but it is not compatible with the mobile version. Things that turn into sliders on mobile appear on the right, and when I slide the screen, the entire screen slides. Do you have a solution for this

    • @michaelgangolf7638
      @michaelgangolf7638  7 місяців тому

      That depends on your mobile styles or theme. A default Astra page with a horizontal container that just has images + my plugin looks like this in desktop, table and phone view: imgur.com/a/08IhEjJ it's not going to the right or something like this. So you have to check your styles for the mobile settings. Can't do anything there

  • @malik__naseeb
    @malik__naseeb Рік тому

    the arrows a bit on annoying but highly respect your work.
    I want these two arrows to be on bottom but one on the left and another on the right. i've been struggling to do that, can you suggest me how to do it?

    • @michaelgangolf7638
      @michaelgangolf7638  Рік тому

      just look at ua-cam.com/video/s8oyX1u-T6E/v-deo.html and change the numbers. You can style/move them with CSS very easily too. Both have normal classes

    • @malik__naseeb
      @malik__naseeb Рік тому

      @@michaelgangolf7638 okay thanks a bunch man

  • @dafaRPR
    @dafaRPR 10 місяців тому

    is it column only or you can do it in row as well?

    • @michaelgangolf7638
      @michaelgangolf7638  10 місяців тому

      as it creates a horizontal slider I recommend having it in a row. If you have a column and assign that to the slider plugin it will still create a horizontal slider. But you content will jump from a long list of items to a slider. It will just take each item inside the container and use that as slides, no matter if the container is a column or row

    • @dafaRPR
      @dafaRPR 10 місяців тому

      @@michaelgangolf7638 okay thanks for the explanation

  • @user-zw1mq6mj7z
    @user-zw1mq6mj7z 6 місяців тому

    HEY, cant change the size and colors of the arrow

    • @michaelgangolf7638
      @michaelgangolf7638  6 місяців тому

      There is no property for the arrow size, you have to use `.swiper-button-next:after, .swiper-button-prev:after {font-size: }`. A fix for the arrow color will be released in a few hours. Looks like you are not using inline SVGs

    • @user-zw1mq6mj7z
      @user-zw1mq6mj7z 6 місяців тому

      what are the inline SVGs? like custom icons? can i add custom icons?@@michaelgangolf7638

  • @natali5663
    @natali5663 Рік тому

    great plugin. but unfortunately only works if logged in to wordpress

    • @michaelgangolf7638
      @michaelgangolf7638  Рік тому

      Hi, that shouldn't be the case. In case you are using any caching/minifying plugin make sure to purge the cache as most of the time they don't apply for logged-in users

    • @natali5663
      @natali5663 Рік тому

      @@michaelgangolf7638, yes! its because of Autoptimize plugin. Clearing the cache didn't help. It only works if disable css minification on the page...