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
Not sure how much effect this will have on SEO really, but I’ve modified the theme so that the post / page titles will be wrapped in
<h1>tag instead of<h2>in all singular pages.Will be available in the next update.
Admin
The option has been added to the upcoming version 1.3
Admin
Pings are basically when other ping-enabled websites (most WordPress-powered sites are) link back to your particular post or page in their post / page. To test whether or not it works, try linking to any post (say, Post A) from within any other post (say, Post B) on your website, and see if the post that is linked to (in this case Post A) has any ping listed on it.
Admin
Use the “Text” widget, and insert your table HTML codes inside it.
Admin
Same thing. Use Custom Menu. In WordPress admin, go to Appearance > Menus.
Admin
Try adding the following code at the top of the template file before the
get_header()call:global $graphene_settings;
$graphene_settings['column_mode'] = 'one-column';Admin
Try replacing the contents of the Graphene theme’s
404.phpfile with the updated codes here: http://graphene.googlecode.com/svn/trunk/graphene/404.phpAnd then ask the Google staff to check it again. Please post in this forum again when the Google staff responds.
And btw, this is not an SQL injection attack, but merely the server sending a wrong HTTP response status code, so you don’t need to worry about it being a security issue.
Admin
Hi everyone! The alpha version of Graphene 1.3 is now ready for public testing! Please follow this link for information and download: https://forum.graphene-theme.com/topic/alpha-graphene-13a
Admin
You need to create another file in the
graphene-childfolder, and name itfunctions.php. Then remove the following code from the child theme’sstyle.cssfile and add it to the newfunctions.phpfile:<?php
function graphene_custom_header_width(){
return 960;
}
function graphene_custom_header_height(){
return 260;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
add_filter('graphene_header_image_height', 'graphene_custom_header_height');
?>Admin
In reply to: Get rid of underlined text + more text indent + small color changes
May 6, 2011 at 9:26 am #14021Hi Sara,
Sorry, you won’t be able to change the username. But you can re-register yourself using a different name, if you want. Let me know if and when you do that, so that I can delete your current user account.
