-
AuthorPosts
-
February 12, 2015 at 10:39 pm #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.February 13, 2015 at 9:44 am #395558Hi 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,
RikardFebruary 13, 2015 at 8:24 pm #395992This reply has been marked as private.February 15, 2015 at 2:05 am #396272Hey!
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,
AndyFebruary 23, 2015 at 2:16 pm #400644This reply has been marked as private.February 23, 2015 at 3:29 pm #400689Hi!
Can you please firstly update Enfold to the latest version 3.0.8 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitFebruary 24, 2015 at 6:44 pm #401602Hi!
It’s updated, but the issue continues.
Regards,
Stéfano.February 25, 2015 at 8:31 am #401899Hey!
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,
IsmaelMarch 10, 2015 at 11:01 pm #409586It worked, but it uses the category as a filter and I need more than one category. There are 2 separate portfolios.
March 12, 2015 at 4:44 am #410279Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
