• Resolved andreaberns

    (@andreaberns)


    Pre sales

    Hi. a ve a free version

    when I use the filters, the icons that open the submenu are duplicated.

    what does it depend on?

    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,

    I’m not able to replicate your issue on your website. Could you send me a screenshot?

    Thread Starter andreaberns

    (@andreaberns)

    yes Giuseppe.

    Plugin Support crodriguez1991

    (@crodriguez1991)

    Hello there,

    I hope you’re doing well :D.

    Please, try to add the following code in the functions.php of your active theme

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

    It should fix the problem.

    Please, try it and let me know.

    Have a good day.

    Thread Starter andreaberns

    (@andreaberns)

    GREAT JOB

    SOLVED

    ASSISTENZA TOP, MERITA ACQUISTO PRO +++++++

    amalia21

    (@amalia21)

    hola, estoy creando mi web en local, y al usar el pluguin YITH, para filtrar productos por categoría, y resulta que se duplica el icono del dropdown en el menu.

    necesito ayuda por favor.Gracias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘problem with menù’ is closed to new replies.