Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #995027

    Hello,

    I do not want users to access to some portfolio items so I do not want to show Next & Prev. arrows on portfolio item pages. I made a search on these help pages and saw that previously you recomended two codes for similar needs.

    OPTION ONE
    #top .avia-post-nav { display: none; }

    OPTION TWO
    a.avia-post-nav.avia-post-prev.with-image {
    display: none;
    }
    a.avia-post-nav.avia-post-next.with-image {
    display: none;
    }

    None of the above two recommendations worked for me, there are still navigation arrows on portfolio pages.

    I can send you login information if you want to check my website.

    Thanks & Regards

    Orkun

    #995071

    Hey Orkun,

    Try using this css code in Quick CSS (located in Enfold > General Styling):

    #top.single-portfolio .avia-post-nav {
        display: none !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #995973

    Hi Nikko,

    Inserted that code to my CSS but arrows are still there. You may see them on the image attached

    http://www.detaysolar.com/gecici/Arrows

    #995975

    But please wait a minute I’ll check something else.

    Seems that there happens no change when I add or delete sth from CSS. Must be sth related with my cache

    • This reply was modified 6 years, 3 months ago by orkunozkaya.
    #995979

    Ok,

    Everything is clear now. Your solution works like a charm after deleting cache.

    Thanks for your support

    #995992

    Hi!
    Great, glad it works now :)

    Regards,
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disabling Next/Prev. navigation arrows for "Porftfolio Items"’ is closed to new replies.