Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1214422

    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

    #1215488

    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

    #1216076

    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

    #1216215

    Hi Mike,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1216216

    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

    #1216257

    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

    #1216274

    Hi Victoria
    Very good!
    So, you can close this issue.
    Thanks very much.
    Best regards
    Mike

    #1216372

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Post navigation (Portfolio entries)’ is closed to new replies.