• ?We are experiencing this issue every time we activate a filter on our webpage. The drop-down arrow icon duplicates in the main nav menu. Only when I refresh the page things get back to normal, but starts over if I use the filter.

    I have also tried adding the following code,but it doesn’t work either.

    if( ! function_exists( ‘yith_wcan_content_selector’ ) ){ function yith_wcan_content_selector( $selector ){ $selector = ‘.elementor-element-41302575’; return $selector; } add_filter( ‘yith_wcan_content_selector’, ‘yith_wcan_content_selector’ ); }

    Just wondering if you can give us some ideas what could be causing this.

    Thank you in advance.

    page user: djjequipmenstg pwd: cfebefc7

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Facundo Arano

    (@aranofacundo)

    Hi there,

    I hope you’re doing well.

    To solve the issue you mentioned, please try adding the following PHP code which has the correct selector for your site:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
    function yith_wcan_content_selector( $selector ){
    $selector = '.elementor > .elementor-element:has(.yith-wcan-filters)';
    return $selector;
    }
    add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    }

    Let us know if this helped you.

    Thread Starter yangjingjing

    (@yangjingjing)

    Sorry,This problem still exists.

    Plugin Support Vanesa

    (@vanesarodriguez)

    Hello there!

    I would like to see the page in order to try to help you, but I can’t access.

    Could you, please, let us know when the page is accessible? So we can check it and try to help you.

    We remain at your disposal.

    Thread Starter yangjingjing

    (@yangjingjing)

    page user: djjequipmenstg pwd: cfebefc7

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.