New Landing How can we help? Themeforest Theme Support Neighborhood Size and Colour Attributes do not update number total, how to remove total ?

Viewing 9 posts - 1 through 9 (of 9 total)
  • #120611
    deanjohn
    Member
    Post count: 93

    Hi Support,

    When I assign sizes and colours for my products, the count is never accurate on the attributes list.

    For example “one size” there is 101 products when the number next to one size is 43.

    Sames goes for colour too… most of them = 1 them more colours for products appear.

    How do I resolve this or how can i remove the number total on my product attributes from sidebar ?

    This is really important as it throws off the customers.

    Very urgent.

    Thank you

    Dean

    #120612
    deanjohn
    Member
    Post count: 93
    This reply has been marked as private.
    #120613
    deanjohn
    Member
    Post count: 93

    so for example clicking on an attribute size = gold (4) … then 11 appear ?

    It should be size – gold (11 showing as the number)

    #120729
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    To hide it add the code below to your custom css options.

    
    .woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count{
    display:none!important;
    }

    -Rui

    #120735
    deanjohn
    Member
    Post count: 93

    fine that worked but how do i replace the number with the “>” ?

    it kind of looks odd now…

    how can it appear like the product category layout.. e.g. all black…………>

    i would like the “>” at end please

    thank you

    #120739
    deanjohn
    Member
    Post count: 93

    did you know why theme not displaying correct total in first place? theme bug?

    #120743
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you try this code to add the arrow at the end.

    
    .woocommerce .widget_layered_nav ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
    }

    Not sure what is the problem. This can be specific to your installation and to discover we would have to make test in your site like disabling plugins and stuff, since it’s a live site it’s always complicate.

    -Rui

    #120750
    deanjohn
    Member
    Post count: 93

    thank you worked a treat!

    #120751
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register