Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Theme not working properly, not responsive.
- This topic has 2 replies, 3 voices, and was last updated 12 years, 6 months ago by
livemesh.
-
AuthorPosts
-
October 19, 2013 at 1:28 am #2310
hothanded
MemberI 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
October 19, 2013 at 3:21 am #2311sq2d
MemberHi, 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:
#site-logo a img.standard-logo {display: block;}Give it a try and hope this helps!
FrankOctober 19, 2013 at 12:16 pm #2314livemesh
KeymasterThere 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
echo '<i class="icon-list-3"></i> ';
to
echo '<i class="icon-list"></i> ';
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) –
http://hothanded.com/wp-content/themes/appdev/images/icons/icomoon/sprites/index.html
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.
-
AuthorPosts
- The forum ‘Appdev Theme Support’ is closed to new topics and replies.