Home Forums WoodMart support forum Top filter change

Top filter change

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #474397

    smyslovich
    Participant

    Hi. I have a question. I have a demo instaled https://woodmart.xtemos.com/shop/demo/fashion-minimalism/ and there is a top filter. How I can add or remove specific widgets?
    I can’t find them anywhere.

    Attachments:
    You must be logged in to view attached files.
    #474399

    smyslovich
    Participant

    I need to remove “Sort by” and Add another type of the filter

    #474481

    Artem Temos
    Keymaster

    Hello,

    Add the following snippet to the functions.php file in the child theme to remove standard sorting and price filter widgets

    add_action( 'wp', function (){
    	add_filter( 'woodmart_use_custom_order_widget', '__return_false' );
    	add_filter( 'woodmart_use_custom_price_widget', '__return_false' );
    }, 10 );

    Kind Regards

    #474546

    smyslovich
    Participant

    Thanks!
    Another similar question, but for another webpage.
    There are 400+ brands in the shop. So, I’ve added the widget “Filter by brand” in Shop widget area, but it won’t show me the list. Can you also help me with that problem?

    #474550

    Artem Temos
    Keymaster

    Hello,

    Could you please send us a product example with any of the attributes assigned?

    Kind Regards

    #474553

    smyslovich
    Participant

    Sorry. Found an issue. Coz we have a CRONjob, so the taxonomy is not adding to the products.

    #474555

    smyslovich
    Participant

    Will check the settings and let you know.

    #474609

    smyslovich
    Participant

    Well, yeah, the problem is that the importer plugin of the company is not totally compatible with brand taxonomy and not adding the brand attribute to the products, so they are using the YITH Woocommerce Brands Add-on.
    Can you tell me please, in that case is there a possibility to show the Brands filter, but so that when you click on the brand, it doesn’t take you to domain.com/brand/brand-name with the list of products, but works in the same way as yours do with just sorting out the products?

    #474626

    Artem Temos
    Keymaster

    Hello,

    In this case, you need to contact plugin’s support for help since we don’t know how it works and can hardly advise you on this matter.

    Kind Regards

    #474631

    smyslovich
    Participant

    The support team contacted me immediately 😀 Well, the case is that it will be better to use the YITH Ajax Filter, well…I have no other options.
    Anyway, thanks for your great theme and keep it up!

    #474642

    Artem Temos
    Keymaster

    Thank you! Let us know if you have any further questions.

    Topic closed.

Tagged: 

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

The topic ‘Top filter change’ is closed to new replies.