- This topic has 4 replies, 2 voices, and was last updated 5 years, 7 months ago by
Sebastian.
Author | Posts |
---|---|
derfall
September 20, 2019 at 12:30 am
|
Heads up! this post was created when Microthemer was at version 5. The current version is 7. Some references to the interface may be out of date. I will add Microthemer to the site tomorrow, but am looking for advice as to what I should look for first. In all versions of Internet Explorer the menu is there, but can’t be seen. I tried changing the colors via custom settings, but it didn’t result in any changes for any browsers. I’ll play with Microthemer, but has anyone seen this IE problem? |
Sebastian
September 20, 2019 at 4:37 pm
|
Hey, It’s because you’re using cufon fonts, which don’t appear to be supported by Internet Explorer. There is some CSS that hides the menu link text, expecting the cufon font to display instead. But as these aren’t supported by IE, nothing displays. The following code in your style.css file hides the link text:
So maybe try a different system for fonts, like Google fonts, if you still care about supporting Internet Explorer. Cheers, |
derfall
September 20, 2019 at 6:57 pm
|
Thanks for the advice. I’ll try making changes later. Henry has Gov’t and university clients who still use IE. |
derfall
September 21, 2019 at 4:53 am
|
In the theme there was a cufon setting. I unchecked it and…. the site’s menu showed in Internet Explorer! Thanks for heading me that way. ART |
Sebastian
September 22, 2019 at 11:50 am
|
Oh great, glad I could help 🙂 |