• Resolved gordo019

    (@gordo019)


    When I switch from EN > ES, the menubar disappears. Bootstrap theme.

    • This topic was modified 6 years, 10 months ago by gordo019.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gordo019

    (@gordo019)

    Can you give me some idea, what class is used to change the color of the translated menu bar items? My translated language menubar text disappears because the nav bar background color is the same color as the menubar letters.

    Plugin Author Cristian Antohe

    (@sareiodata)

    Hi,

    This is weird because the menu items are there, just that the css is not targeted correctly.

    I looked at the theme, and from what I can tell it brakes the HTML because there is no space between the link src and the class name in the top menu.

    Can you try and modify the theme inside
    wp-content\themes\StrapPress-master\inc\bootstrap-walker.php
    at line 45

    and replace

    
    : 'class="nav-link"'
    

    with

    
    : ' class="nav-link"'
    

    Notice the space in front of the class. I’m not 100% sure, but that might be the cause.

    Thread Starter gordo019

    (@gordo019)

    Wow Cristian…. That space was necessary. Great troubleshooting. Thanx and enjoy the rest of your week. Closed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu bar hidden’ is closed to new replies.