Tagged: breadcrumbs, categories, child, homepage, sub categories
-
AuthorPosts
-
August 25, 2017 at 2:24 pm #843961
Question 1:
When I the menu to navigate to a ‘category’ it currently shows all the child categories that I have defined.Example:
Category 1
Category 2
-Child Category 2
–Child Category 2All these pages/posts get shown, while in fact I only want to view:
Category 1
Category 2This clutters up pages with things I don’t want to show yet. How can I stop the theme from viewing only viewing the first level?
Question 2:
On the frontpage the breadcrumbs bar is visible while I don’t want it there. How can I hide it?Thank you so much in advance!
Reginald
August 28, 2017 at 5:59 pm #844930Hey RreginaldD,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
You can adjust the title and breadcrumbs display for each page in the bottom right cornerBest regards,
VictoriaJanuary 15, 2018 at 5:08 am #897365I’m sorry I only have it set up via Xampp just yet.
Let me explain it through pictures.
These are the categories:
https://ibb.co/kFDq2RWhen I click on a menu button that says it should show up ‘De partij’-category I only want it to display : Afdelingen. And when I click on a menu button ‘Afdelingen’ which refers to the category ‘Afdelingen’ I only want it to show ‘Landelijk’ and ‘Lokaal’.
Here is a picture where I created a masonry layout for ‘Kieskringen’, it also pulls everything from ‘Gemeente’ instead of only showing the the 27 posts I have in ‘Kieskringen’.
https://ibb.co/fNL9wmSo I want these childcategories or subcatagories to be excluded.
Thanks for your help!
January 17, 2018 at 3:31 am #898270The breadcrumbs got removed through this! Thank you!!
January 17, 2018 at 8:53 am #898334Hi RreginaldD,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 17, 2018 at 9:18 am #898339Any help with the sub categories issue would be of great assistance!
Thanks in advance!
January 18, 2018 at 8:28 am #898920Hi RreginaldD,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaJanuary 19, 2018 at 6:37 pm #899817Hi Victoria,
I figured it out with old informaties that was not up to date anymore:
https://kriesi.at/support/topic/anyway-solution-to-hide-portfolio-child-categories/
https://kriesi.at/support/topic/exclude-child-categories-from-masonary-layout/My solution was:
\enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.phpline 696
$tax_query[] = array( 'taxonomy' => $params['taxonomy'], 'field' => 'id', 'terms' => $terms, 'include_children' => false, 'operator' => 'IN' ); }
I hope this will ease the suffering for some.
January 21, 2018 at 6:38 am #900268 -
AuthorPosts
- You must be logged in to reply to this topic.