Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23322

    Hello. Is there a setting that enables the next/prev button when viewing portfolio items and blog articles? I’m referring to the next/prev arrows that appear on the side of the browser. The arrows show the title and a small thumbnail image. For some reason, I’m no longer seeing the arrow navigation? Is this based on the layout (boxed/wide) or something else that I can look at? I only have the site local for now. Thanks!

    #119373

    Hi,

    It should be there automatically, there is no option to turn it on or off but you can hide it through css. Maybe the slider is covering it. Try this on your custom.css

    #top .avia-post-nav {
    z-index: 9999;
    display: block;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Next and Prev Arrows’ is closed to new replies.