Hi there,
its a little strange. I got portfolio entries but the .avia-post-nav is not displayed.
I have no css like display:none …
Is there something i must activate? Just wondering …
I got the latest endold version running …
Found the solution.
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
function avia_remove_fullwidth_slider_check($settings)
{
$settings['is_fullwidth'] = false;
return $settings;
}
https://kriesi.at/support/topic/enfold-portfolio-post-nav-not-showing/
I think it would be better to add a Button so User can select if activate or not. But not just deactivate it global.
Bad for sites using it … very bad idea.