Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #686425

    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

    #688469

    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

    #689063

    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

    #689112

    Hi,

    Post navigation is disabled on posts that has fullwidth elements by default, not something you did :)
    Glad it worked! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Post navigation arrows’ is closed to new replies.