Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1485601

    Redesigning a site for a client on a temp url, and need to thumbnail navigation on layer slider slideshows, for instance here:

    The thumbnail nav seems to be enabled.

    Doesn’t work with all plugins disabled so not a conflict. I must be missing something.

    In the layerslider area the slider is [layerslider id=”18″] Architecture

    I wonder if this has something to do with using one of the pre-fab layersiders which didn’t have thumbnails.

    Anyway How can I turn them on/

    Thanks so much.

    #1485607

    Hey tonyiatridis,

    Thank you for the inquiry.

    We enabled the Project Settings > Navigation > Show Navigation Buttons > Slide Navigation Buttons, then added this css code to make the thumbnail navigation fullwidth.

    .ls-noskin .ls-thumbnail {
        top: 0px;
        width: 100% !important;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1485639

    Awesome, thanks so much.

    #1485640

    Hmm, actually one odd thing is happening, when you mouse over the thumbnail the grid of thumbnail moves and seems to center under the slideshow. Is there a way to make them stay put?

    #1485655

    Hi,

    Thank you for the update.

    You can add this code in the Quick CSS field to keep the thumbnail slide navigation from moving.

    .ls-thumbnail-slide {
        margin-left: 0 !important;
    }

    Let us know the result.

    Best regards,
    Ismael

    #1485700

    Awesome, thanks!

    #1485710

    Hi,

    No problem! Feel free to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Navigation thumbnails not appearing on layer slider’ is closed to new replies.