I am trying to stay positive about this theme… At $45 dollars it should work flawlessly out of the box and I have deleted and reinstalled but the menu icon on my phone is not displayed properly, and the logo is hidden. In a browser it works fine, however as this is for a company focused on mobile internet services it is critical it displays properly on a phone…. Please help me resolve this issue…. site is http://www.hothanded.com
Hi, I had the same issue and the site logo is not visible on a desktop browser either apparently when not logged into WordPress. As on my end, I noticed that the logo css style was set to display:none for some reason.
#site-logo a img.standard-logo {display: none;}
So to counter this, I placed the following in Theme Options > Custom CSS and the logo displays as expected:
There are two site configuration issues which can be fixed quickly without any fix from the theme side –
1) Looks like the font-awesome plugin is loaded. You will need to unload it since it is conflicting it with the icomoon icon fonts bundled with the theme. The icon for the mobile menu should show up then.
If you really want to have font-awesome loaded, you need to modify the file header.php at line number 62 from
BTW, here are icomoon icons bundled with the theme (in case you loaded font-awesome because you could not find information about existing icomoon icons) –
When font-awesome loads, it blocks out many of these icons since it takes over as font-family for these icons from icomoon.
2) You will need to set the retina logo in the Site Logo tab in the options panel. The logo will then show up on retina displays like iPhone/iPad. No need to make the custom fix suggested by Frank then (thank you Frank BTW for the quick help, truly appreciate it).
Hope this helps.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Appdev Theme Support’ is closed to new topics and replies.