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 reply to: Side Widgets — the standard ones are not displaying
February 16, 2013 at 11:38 pm #35812Quote:I’ve enabled the side widget and added in a few items availableThe sidebar does not have to be enabled – they’re enabled by default. Are you sure you’ve placed the widgets into the correct sidebar? It should be the one named “Sidebar Widget Area”.
Admin
Your code has a syntax error. Should be like this:
<?php
function new_excerpt_more($more) {
global $post;
return '<a href="'. get_permalink($post->ID) . '"> Lees verder</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');
?>Admin
Quote:1) is there a way to have a different header image on each page?Yes. Just set a Featured Image that is equal to or bigger than the header image dimension, and that featured image will be used as the header when that page/post is displayed.
Quote:2) is there a way to have slider images from posts show without any text whatsoever?Use the “Background image and excerpt” slider style, and then hide the excerpt using Custom CSS.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
What’s the full content of the child
functions.php? Where did you place this file? If the file content is quite long please post it on pastebin.com.Admin
Try setting
WP_DEBUGtotruein the wp-config.php file and see if any error messages come up.Admin
In reply to: Graphene Mobile Pre-Purchase Question and Login Issue
February 15, 2013 at 3:28 am #35789There has not been any known issues with plugins that work with the desktop theme but not Graphene Mobile so far. In any case, if you encounter any issues just post about it here and we’ll try to help you resolve it.
Admin
Quote:I wanted to know if I could reduce the header image width and incorporate my logo in with the header picture? Is this possible with this template.You will have to create a custom header image using Photoshop or Gimp or any other image-editing software, then upload it to the site as a custom header.
Quote:Also, is there a way that I can have my menu centered, I don’t have that many, and right now they are mostly positioned to the left of the pages.Try this: http://www.prasannasp.net/centering-menus-in-graphene-theme/
Admin
Does your mobile child theme
functions.phpfile has an opening<?phptag at the beginning of the file?
