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
Seems like you’re already using another theme. Can’t help you without seeing the issue.
Admin
Another tip: you don’t actually need the closing php tag. Reduces the risk of ‘header already sent error’ too.
Admin
What’s in your htaccess file? Also, try renaming the plugins folder to dIsable all the plugins, in case it’s a plugin issue.
Admin
Can you access the permalink settings page? If not, try temporarily deleting the file 404.php in the theme’s folder.
Admin
Try renaming the theme’s folder to revert to the default theme. Then, go to Settings > permalink and resave it.
Admin
Throw this into your child theme’s
functions.phpfile:function graphene_custom_header_link( $link ){
return 'http://www.cust.om/link/here/';
}
add_filter( 'graphene_header_link', 'graphene_custom_header_link' );Though that might be easier said than done if you don’t have FTP access to the site.
Admin
That’s correct.
Admin
For the header image issue, try replacing the content of the theme’s
includes/theme-setup.phpfile with the updated one here:http://graphene.googlecode.com/svn-history/r478/trunk/graphene/includes/theme-setup.php
Admin
In reply to: help removing table lines/borders and 'Home' page title help
December 19, 2012 at 1:25 am #34339Quote:I have cleared the historyHistory and cache are two different things. Usually just hitting CTRL+F5 while on the page will do to clear the cache.
Admin
Try deleting that page and create a new page, then reassign the child pages to the new page.
