Forum Replies Created
-
AuthorPosts
-
January 19, 2018 at 6:37 pm in reply to: Hide child catagories + hiding breadcrumbsbar homepage #899817
Hi 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 17, 2018 at 9:18 am in reply to: Hide child catagories + hiding breadcrumbsbar homepage #898339Any help with the sub categories issue would be of great assistance!
Thanks in advance!
January 17, 2018 at 3:31 am in reply to: Hide child catagories + hiding breadcrumbsbar homepage #898270The breadcrumbs got removed through this! Thank you!!
January 15, 2018 at 5:08 am in reply to: Hide child catagories + hiding breadcrumbsbar homepage #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!
-
AuthorPosts