[Support request] Doble menú en cache de texto

Home Forums Support [Support request] Doble menú en cache de texto

Home Forums Support Doble menú en cache de texto

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1627247
    jmpefe78gmail-com

    Hola, he eliminado el menu sticky pensando que desaparecería el doble menú al ver la web con cache de texto http://webcache.googleusercontent.com/search?q=cache:tuwebdecero.com&strip=1&vwsrc=0

    Hay alguna forma de que en código sólo se muestre el único menú y no muestre 2?

    Gracias

    #1627286
    Elvin
    Staff
    Customer Support

    Hi,

    Can you tell us why you want it removed? It shouldn’t have any detrimental effects to the site.

    This is added when you have “Mobile Header” set to “On” from Appearance > Customize > Layout > Header.

    Setting Mobile Header to off should remove the duplicate “Menu” when the google cache saves a new snapshot of the site.

    #1627296
    jmpefe78gmail-com

    El motivo es porque ahorro a Google el rastreo en cierta manera

    He puesto el encabezado movil en desactivado pero al quedar muy grande el Logo he marcado la pestaña “Usa la navegación como encabezado”

    ¿Esto hará que sólo aparezca un menú?

    No entiendo bien que hace esta pestaña y quiero que sólo salga un menú pero que el Logo esté un poco más pequeño

    #1627381
    David
    Staff
    Customer Support

    Hi there,

    yes, the changes you have made will now only output a single navigation menu.

    If you want to make the logo smaller on Mobile you can use this CSS:

    @media (max-width: 768px) {
        .navigation-branding img {
            height: 70px;
        }
    }
    #1627419
    jmpefe78gmail-com

    Ok. Gracias David

    #1627498
    David
    Staff
    Customer Support

    You’re welcome

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