Hi,
I would like to know why cant i see the post navigation arrows on the sides of the screen as it was at the begining (the arrows that shows the next and prev post).
thanks
Hey tal1234,
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;
}
Best regards,
Yigit
Hi,
Thanks.
why was it removed? can it cause because something i did?
when i first started working with Enfold i had it
Best,
Liron