Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #395387

    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.

    #395558

    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

    #395992
    This reply has been marked as private.
    #396272

    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

    #400644
    This reply has been marked as private.
    #400689

    Hi!

    Can you please firstly update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #401602

    Hi!
    It’s updated, but the issue continues.
    Regards,
    Stéfano.

    #401899

    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

    #409586

    It worked, but it uses the category as a filter and I need more than one category. There are 2 separate portfolios.

    #410279

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.