• Resolved dmanpearl

    (@dmanpearl)


    I am using a Gallery Slideshow with the following options:

    [gss ids="24,245,244,243,242,241" orderby="rand" link="file" options="timeout=900" style="height:192px"]

    How to remove the navigation bar (or slider bar) from the bottom?

    I want this to play on my home page and disallow all user interaction.

    Thanks for the great plug-in!!

    https://wordpress.org/plugins/gallery-slideshow/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author jethin

    (@jethin)

    Hi. You can do hide the previous/next navigation and/or the pager (the little circles) by adding the simple CSS rules below to your stylesheet:

    .gss-nav { display:none; }

    .gss-pager { display:none; }

    Plugin Author jethin

    (@jethin)

    marking as resolved.

    Hi, I see your response above is relative to removing the navigation features, but I’m trying to figure out out to remove the bottom thumbnail preview bar that appears under the slideshow. Can you advise on how to remove this feature?

    Nevermind, easy fix! If I had just paid more attention, I would have seen that the carouselfx option is what created the bottom preview. Just removed that. Sorry!

    i tried putting in

    gss-nav { display:none; } gss-pager { display:none; }

    to get the circles out but it does not work. I placed it in my text creating my post and evne in the custom css.

    marking as unresolved

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘GSS How To Remove Nav Slider Control From Slideshow?’ is closed to new replies.