• Resolved victortorneiros

    (@victortorneiros)


    Hi all.

    When I filter products with yith ajax product filter, the word products always appears in the header with the description “this is where you can add more products.”

    I have managed to remove the description by inserting the following code in the funtions.php file of the Hestia child theme, but I cannot remove the word products.

    add_filter (‘woocommerce_register_post_type_product’, ‘remove_shop_default_description’);
    function remove_shop_default_description ($ args) {
    $ args [‘description’] = ”;
    return $ args;
    }
    The page I need help with: https://calzadobarefoot.com

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, victortorneiros, I’m another Hestia user.

    Were you able to resolve your issue?

    Using your product filter, I don’t see the title appear.

    Thread Starter victortorneiros

    (@victortorneiros)

    Hi Ian.

    When I use the filter by brand or category “beda for example” and the products appear, the word “BedaProductos” appears at the top of the header. I have tried a different theme other than Hestia, and in the header just the word “Beda” correctly.

    How can I remove the word “Products” in Hestia?

    Hi @victortorneiros!

    You could try to add the code below in the Additional CSS section within the Customizer.

    .archive.post-type-archive .col-md-10.col-md-offset-1.text-center {
        display: none;
    }

    Have a nice day!

    Thread Starter victortorneiros

    (@victortorneiros)

    I just tried, but it doesn’t work. Thank you.
    Any other solution?

    Thread Starter victortorneiros

    (@victortorneiros)

    I need to fix this. I can’t remove the word products after applying the filter. It occurs with the Hestia theme.

    Captura de pantalla

    Thread Starter victortorneiros

    (@victortorneiros)

    I have definitely opted not to use the “yith ajax product filter” plugin and to use the default filters of woocommerce.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘header title after filtering products – Hestia Theme’ is closed to new replies.