New Landing How can we help? Themeforest Theme Support Neighborhood Super Search, include child categories

Viewing 6 posts - 1 through 6 (of 6 total)
  • #56858
    WMTD
    Member
    Post count: 13

    Hi, right now the super search only seems to include the parent categories.
    I would like to include the child categories as well.
    There’s no need for any extra styling or hierarchy to be shown in the dropdown. Just the total list of categories, include both the parent and child categories..

    Thanks in advance.

    http://studiodedijk.nl/_dev

    #57158
    Melanie – SUPPORT
    Member
    Post count: 11032

    I will pass this on to the developer!

    #57250
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @WMTD,

    Try editing /includes/swift-framework/sf-content-display/sf-header.php lines 109-111 to:

    $term_args = array(
    'parent' => 1,
    );

    Let us know, might be able to provide an option for this in an update.

    – Ed

    #57257
    WMTD
    Member
    Post count: 13

    Hi Ed,

    Unfortunately that didn’t work, in fact it removed all categories from the list…

    Any other suggestions?

    Thanks.

    #57260
    WMTD
    Member
    Post count: 13

    Hi,

    Leaving the value empty, instead of 0, did the trick…. Thanks for pointing me in the right direction!

    $term_args = array(
    'parent' => '',
    );
    #57265
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Glad I could help.

    – Ed

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register