Mobile menu has disappeared or is hidden

Hi, my site at sistersflowers.net has a malfunctioning nav button. It does not show up at all. I have tried all of the troubleshooting around plugin conflicts, updates (everything is current- wp, cornerstone, theme, php) and nothing changes. I have tried dozens of css additions, and the best I can do is this, which causes a gray box to show where the hamburger should be. This is clickable but no option to close and obviously a gray box does not really indicate that its a menu. Please help- I have spent two hours on this today with nothing to show for it but this gray box.

I will add a secure note with credentials in hopes you can take a look. Thanks!

Hello @jlswilton,

Thanks for writing to us.

To get the mobile menu icon I would suggest you please go to the Theme Options —>Font Awesome—>set the Load type as SVG.

Hope it helps
Thanks

That did it. Thank you. I don’t know when or how that was changed- I am the only one who works on this site. Could this have changed automatically during an update? I would like to know so I can watch for this in the future.
Thanks again.

Hello @jlswilton,

There are two types of Font awesome icons Webfont and SVG. Due to server cache or browser cache, the Webfont was not rendering so you can set the SVG font for the Font Awesome icon.

Thanks

Hi, I noticed this also brought back the icons on the blog index and child pages, which I do not want. I tried this but it removed the mobile menu icon as well:
.x-framework-icon:first-child {
display: none !important;
}
How can I just remove the icon from the blog index and child pages?

Thank you…

Hello @jlswilton,

I would suggest you please add this custom CSS code to the global CSS to hide the post format icon.

  article.post.type-post span.x-framework-icon.x-entry-title-icon {
display: none;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.