• Resolved paupixel

    (@paupixel)


    Im creating quite a few slides using Master Slider
    How can I default all slides to be in FIT instead of FILL?
    That will save me lots of time
    thanks

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    Please add the below code to functions.php :

    function my_masterslider_panel_default_setting( $defaults ){
        $defaults['slideFillMode'] = 'fit';
     
        return $defaults;
    }
    add_filter( 'masterslider_panel_default_setting', 'my_masterslider_panel_default_setting' );

    If you need any further information, please let me know.

    Best,

    Thread Starter paupixel

    (@paupixel)

    Hi, all worked well, appreciated, thanks!

    Plugin Contributor averta support

    (@averta_support)

    Hi again,

    You are very welcome @paupixel.

    If you are satisfied with Master Slider and our services, please take a moment and give Master Slider a review. We would greatly appreciate it.

    Rate Us

    Best,

    Thread Starter paupixel

    (@paupixel)

    Done!

    To have the lightbox effect (to see full screen) I have to update to the pro version, right?

    Plugin Contributor averta support

    (@averta_support)

    Great!

    If you want to create a fullscreen slider, you need to upgrade Master Slider to pro version. But in order to use lightbox, you can do that with third party plugins such as prettyphoto, fancybox, etc.
    Please check out the below documentation:
    http://docs.averta.net/display/mswpdoc/Using+Lightbox+in+Master+Slider

    On Master Slider Free, instead if Layer Content tab, go to Video and Link.

    Please do not hesitate to ask any other questions.

    Best,

    Thread Starter paupixel

    (@paupixel)

    Hi, thanks
    I see, on the free version you have to do it ONE by ONE (images)

    🙁

    On the pro version, can we have a preview of how it works the lightbox?

    If I update, do I have to edit all existent galleries?

    Thanks, I don’t mind to pay if it sorts the problem, as you can see we use LOTS of slides: http://rebecca-scott.com

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Slide FIT by default’ is closed to new replies.