• Resolved bacardi-83

    (@bacardi-83)


    Hi,

    first issue was, that the mobile menu was not visible at all. I added a menu image via CSS to show it:

    .btn-menu:before {
    content: url(https://fahrschule1.com/wp-content/uploads/2021/08/2867922_menu_icon.svg);
    }

    Now I can see the “menu”, but it is not clickable on a mobile device or when using the developer console of the browser and switching to the mobile layout.

    Any idea how to fix that? I already tried a lot of CSS hacks described here in the forum without having success.

    Thank you

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • I found the issue. the svg on the mobile menu hamburger was white, same as the header, so I changed the color via custom css and it was visible. ??
    .btn-menu .sydney-svg-icon {
    fill: #5cb35e;
    }

    Thread Starter bacardi-83

    (@bacardi-83)

    Thank you for you feedback. But seems to be a different issue for me.

    After doing some investigations, I presumed the issue may be related to older version of WordPress.

    Can you let me know whether the latest version of WordPress is running on your websites or not? If not, may I suggest trying to update it? Let me know if updating resolves the issue or not.

    Please not that you might need to flush any cache after updating as it is potentially blocking the changes after updating to take effect on your screen.

    Regards,
    Kharis

    Hi @saschaki, thanks for sharing the solution from our own support channel.

    Adding, the same solution also can be found here in the WP.org support thread.

    For anyone who’re experiencing this issue, I’d recommend giving it a try and let me know whether it helps or not.

    Adding, for some cases, the code changes added to a child theme file may not instantly to take effect on web browser. That is mainly due to cache issue. If you have cache enabled, it is highly recommended to flush it.

    Regards,
    Kharis

    Thread Starter bacardi-83

    (@bacardi-83)

    Worked for me. Thank you a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile menu not working’ is closed to new replies.