Hello there!
I found out that the side navigation of my 2 portfolios are mixed. Even though I’ve set up the breadcrumb hierarchy for each portfolio item, it shows both portfolios in the side navigation.
Could you please help me?
Thank you very much.
Regards,
Stéfano.
Hi Stéfano!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post it here as a private reply.
Best regards,
Rikard
Hey!
I am not sure what you want to achieve and I can’t see any issue on your website. Could you please elaborate? Do you want to remove one item of your menu? if yes you can do so in Appearance->Menus and open the item to click on “remove”.
If not use screenshots to highlight what you mean. You can host them on imgur.com
Best regards,
Andy
Hi!
Can you please firstly update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi!
It’s updated, but the issue continues.
Regards,
Stéfano.
Hey!
You can set the avia_post_nav to filter by category. Add this to the functions.php file:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod');
function avia_post_nav_settings_mod($settings)
{
$settings['is_fullwidth'] = false;
$settings['same_category'] = true;
return $settings;
}
Best regards,
Ismael
It worked, but it uses the category as a filter and I need more than one category. There are 2 separate portfolios.
Hey!
I’m not sure if I understand. If you want a more complex filter other than the one we have for the post navigation, you might need to hire a freelance developer. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
Ismael