-
AuthorPosts
-
April 29, 2024 at 11:29 pm #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
NatashaApril 30, 2024 at 5:34 am #1441370Hey 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,
IsmaelApril 30, 2024 at 5:48 am #1441373hey Ismael
It is already enabled. Ive added a screenshot of my settings.
Cheers
NatashaApril 30, 2024 at 6:40 am #1441385Hi,
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,
IsmaelApril 30, 2024 at 6:45 am #1441390hey 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
NatashaMay 1, 2024 at 6:46 am #1441547Hi,
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,
IsmaelMay 13, 2024 at 6:44 am #1443178Ok thank you. Is there anyway to show previous and next post on mobile? At the bottom of the post maybe?
May 13, 2024 at 11:06 am #1443225Hi,
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,
MikeMay 14, 2024 at 1:23 am #1443327Hey Mike
perfect thank you :-)
Cheers
NatashaMay 14, 2024 at 1:51 am #1443331Hi,
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 -
AuthorPosts
- The topic ‘Next and previous blog links’ is closed to new replies.
