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’re using a much older version of WPML (1.8.3). I’ve tested this on a client’s website running WPML 2.0.4.1, and it works just fine. You can see it here: http://www.mauriziotucci.com/
I think the free version goes up to 2.0.4.1, though I’m not sure if you can get it from wordpress.org anymore.
Admin
In reply to: Stopping the parent pages in the navigation bar from being clickable
August 25, 2011 at 10:28 pm #16568Add a ‘custom link’ to your menu, by inserting a dummy URL for the link, something like
http://#. After you’ve added the link, just go to that custom link in your menu, expand it and delete the URL.Admin
Hi Helen,
Have you tried assigning “featured @es” category to those Spanish translations?
Admin
This page in the theme’s (work in progress) wiki should explain better about child theme: http://wiki.khairul-syahir.com/graphene-theme/wiki/Customisation_using_a_child_theme
Admin
Or you can also prefix the CSS style with the post ID class like this:
.post-338 .entry-content img{
border:0px;
margin:5px;
}Admin
Unfortunately no, I don’t think there’s a way to do this in the theme, least no easy way, since the theme has no way of distinguishing between paid posts and not.
You might want to look at some of the membership plugins available to protect those paid posts instead.
Admin
Remove image border: https://forum.graphene-theme.com/graphene-support/remove-borders-around-all-added-image
As for the bottom logos, you can just align them to the right.
Admin
Oops…sorry, it should be
get_the_author()instead ofget_post_author(). I’ve also edited the posts above.Admin
Okay, then you can directly edit the theme’s
loop.phpfile. Just replace the following code:the_author_posts_link();with this one:
echo get_the_author();Admin
Add this to the Custom CSS option:
table td,
table th,
table tr {
border: none;
background: none;
}
