Hi, I would like to add a previous / next portfolio navigation in each of my portfolio posts. How can I do this? Thanks!
Hi mallorcamedia,
Please go to Enfold > Blog Layout > Single Post Navigation set it to Enable post navigation.
Hope this helps.
Best regards,
Nikko
Hi mallorcamedia,
Can you give us a link to the page mentioned? so we can try to inspect it.
Best regards,
Nikko
Hi mallorcamedia,
Thanks for giving us admin access.
I have checked one of the portfolio pages and it seems to show the Previous/Next Navigation.
I have added a screenshot link in private content.
You can move it’s position from middle to bottom (though still fixed) by adding this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-post-nav {
top: 90%;
}
Best regards,
Nikko
Hi Nikko, Thanks. Ok, I did not even notice these arrows. Is there any other possibility to add a previous / next below the content ? I think users will face the same problem that I did.
Hi mallorcamedia,
I see, would it be okay to change its color to make it more noticeable? since moving it below the image gallery would require more tweaks.
Best regards,
Nikko
Hi Nikko, yes, it would make it more noticeable, but with the light grey you can barely see it. Thanks!
Hi mallorcamedia,
Try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-post-nav {
background-color: #c3aca1;
}
or this one: (or you can change it to the color of your preference)
#top .avia-post-nav {
background-color: rgba(0,0,0,0.8);
}
You can check this for color reference: https://www.w3schools.com/cssref/css_colors.asp
Hope it helps.
Best regards,
Nikko