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
Child theme’s
functions.phpfile.Admin
This might help: http://sltaylor.co.uk/blog/add-wmode-parameter-wordpress-oembed/
Admin
Have you downloaded the Greek translation files for WordPress itself? See this page:
http://codex.wordpress.org/WordPress_in_Your_Language#Greek_.28el.29
Admin
@mokkosan, did you re-sync your Google Feedburner feeds after updating the
theme-head.phpfile?Admin
When embeding Youtube videos, try using the WordPress oEmbed feature. That way, the theme will automatically adjust the video width to fit the width of the content area.
http://codex.wordpress.org/Embeds
Also, try applying a dark colour as the box shadow for the widgets. Something like this:
.sidebar div.sidebar-wrap {
-moz-box-shadow: 0 0 5px #000;
-webkit-box-shadow: 0 0 5px #000;
box-shadow: 0 0 5px #000;
}I do still think there’s just too many items in the navigation menu still. It’s difficult to distinguish the major sections of your site’s content at first glance. Try grouping some into a dropdown menu, or move some into the secondary menu.
Admin
Looks like there’s an unclosed
<div>for the store layout. Thesidebar1div should be outside of thecontent-maindiv.
Admin
The store page is an archive page, not any regular Page, so you can’t set a page template to it.
Admin
In reply to: Slider won't move to the bottom when using static frontpage
February 21, 2012 at 8:33 am #24603Hurm… it’s probably not a good idea to move the slider to below the homepage panes at this point. Many people who have already been using this feature has probably tailored their content for the slider being in between the static front page content and the homepage panes.
Admin
This has been fixed in the upcoming version 1.6.1. It should be available in a few days at most.
Admin
Quote:I test “http://themes.svn.wordpress.org/graphene/1.6.1/includes/theme-head.php”.But that didn’t solve my problems with the feed.
I try using “&[no space]#187;”.
It works.
The updated
theme-head.phpshould have worked. Did you refresh the feed (CTRL+F5) after replacing the file?
