• En la versión de escritorio no tienen ningún problema, sin embargo al probar el filtro en el móvil, selecciono el filtro, filtra los productos y ya no puedo regresar al filtro para cambiarlo, ni restableciendo los filtros. como que se traba, no sirve el botón.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    I saw your site but I can’t see any filter in the page.
    Can you say me where I can found them?
    Thank you.

    Thread Starter syrkwp

    (@syrkwp)

    perdón alguien debe haberlo quitado un momento.. pero ya está de nuevo.

    its the mobile version the one that doesn’t work

    https://artesagrado.net/shop/

    Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    the issue is related to your theme. The FREE version of ajax product filter plugin haven’t the modal style for the mobile device. You are using a slider sidebar but is something created by you theme.

    You should try to use this code, copy and past it in functions.php of your theme. Let me know if works.

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
        function yith_wcan_content_selector( $selector ){
            $selector = '.page-container';
            return $selector;
        }
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    } 
    Thread Starter syrkwp

    (@syrkwp)

    No funcionó… 🙁
    Me puso el filtro en el móvil arriba y extremadamente grande, y se veía parte del código arriba del menu de Home…

    Thread Starter syrkwp

    (@syrkwp)

    de hecho ahora hasta en la versión de escritorio me pone un código de error hasta arriba. help

    Plugin Support Pablo Pérez

    (@pperez001)

    Hola,

    Parece ser que no está aplicando el código y simplemente lo está añadiendo como texto a la página podría asegurarse de que está incluido dentro de la etiqueta <?php … ?> ?

    De esta manera es incorrecto
    De esta manera estaría correcto

    De estar esto correcto y el código siguiera en la página apareciendo sin aplicarse, si es posible, muéstrenos con una captura el código en su “functions.php” de su tema actual.

    Gracias.

    • This reply was modified 2 years, 6 months ago by Pablo Pérez.
    Thread Starter syrkwp

    (@syrkwp)

    Aun no funciona en la versión móvil.. aunque si tenias razón, estaba fuera de la etiqueta,.. pero ya lo pase adentro y sigue sin funcionar el filtro..=(

    quedo en espera. muchas gracias.

    P.D. mando la captura que me pidieron

    functions.php

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No funciona la version gratuita en Móvil’ is closed to new replies.