Home Forums WoodMart support forum Hide product count on category

Hide product count on category

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #386380

    cesaicumpar
    Participant

    Hello! I have disabled “Hide product count on category” (https://imgur.com/a/xYfFMuA) and on desktop it works, but on mobile product count is still showing – https://imgur.com/a/hwiVJ4i

    #386472

    Luke Nielsen
    Keymaster

    Hello,

    The “Hide product count on category” option hides the counter quantity of products, that are related to the appropriate category.

    Before: https://monosnap.com/file/lIR3twigSwcy5qPz9CuMubzzrAjrJW
    After: https://monosnap.com/file/WZ1jpPSbbKANOlhbA0SQihU5vsalnD

    Therefore, your screenshot is not clear to me (https://imgur.com/a/hwiVJ4i) because there are no any product categories except just products.

    Could you please describe and attach some screenshots of what you want to hide? So I can do my best to help you.

    I await your response.

    Kind Regards

    #386475

    cesaicumpar
    Participant

    “Showing 1-12 of 16 results” in the upper right

    Weird, when I disabled that option, this “Showing x results” text disappeared from desktop

    #386603

    Luke Nielsen
    Keymaster

    Hello,

    The below code will help you to hide the “results” filed, enter it into the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.

    .archive .woocommerce-result-count {
        display: none !important;
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    #386659

    cesaicumpar
    Participant

    It did not work.

    I will leave admin access below

    #386771

    Luke Nielsen
    Keymaster

    Hello,

    You have the cache for the mobile devices therefore you don’t see the changes, so try to clear the cache or disable this functionality in the settings of the “WP Rocket”.

    https://gyazo.com/10de4bdd89a597729ec3fd8b7e414466

    I’d be happy to assist if you have any other questions or concerns.

    Kind Regards

    #386831

    cesaicumpar
    Participant

    Thank you! Do you know if I can just delete the cache from mobile devices, without disabling that option? It looks like the usual “delete cache” button doesn’t work for mobile

    #386896

    Luke Nielsen
    Keymaster

    Hello,

    You should try to clear the cache via the WP Rocket -> Settings -> Dashboard tab and press the Clear cache button.

    https://gyazo.com/7bfd841b98d60e3625516f6bef4a71c1

    Kind Regards

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