Okay
  Public Ticket #1962770
Hi How to blend two diferent slide
Closed

Comments

  • JVentrone started the conversation

    Hi I want to make diferents slides, using a origami plugins and some slide like creative Agency, but I don´t how to use it?


    I mean:

    $(document).ready(function() {

                
                $('#slider').layerSlider({
                    sliderVersion: '6.0.0',
                    type: 'fullsize',
                    responsiveUnder: 0,
                    layersContainer: 1200,
                    maxRatio: 1,
                    parallaxScrollReverse: true,
                    hideUnder: 0,
                    hideOver: 100000,
                    skin: 'outline',
                    showBarTimer: true,
                    thumbnailNavigation: 'disabled',
                    allowRestartOnResize: true,
                    skinsPath: '../../layerslider/skins/',
                    height: 800
                                 });
                $('#prueba').layerSlider({
                    sliderVersion: '6.1.0',
                    pauseOnHover: 'disabled',
                    skin: 'v6',
                    navStartStop: false,
                    hoverBottomNav: true,
                    showCircleTimer: false,
                    skinsPath: '../../layerslider/skins/',
                    plugins: ["origami"]
                });
                
                
    });
        for example ? 


  • [deleted] replied

    Hello JVentrone,

    Thank you for getting in touch with us. My name is Attila and I'm happy to assist you today. I appreciate your patience while we've been working towards your ticket.

    Could you please show us your site or a test page where we can check on this ? Thank you.

  • JVentrone replied

    actually I'm learning your plugin, so I don't know if I can, blend two slider like Origami and Creative Agency for example, and then I will make the website that I have to do. 

  • [deleted] replied

    What exactly do you mean by 'blend' ? Would you like to mix the origami feature with another slider ? Naturally, you can do that. Origami is basically a slide transition, so you can apply it anywhere you like.

  • JVentrone replied

    yeap mix a sliders, origami with agency creative, how can I do it, How can mix differents js controlers, do you have some example code to know can i do it?

    $(document).ready(function() {

                             $('#slider').layerSlider({                 sliderVersion: '6.0.0',                 type: 'fullsize',                 responsiveUnder: 0,                 layersContainer: 1200,                 maxRatio: 1,                 parallaxScrollReverse: true,                 hideUnder: 0,                 hideOver: 100000,                 skin: 'outline',                 showBarTimer: true,                 thumbnailNavigation: 'disabled',                 allowRestartOnResize: true,                 skinsPath: '../../layerslider/skins/',                 height: 800                              });             $('#prueba').layerSlider({                 sliderVersion: '6.1.0',                 pauseOnHover: 'disabled',                 skin: 'v6',                 navStartStop: false,                 hoverBottomNav: true,                 showCircleTimer: false,                 skinsPath: '../../layerslider/skins/',                 plugins: ["origami"]             });                           });


  • [deleted] replied

    Unfortunately you cannot "mix" sliders, by mashing two of them together. You will have to take one slider and apply all the settings you need on it. So in your case, take the agency template, make the adjustments you need and then apply the origami on it.

    The documentation contains example codes, as well as descriptions on the options. You can find it in the plugin's package that you download from CodeCanyon.