Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1211114

    Hola,
    tengo un sitio desarrollado con Enfold, el menu deslizante no funciona en el móvil, se queda fijo en la parte superior y al hacer scroll no se muestra.
    He probado desactivando todos los pluggins y tampoco funciona, en versiones anteriores no tenia ningun problema.
    Tengo esta configuracion:
    wordpress 5.4.1
    enfold: 4.7.4
    Sticky Header = on
    Shrinking Header = on
    He probado todas las configuraciones possibles y no funciona.
    La web esta activa y los clientes ya se estan quejando…
    Gracias.

    • This topic was modified 4 years, 6 months ago by marcsalvans.
    #1211437

    Hey marcsalvans,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1211452

    Hola Victoria,
    me refiero al header y logo, no se desplazan de arriba a abajo.
    Gracias por responder!

    saludos.
    Marc.

    #1211468

    Hi marcsalvans,

    You mean it’s not fixed on mobile?

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1211470

    Hi marcsalvans,

    You mean it’s not fixed on mobile?

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1211474

    Hola Victoria,
    utilizando este codigo si funciona!

    @media only screen and (max-width:767px) {
    .responsive #top #wrap_all #header {
    position: fixed !important;
    }

    #footer .flex_column.av_one_fourth {
    margin-bottom: 0 !important;
    }

    #footer .flex_column.av_one_fourth .widget {
    margin: 0 0 16px;
    }
    }

    Porque no funciona sin este codigo? antes no era necesario, solo con activar la opcion en la configuracion ya funcionaba.
    Gracias!!!!

    #1212695

    Hi marcsalvans,

    The menu is sticky on my end, the sticky menu worked only on the desktop.

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1282281

    Prueba esto, a mi me ha funcionado a la primera

    / * HEADER FIJO AL NAVEGAR EN MOVIL * /

    @media only screen and (max-width: 767px) {
    #header {
    position: fixed !important;
    }
    }

    #1282421

    Hi almahabitat,

    Thank you for sharing :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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