• Resolved mikeyascanio

    (@mikeyascanio)


    Hi Team,

    I’m trying to use the hierarchical sidebar, I want to group each sub-category to their respective category. It works except for the part that the + is not easy to click, you need to find the spot on where to click.

    Is there an option that when you click the full category, it expands the sub-categories, instead of waiting till the “+” gets clicked?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Mikey,

    There is no functionality in UPCP to change the behavior of the full categories selection. Categories selection acts as a select whole category with subcategory to show catalogue and the “+” sign is to expand category to show sub-category and display catalogue depending on which sub-category is selected. The link you gave us is not showing any categories in the catalogue. If you provide us a proper link. We can try check what it is causing the “+” not easy to click.

    Thank you

    Thread Starter mikeyascanio

    (@mikeyascanio)

    Thanks for the quick reply.

    Sorry, I forgot to upload the file, the link has been updated. Can you see how the + signs are not in order and it’s really hard to click on it?

    I want to use this jquery code, that when clicking the category, to expand it too.

    $('#prod-cat-sidebar-category-item-14').click(function(){
     $('#cat-collapsible-14').trigger('click');
    });

    https://noverek.com.mx/suplementos/

    Thread Starter mikeyascanio

    (@mikeyascanio)

    Nevermind, I modified the CSS and the plus signs are now clickable. ??

    https://noverek.com.mx/suplementos/

    Hi Mikey,

    We checked your catalogue page and we found that, somehow your theme or something else is adding break html tag between Category label and “+” sign. To make sure if its your theme, you can try switching your theme to default or twenty seventeen and check if it is still showing + sign in next line or not. If you are implementing jquery for expanding categories. Please make sure you are including the logic for those categories which doesn’t have sub-categories. Otherwise it won’t even select for your catalogue filter.

    Thank you

    Thread Starter mikeyascanio

    (@mikeyascanio)

    They all have sub-categories so, it wouldn’t be an issue. On the other hand, when I use this jquery script, it’s like if I’m clicking a lot of times instead of just one.

    Is there any other way I can do it?

    Hi Mikey,

    Unfortunately, providing and/or testing custom JS solutions is beyond the scope of our support. The default functionality is that a category will be selected when clicked (this is how checkboxes function). So that would have to be altered.

    Thread Starter mikeyascanio

    (@mikeyascanio)

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hierarchical siebar’ is closed to new replies.