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

    Hello congratulations for the theme, beautiful and flexible as I like it, I only ask you something that I can not solve the problem. I would like to disable the nav on the post pages, and also in the portfolio those two buttons to the right and to the left. Thank you and congratulations

    #685537

    Hi dgmassimo,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #685744

    Hello, the site is still offline, I’ll send you a link of a photo to figure out what I want to delete or bind to the tier 1 category only

    https://mega.nz/#!eUlknY7L!ml4d6FWrAmYOeCuhK3X4o_p5qtPe8q8tOhYjOS6JgJc
    Tanks,
    Massimo

    #685748

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avia_post_nav_entries','avia_remove_post_nav', 10, 1);
    function avia_remove_post_nav()
    {
    return false;
    }

    Regards,
    Yigit

    #685760

    You are a Big Team

    Tanks,
    Massimo

    #685764

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable the nav on the post pages’ is closed to new replies.