-
AuthorPosts
-
January 21, 2021 at 7:24 pm #1274508
Hi
Some of my projects, made in portfolios, aren’t showing up in the side navigation.
See pages below. Is there a setting I am missing? They are all in the categort “projekt”.
thanks
NancyJanuary 22, 2021 at 7:00 am #1274634Hi Nancy,
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 1, 2021 at 11:22 am #1276746thanks for taking a look
February 2, 2021 at 10:55 am #1277049Hi Munford,
I tried the credentials you gave however it doesn’t seem to work.
In the meantime, try to disable Javascript file merging and compression in Enfold > Performance.Best regards,
NikkoFebruary 2, 2021 at 11:39 am #1277078I disabled that but didn’t change anything.
check the login below.
thanks for your help!February 2, 2021 at 1:16 pm #1277134Hi Munford,
Thanks this is now fixed, I have added this PHP code in your child theme’s functions.php:
function enfold_post_nav_settings($settings) { if(is_singular('portfolio')) { $settings['is_fullwidth'] = false; $settings['skip_output'] = false; } return $settings; } add_filter('avf_post_nav_settings','enfold_post_nav_settings', 999, 1);Best regards,
NikkoFebruary 2, 2021 at 1:55 pm #1277148Thanks – what was the problem?
February 2, 2021 at 2:14 pm #1277151Hi Munford,
The slider was changing the settings and by manually setting is_fullwidth and skip_outuput to false fixes the issue.
Best regards,
NikkoFebruary 2, 2021 at 2:16 pm #1277153ok thanks for your help!
February 2, 2021 at 5:27 pm #1277176Hi Munford,
We’re glad we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘some projects missing from side navigation’ is closed to new replies.
