Tagged: next, portfolio navigation, prev
Hello,
I can not have a previous or next navigation in the portfolio.
an option is it active for this function?
example: http://www.6-sens.fr/agence-communication-globale/portfolio-item/bonduelle/
Thank you for your help
Hi fherrard!
Thank you for using the theme!
You can add this on functions.php to enable the post navigation on pages with full width sliders:
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;
}
Cheers!
Ismael
hello
thank you
it s ok
great