-
AuthorPosts
-
May 27, 2018 at 5:55 pm #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.
May 29, 2018 at 7:25 pm #963882Hey Andrea,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
BasilisMay 29, 2018 at 8:47 pm #963930Hi Basilis,
i have posted credentials in private data area, thanks a lot.Andrea
June 1, 2018 at 11:13 am #965200Hi,
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,
IsmaelJune 1, 2018 at 11:54 am #965235Hi 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?June 1, 2018 at 2:04 pm #965359Hi,
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,
VinayOctober 1, 2018 at 4:04 pm #1016671Hi 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!
October 2, 2018 at 7:23 am #1016913 -
AuthorPosts
- The topic ‘missing previous and next post navigation on fullwidth’ is closed to new replies.