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
I’ve never actually tried any slider plugin before. Try doing a search on the WordPress.org Plugins directory.
Admin
Exactly where do you set this setting in WordPress to display full post? I’ve never found this option anywhere…
Admin
Add this in your child theme’s functions.php file:
<?php
function graphene_custom_content(){
// Add your content here
}
add_action('graphene_header', 'graphene_custom_content');
?>Admin
I believe the libertythinkers site uses a plugin to display those share buttons. Try one called SexyBookmarks.
Admin
In reply to: Missing color I changed all the colors on the page and in this connection I hav
January 24, 2011 at 12:16 am #12298I recommend you to use the Firebug plugin for Firefox to inspect which element corresponds to the button, and then modify the CSS of that element in your child theme.
Admin
Any sort or error messages regarding the slider. But it probably won’t help much cause this is more of a JS issue rather than PHP. But it’s worth a try anyways.
Admin
Hurm..I’m not sure what’s causing the problem. I can probably help you more if you enable WordPress debug mode. See here: https://forum.graphene-theme.com/topic/slider-images-not-appearing#post-1430
Be warned though that doing this will probably cause a lot of PHP error messages and notices, if your site uses a lot of plugins that are not cleanly coded.
Admin
Try open up the wp-config.php file in your wordpress root folder, and find the following line:
define('WP_DEBUG', false);Change
falsetotrueso that (hopefully) we can better investigate what’s the problem.Admin
Your site’s header looks fine to me, except that it’s really badly pixelated. Try use a bigger-sized image?
Admin
