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
Place the search box in the navigation bar instead?
Admin
In reply to: Child theme with no customisation changing Graphene Theme
October 18, 2012 at 11:44 am #33150Did you check the widgets in WP Admin > Appearance > Widgets? What files are there in your child theme? Also, seems like you’ve deactivated the child theme in your site. Reactivate it so that we can take a look.
Admin
Quote:On the HTML editor of the post or at the theme-editor.php. I tried in some posts but it didn’t worked. Any example would be useful.Don’t edit the theme files. You’ll lose those changes when you update the theme next time.
To insert the code into the site’s
<head>element, use the Graphene Options > Advanced > Custom <head> Tags.Admin
Sorry I’m not familiar with the plugin. Is there a setting somewhere that defines the URL of the landing page?
Admin
Sometimes when the theme is updated, the database entry for the theme’s settings is updated. There’s a chance that the database update causes the theme’s settings to become corrupt, hence why resetting the theme’s settings works.
Admin
In reply to: Child theme with no customisation changing Graphene Theme
October 18, 2012 at 11:31 am #33148WordPress treats a child theme as a separate theme, and hence it resets the header and menu settings for the site when you switch the theme. If you switch back to the original Graphene theme, you’ll see that those settings are restored.
It’s just the way WordPress works. You’ll need to upload (or select) the header images again.
Admin
Moved to Support. Please post in the correct section next time.
Admin
In reply to: Search bar incorrectly displayed on Opera Mini by search widget
October 18, 2012 at 5:51 am #33189Hurm.. try adding this to the Graphene Mobile Custom CSS feature:
#top-search .search-input {
width: 55%;
}
.landscape #top-search .search-input {
width: 70%;
}Admin
In reply to: Search bar incorrectly displayed on Opera Mini by search widget
October 17, 2012 at 11:08 pm #33187I just visited your website and I don’t see any search bar other than the Graphene Mobile’s default one.
Admin
Quote:is it because ive changed the location and if so is there a way i can better achieve this without the navigation menu being hidden im guessing its down to the alignment?You can use CSS
position:absoluteandz-indexproperties to control the positioning and z-stacking of the navigation menu. But as Ken said, avoid editing the theme’s files directly. You can insert the CSS either into the theme’s Custom CSS option, or by using a child theme.
