• Resolved viviancruzbt

    (@viviancruzbt)


    When a filter is applied, the item menu with secondary level stop working. I cant open sub menu levels.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter viviancruzbt

    (@viviancruzbt)

    A syntax error is dispared when I select a filter:

    Uncaught SyntaxError: redeclaration of let t
    
        <anonymous> https://www.lamorim.com/plataformas-aereas-tipo-tesoura-2/ line 2 > injectedScript:1
    
        jQuery 13
    
        value https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        l https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        jQuery 8
    
        value https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        value https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        value https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        value https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        r https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        value https://www.lamorim.com/wp-content/plugins/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js:1
    
        jQuery 7
    Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    hope you are doing well! ??

    Please, try to add this custom code in the functions.php of your theme:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
        function yith_wcan_content_selector( $selector ){
            $selector = '.wp-bootstrap-blocks-row.row';
            return $selector;
        }
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    }

    Check it and let us know!

    Thread Starter viviancruzbt

    (@viviancruzbt)

    Yes, this function fixed the problem. Thank you, Iván!
    Some other topics report the same problem, but to which template it has a unique selector. In a future version of this plugin, will this problem be fixed for whatever template? You have a great support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Conflict with Bootstrap menu when filter is applied’ is closed to new replies.