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
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
hey Ismael
It is already enabled. Ive added a screenshot of my settings.
Cheers
Natasha
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
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
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
Ok thank you. Is there anyway to show previous and next post on mobile? At the bottom of the post maybe?
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
Hey Mike
perfect thank you :-)
Cheers
Natasha
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