Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1487646

    Hello, when I go to my individual blog posts I would like to be able to click or swipe to get to the next (or previous) blog post, but I can’t seem to activate this feature. Can you advise? Thank you!

    #1487647

    but you have activated that option on enfold settings:

    #1487651

    Hi,

    Thanks for helping out @guenni007. Did that answer your question @tonyska?

    Best regards,
    Rikard

    #1487694

    Thank you! That was helpful. I see it on desktop but not on mobile. Is that normal or is there another setting I must adjust? Thanks again!!!

    #1487712

    Hi,

    It’s hidden by default on small screens. Please try adding this to Quick CSS if you want to display it:

    @media only screen and (max-width: 767px) {
      .responsive #top .avia-post-nav {
        display: block;
      }
    }

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.