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
Hi dgmassimo,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
Rikard
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
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
You are a Big Team
Tanks,
Massimo
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