Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1365640

    Hi, I would like to add a previous / next portfolio navigation in each of my portfolio posts. How can I do this? Thanks!

    #1365643

    Hi mallorcamedia,

    Please go to Enfold > Blog Layout > Single Post Navigation set it to Enable post navigation.
    Hope this helps.

    Best regards,
    Nikko

    #1365646
    This reply has been marked as private.
    #1365666

    Hi mallorcamedia,

    Can you give us a link to the page mentioned? so we can try to inspect it.

    Best regards,
    Nikko

    #1365673
    This reply has been marked as private.
    #1365681

    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

    #1365684

    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.

    #1365691

    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

    #1365696

    Hi Nikko, yes, it would make it more noticeable, but with the light grey you can barely see it. Thanks!

    #1365721

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.