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
Quote:If I had only one wish, I’d use it to get a radio button that sets the header widget zone just between main nav and content area.This feature will be available in version 1.5.
Admin
In reply to: searching engines show "verwendet das Theme Graphene von Syahir Hakim" as result
September 3, 2011 at 1:05 pm #16679That’s weird. There should be other more prominent contaent on your page rather than the credit text in the footer!
Try setting a description meta for your homepage.
Admin
In reply to: How to withdraw the Post under the slider in the home page
September 3, 2011 at 1:01 pm #16675If by ‘withdraw’ you mean hide them, add this to the Custom CSS option:
.home .post {
display: none;
}Admin
Try adding this to the Custom CSS option:
#nav li ul {
position: absolute;
width: 200px;
right: -999em;
left: auto;
}Admin
Quote:Is this an error in my css file, perhaps?Quite unlikely. Like Ken said, it’s most probably caused by additional/missing
</div>somewhere. Could be in the widget area, could be at the end of the posts listing, could be at the end of just one post.Admin
Quote:I’m not sure that a caching plugin would help with this, either, because of the way swf works, or rather, because of the way it is often implemented.It’s not, simply because that’s just the way the internet works. Every page load will, well, load the entire page again, and not just the bits that change. Which means any playabale elements will restart from the beginning.
You may be able to achieve this using some AJAX coding, though, which allows just parts of the page to be loaded and keep the rest unchanged.
Admin
If you’re refering to the in-post pagination, rather than the inter-posts pagination, you don’t actually need a plugin to do that. Just insert
<!--nextpage-->in HTML mode where you want the post to be splitted into another page.Admin
Quote:I understand how to disable and change the layout of the sidebars when I publish a Page. Is the same thing possible when publishing posts?Nope. WordPress doesn’t have the ability to select different templates for different posts, unlike pages. What you can do though, especially if you don’t have too many pages, is to set the column setting that you want for posts in the Graphene Options > Display options page, and then manually set the templates for the pages.
Quote:Apologies if this is a dumb question.It’s not.
Admin
Hi Reza,
The RTL css will only be used if WordPress is configured to use an RTL language. More info here: http://codex.wordpress.org/WordPress_in_Your_Language
Admin
In reply to: Next/Previous Post Link Plus (Ambrosite) Plug In making post disappear
September 2, 2011 at 11:12 pm #16813Quote:There are a variety of options of how to complete this:– Edit loop.php, Advantage – simple, Disadvantage – overwritten when Graphen is updated
– Copy loop.php, then edit – Advantage keep changes when upgrading, Disadvantage never get the benefits of new features in upgrades
– Use Action Hooks, Advantage can upgrade and get benefits, easy to move to another hook, drawbacks more complex to implement.
Gotta love how concise you put it 🙂
