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
In your child theme’s
style.cssfile at about line 25, delete this line:margin-left: 16px;Admin
Add this CSS to the
#headerelement:border-top:5px solid #000000;Admin
Try removing or renaming the
advanced-cache.phpfile in thewp-contentdirectory.Admin
Nope, Graphene does not do any redirect on its own. Try visiting the permalink settings page again after you switch to Graphene? That’ll cause the permalink structure to be updated in WordPress.
Curious though: why do you need the Platinum SEO pack to do the redirect? The WordPress permalink feature works fine on its own. If you frequently modify the date, why not get rid of the date in the permalink?
Admin
What exactly were the files that you uploaded to the root directory? Some of these files may have replaced WordPress original or created files, such as index.php and .htaccess.
Admin
You can’t simply use any php libraries without at least writing some code to make it work with WordPress. If all you want to achieve is to set up and use custom forms, there are a lot of plugins that work with WordPress, such as Contact Form 7 and CForms.
Admin
It is exactly the culprit. What’s the plugin for? You may want to ask for support from the plugin author as well, who will be in a better position to help.
Admin
Could be, but none of them are fatal errors. They should not be causing just a blank page to appear. Anyways, try moving out all three plugins from the plugins directory: wp-super-cache, all-in-one-seo-pack, and wp-security-scan, to see if they caused the problem.
Admin
Open up the wp-config.php file in your WordPress root folder, and find this line:
define('WP_DEBUG', false);Change from false to true, and WordPress will output error message instead of just blank page so that you can see what’s wrong.
Admin
There’s something wrong in this part of the code:
function no_more_jumping($post) {
return '<a>ID).'" class="read-more">'.'Continue Reading'.'</a>';
}
add_filter('excerpt_more', 'no_more_jumping');Try commenting that bit out, and then uncomment the codes that I suggested.
