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
Nancy
Hi Nancy,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
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,
Nikko
thanks for taking a look
Hi 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,
Nikko
I disabled that but didn’t change anything.
check the login below.
thanks for your help!
Hi 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,
Nikko
Thanks – what was the problem?
Hi Munford,
The slider was changing the settings and by manually setting is_fullwidth and skip_outuput to false fixes the issue.
Best regards,
Nikko
ok thanks for your help!
Hi Munford,
We’re glad we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko