Hi
Normally there is a side navigation for posts (also Portfolio entries).
If we do not want to have it, we can use this css code:
#top .avia-post-nav {
display: none !important;
}
Now, we like to have this post navigation, but only for portfolio entries. So, when we have normal posts and portfolio entries, the side navigation should only come on portfolio entries, and it should not be possible to navigate to normal blog posts.
Is this possible?
Thank you very much.
Best regards
Mike
Hey Michael,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi Victoria
See the details in the private content section.
We like to have only on the portfolio entries the post naigation, but not on the normal posts. Is this possible?
Thanks very much.
Best regards
Mike
Hi Mike,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Hi Victoria
After some researchs, I think, we found the solution.
If we use this code, it seems to work:
.single-post .avia-post-nav {
display: none!important;
}
Then, the post navigation only seems to come on portfolio entries, but not on normal posts.
I hope, this code does not crash other things? What do you think?
Best regards
Mike
Hi Mike,
Yes, this is the proper css.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria
Very good!
So, you can close this issue.
Thanks very much.
Best regards
Mike