Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
You child theme’s
style.cssfile has this code on line 200:.post {
background: #fff;
border-bottom: 1px solid #ccc;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border-top: 1px solid #d8d8d8;
margin-bottom: 5px;
overflow: visible;
padding: 25px 15px 20px 70px; /* Remove this line */
position: relative;
width: 875px; /* Remove this line */
}Remove the two lines indicated above and that would fix it.
Admin
Add this code to Neo’s Custom CSS option:
body {
font-size: 1em;
}Admin
In reply to: Mobile Theme instead of desktop theme in desktop system.
April 21, 2015 at 10:04 pm #44836This is a typical issue when you’re using a caching plugin. You will need to configure your caching plugin to detect mobile devices. See the instructions here for HyperCache:
http://www.wptouch.com/support/knowledgebase/optimizing-caching-plugins-for-mobile-use/#hypercache
Admin
In reply to: Mobile Neo Slider just shows image huge with out the text
April 18, 2015 at 9:03 pm #44819The slider in GM Neo does actually show the title of the post/page. We’ve decided to not include the excerpt as the text will crowd out the small size of the slider in mobile devices.
Admin
In reply to: youtube video not display correctly in Graphene mobile neo version
April 11, 2015 at 5:07 am #44602Quote:You seem to be experiencing the same inconsistency in displaying the mobile version that I do Syahir, which may point to a cache plugin issue.Are you using the Pro version of Any Mobile Theme Switcher? This is required for W3TC compatibility.
Quote:Regarding the video, for me on my Samsung Galaxy it is appearing much narrower and the left hand edge is off screen.Try adding this code into Neo’s Custom CSS option:
.entry-content iframe {
width: 100%;
margin-left: -20px;
}Admin
In reply to: youtube video not display correctly in Graphene mobile neo version
April 10, 2015 at 6:16 am #44600OK, now it is showing Neo. Are you using any caching plugin by any chance?
As for the video, how is it appearing in a non-responsive manner? Does the video overflows the width?
Admin
In reply to: Main Navigation Menu showing every page rather than just selected menu
April 9, 2015 at 11:45 pm #44790Quote:When the Neo theme is activated,You should not activate the Neo theme – doing so will reset your menus assignment, among others. Neo is designed to work without being activated.
Admin
In reply to: youtube video not display correctly in Graphene mobile neo version
April 9, 2015 at 11:42 pm #44598Hi Chris,
I tried visiting your site using a mobile phone, but it doesn’t seem like it’s using Graphene Mobile Neo. Or have you had it disabled?
Admin
In reply to: Does Graphene Theme Require exec() / exec.php or url_fopen functions
April 9, 2015 at 11:40 pm #44811Graphene does not use
exec(). I can’t immediately think of any feature that requiresurl_fopenas well, so you should be good to migrate.Admin
In reply to: Main Navigation Menu showing every page rather than just selected menu
April 4, 2015 at 12:00 am #44788Hi Gwen,
Have you assigned the custom menu to Neo’s header menu location? You can do this the same way you would in Graphene theme, via WP Admin > Appearance > Menus.
