Tagged: avia post nav
Hi,
Avia-post-nav / avia-post-prev are not displayed in full-screen slider, how can I make the avia-post-nav / avia-post-prev visible again in portfolio?
see here: https://goo.gl/jxTEVL
Thanks for HELP!!
TOP!!
top top!
Hi,
Please add following code to Functions.php file in Appearance > Editor
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;
}
Post nav is disabled on portfolio items that has fullwidth elements by default.
Best regards,
Yigit
THANK YOU VERY MUCH Yigit!
Hi,
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 :)
Best regards,
Yigit