-
AuthorPosts
-
May 8, 2020 at 6:17 pm #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.
May 9, 2020 at 5:21 pm #1211437Hey marcsalvans,
Could you please attach some screenshots of the issue?
Best regards,
VictoriaMay 9, 2020 at 6:09 pm #1211452Hola Victoria,
me refiero al header y logo, no se desplazan de arriba a abajo.
Gracias por responder!saludos.
Marc.May 9, 2020 at 6:38 pm #1211468Hi 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,
VictoriaMay 9, 2020 at 6:38 pm #1211470Hi 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,
VictoriaMay 9, 2020 at 6:48 pm #1211474Hola 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!!!!May 13, 2020 at 6:46 pm #1212695Hi 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,
VictoriaFebruary 19, 2021 at 6:26 pm #1282281Prueba 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;
}
}February 20, 2021 at 11:55 am #1282421Hi almahabitat,
Thank you for sharing :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.