• Resolved denisetheagencyhk

    (@denisetheagencyhk)


    I have created a slideshow just for the mobile version of the page I need help with.

    If you view it on mobile, the thumbnails come before the slider info. Is there a way to reorder it so that the slider info appears right under the main image, then the thumbnails are ASEelow the slider info?

    So right now the order is:
    MAIN IMAGE
    THUMBNAILS
    SLIDER INFO

    I want to make it
    MAIN IMAGE
    SLIDER INFO
    THUMBNAILS

    Seems like this could be an easy fix if the slider controls allowed you to drag and drop to reorder the controls.

    PLEASE help me!

    Thanks!

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

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

    (@averta_support)

    Hi,

    Thank you for using Master Slider.

    Please add the below code to Slider Callbacks on Slider init:

    function(event){
      var api = event.target;
      jQuery('.ms-parent-id-1').find('.ms-thumb-list').insertAfter(jQuery('.ms-parent-id-1').find('.ms-slide-info'));
    }

    If you know how to code, you can optimize this code ??

    Have a great time.

    Best,

    Thread Starter denisetheagencyhk

    (@denisetheagencyhk)

    Thanks for your reply @averta_support, can you just show me where I’m supposed to paste the code? On which file?

    Thanks!

    Plugin Contributor averta support

    (@averta_support)

    Hi again,

    Please go to Master Slider -> Slider Callbacks and Add new callback On slider Init
    Check out this screenshot:
    https://support.averta.net/en/wp-content/uploads/AddNewCallback-1.png

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

    Best,

    Thread Starter denisetheagencyhk

    (@denisetheagencyhk)

    Thanks so much for your reply.

    Unfortunately, it’s still not fixed.

    In this screenshot here for mobile: https://imgur.com/a/zQKYJ
    you can see that the slider info image caption is below the thumbnails. Is it possible to move it to ABOVE the thumbnails? So that it’s in between the big image and the row of thumbnails?

    Thanks,

    [ Please do not bump. ]

    Plugin Contributor averta support

    (@averta_support)

    Hi,

    Sorry for the delay in updating this ticket.

    I think you have done that and it is ok now ??

    Please do not hesitate to ask any other questions.

    Best,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Reorder the Slider Controls – slider info before thumbnails’ is closed to new replies.