Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #169903
    Wandi
    Participant

    Hi,
    I’m using your great Adventurous theme. Unfortunately I cannot delete the “previous/next” function in single posts, despite the fact that I have found in your support forum this advice:

    How to enable/disable Single Post Navigation?

    Go to “Appearance => Customize => Theme Options => Single Post Navigation”
    Check option “Check to disable Single Post Navigation”
    Finally, click on “Save & Publish”

    In my (German) version I cannot find in “Theme Options” the option “Single Post Navigation”. I have the latest version/updates. Can you help?

    Thanks in advance and regards Wandi

    #169923
    sapana
    Participant

    @wandi: Feature you are talking about is not available in this theme, can you please post in your site url so that I can look into that issue and provide you with additional CSS to remove that “previous/next” option.

    Kind Regards,
    Sapana

    #169990
    Wandi
    Participant

    Hi Sapana, Thank you very much for your reply and your help.

    This is the URL of my site:

    http://www.nbahnclub.ch

    If you go to a single post (see navigation – last button “Alle Beiträge”) , you will see at the end of the post the “previous / next” lines which I would like to have removed for all posts. See picture below

    Thanks for your assistance and help.

    Best regards

    Wändi / Andreas

    #170045
    sapana
    Participant

    @wandi: Go to=> Appearance=> Customize=> Additional CSS=> add the following css

     .nav-previous {
        display: none;
    }
    .nav-next {
        display: none;
    }

    Let me know if this works out!!
    Kind Regards,
    Sapana

    #170066
    Wandi
    Participant

    Hi Sapana

    Many thanks for your fantastic and quick response. The CSS sniplet works perfectly!

    Have a great day / regards Wäändi / Andreas

    #170089
    sapana
    Participant

    @wandi:Hello, wandi,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adventurous/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.

    Kind Regards,
    Sapana

    #170181
    Wandi
    Participant

    Just posted the review *****

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adventurous – Problem single post – previous/next’ is closed to new replies.