Okay
  Public Ticket #2134495
Showcase Slider Settings
Closed

Comments

  • Ricardo started the conversation

    Hello! Where can I find the showcase slider settings?

    I would like to remove the animation the text currently has, and use a different page template or design than it currently uses.


    Thanks again!

    Ricardo

  •  1,802
    Support replied

    Hello Ricardo

    The slider is initialized in /js/scripts.js

    function PagePillingSlider() {

    ...

        $('.pagepillingslider').pagepiling({

         ...

       });
    }

    and the complete list of options can be found here in the documentation:

    https://github.com/alvarotrigo/pagePiling.js#pagepilingjs

    Of interest is the navigation parameter where you can customize the appearance


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Ricardo replied

    Great, thank you so much for the superfast reply! You guys are awesome.