Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1441360

    hi there

    I cant seem to be able to get the next and previous blog links to display – how can I have this on each individual blog post?

    Cheers
    Natasha

    #1441370

    Hey xfacta,

    Thank you for the inquiry.

    You may need to enable the Single Post Navigation in the Enfold > Blog Layout > Single Post Options section. Let us know of the result.

    Best regards,
    Ismael

    #1441373

    hey Ismael

    It is already enabled. Ive added a screenshot of my settings.

    Cheers
    Natasha

    #1441385

    Hi,

    Thank you for the screenshot.

    The post navigation is displaying correctly when we checked one of the posts. Please check the screenshot in the private field.

    Best regards,
    Ismael

    #1441390

    hey Ismael

    oh wow did not see that lol. Is there any better ways to display this? I have seen on other sites it actually has wording saying next and previous etc – is that possible? or can the styling be netter for the arrow?

    Cheers
    Natasha

    #1441547

    Hi,

    The arrow should expand on hover and display the title and image of the previous or next post. However, if you still need to add text, you can try this css code.

    .avia-post-nav.avia-post-prev:before {
        content: "Previous Post";
    }
    
    .avia-post-nav.avia-post-next:before {
        content: "Next Post";
    }

    Best regards,
    Ismael

    #1443178

    Ok thank you. Is there anyway to show previous and next post on mobile? At the bottom of the post maybe?

    #1443225

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

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

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1443327

    Hey Mike

    perfect thank you :-)

    Cheers
    Natasha

    #1443331

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Next and previous blog links’ is closed to new replies.