Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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 2

    All these pages/posts get shown, while in fact I only want to view:

    Category 1
    Category 2

    This 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

    #844930

    Hey 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 corner

    View post on imgur.com

    Best regards,
    Victoria

    #897365

    I’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/kFDq2R

    When 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/fNL9wm

    So I want these childcategories or subcatagories to be excluded.

    Thanks for your help!

    #898270

    The breadcrumbs got removed through this! Thank you!!

    #898334

    Hi RreginaldD,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #898339

    Any help with the sub categories issue would be of great assistance!

    Thanks in advance!

    #898920

    Hi RreginaldD,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #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.php

    line 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.

    #900268

    Hi,

    Great, glad you found a solution and thanks for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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