• I use a dropdown filter but does not work. I filter by tag.
    I use WordPress 6.0.1 and the latest version of Yootheme Pro. How can i solve? Thanks.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Giuseppe Madaudo

    (@askmagic)

    Hi there,
    it looks like the filter is out of the container, try to put it inside the container where the products are.

    Thread Starter eleumas

    (@eleumas)

    Hi, thanks for reply. Sorry, how can i put the filter widget inside the correct container? i haven’t understand…i use the original WooCommerce view for product category. I can publish the filter in the top, bottom or sidebar. Do you want to be more specific? Thanks.

    Plugin Support Giuseppe Madaudo

    (@askmagic)

    Hi there,
    try to insert this code in functions.php of your theme:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
        function yith_wcan_content_selector( $selector ){
            $selector = '#tm-page';
            return $selector;
        }
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    } 
    Thread Starter eleumas

    (@eleumas)

    Hi, i have add the function but does not work. You can test here: https://ordini.loco-motion.it/categoria-prodotto/bevande/amari-distillati-e-liquori/

    Hi there,
    I checked your site and it seems that something is preventing the plugin from loading its JavaScript files, which are needed for it to work correctly.
    I recommend you disable all the plugins except for WooCommerce and our plugin, and then check if the issue is solved.
    If so, you can then enable the rest of the plugins one by one until you find the one causing the issue.

    We’ll remain at your disposal.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Dropdown does not work’ is closed to new replies.