Home Forums WoodMart support forum Hide category description (HTML block) on filtered results

Hide category description (HTML block) on filtered results

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

    boydcrowder
    Participant

    Hi , love using your theme.

    #226370

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    I have visited the URL you provided. This is not an issue by any means this is the default behavior of the category description. The search results are displayed under the category description.

    And there is no option in theme settings to change the behavior.

    Regard’s.
    Xtemos Studio.

    #226431

    boydcrowder
    Participant

    Hi , thanks for your reply.

    #226434

    boydcrowder
    Participant

    hi,

    #226442

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to change this

    add_filter( 'woodmart_ajax_scroll_class', function () {
    	return '.shop-loop-head';
    } );
    #226458

    boydcrowder
    Participant

    Hi

    #226533

    boydcrowder
    Participant

    Works!

    #226569

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Hide category description (HTML block) on filtered results’ is closed to new replies.