Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #962844

    Hi,
    I have a problem on my portfolio page, the “Prev/Next” navigation in portfolio is missing, I have tried to apply a function but the problem is not solved :-(

    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;
    }

    The website is in temporary space: http://www.foscolino.it/impresaedileghisini/progetti/
    When I try to open a single portfolio page the buttons don’t appear :-(
    The flag “Disable post navigation” in ‘Layout Blog’ is unchecked :-(

    thanks

    • This topic was modified 6 years, 5 months ago by foscolino.
    #963882

    Hey Andrea,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #963930

    Hi Basilis,
    i have posted credentials in private data area, thanks a lot.

    Andrea

    #965200

    Hi,

    Thanks for the update. The avia post navigation is not displaying when the footer is set to display a page. We had to modify the footer.php file and move the avia_post_nav function above the footer page. We’ll forward the issue to the development team.

    We moved this block of code on line 48.

    if(avia_get_option('disable_post_nav') != "disable_post_nav")
    		{
    			//display link to previous and next portfolio entry
    			echo avia_post_nav();
    		}
    

    Best regards,
    Ismael

    #965235

    Hi Ismael, thanks for your support
    I have a questions, but if I apply upgrade to enfold theme can I lose these changes?
    Is not possibile insert this modify into custom function option?

    #965359

    Hi,

    If you are not using a child theme Yes the changes will be lost when the theme get’s updated.

    Please check this link for more info https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme

    Best regards,
    Vinay

    #1016671

    Hi guys,

    I am having the same issue with the footer set to display a page.

    Can you please post a fix for everyone to use, or instructions for moving the code in a child theme?

    Thanks!

    #1016913

    Hi,

    This fix is already available on version 4.4.1. You need to upgrade the theme. If it’s not working, please create a new thread.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘missing previous and next post navigation on fullwidth’ is closed to new replies.