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

    I am designing a website with infinite scroll home using anchors in color sections in the same page. All is working fine, but in the moment i want to make another page with access in the main menu on the header and i want to go to other element in the menu that is related to an anchor in home page with infinite scroll, this link is not working. I tried to solve putting a link with the entire url and addind after this /#link. It’s working but the look in the menu is that all this elements that have entire url adding the anchor are in bold font and the other that are other pages are not. I would like to know if there is a possibility to make that all the text in the menu were in the same color and only change in bold again when are selected, in the same way that happens before.

    Thank you so much for your time

    Best regards

    #410644

    Hi carlosamil!

    I’m sorry but I am having trouble understanding. Can you send us a link to the page and take a screenshot highlighting what is going on? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #410914

    Hi, here is capture of what I am talking about:

    http://a.pomf.se/qeptid.png

    Hope you can understand it seeing it

    Regards!

    #411580

    Hey!

    We definitely need more that that to understand your issue but i guess what you want is to have a menu for the homepage (the one with #anchors navigation) and one for the inner pages, you can use this plugin to make two menus appear conditionally (per page):
    https://wordpress.org/plugins/zen-menu-logic/

    Best regards,
    Josue

    #412903
    This reply has been marked as private.
    #413274

    Hola,

    Por lo que veo esta funcionando OK, me puedes detallar exactamente el problema?

    Saludos,
    Josue

    #413507

    Hola! El problema es la apariencia del menú, los elementos con anclas en el menú aparecen en negrita cuando los otros elementos del menú que enlazan a otras páginas no lo están. ¿Sería posible que todos estuvieran con el mismo estilo tipográfico? Es cuestión de apariencia y visualización.

    #413861

    Prueba añadiendo esto al Quick CSS:

    .header_color .main_menu ul:first-child > li.current_page_item > a {
        color: #808080 !important;
    }
    
    .header_color .main_menu ul:first-child > li.current-menu-item > a {
        color: #33333 !important;
    }
    #414254

    Genial!! Muchas gracias, funciona perfectamente

    Un saludo!!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu in a Infinite Scroll Page’ is closed to new replies.