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
Sorry, have never used any calendar widget myself.
Admin
In reply to: When logged in the homepage ie slideshow etc is not showing
January 6, 2011 at 3:24 am #11923Please send it using the contact form here: http://www.khairul-syahir.com/contact-me
Admin
Admin
When I tried to access the URL http://skidmorenewsnetwork.com/wp-content/themes/graphene-child/style.css the server gives me a 404 Not Found error. Are you sure you have placed the file in the correct folder?
Admin
This bit of the code needs to go in
functions.phpfile inside the child theme’s folder:<?php
function graphene_custom_header_width(){
return 950;
}
function graphene_custom_header_height(){
return 198;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
add_filter('graphene_header_image_height', 'graphene_custom_header_height');
?>Admin
The Leave Comment link on the website you mentioned points to another website’s URL: http://mobilitywod.blogspot.com
Check your WordPress settings, particularly the WordPress address and site address settings in Settings > General.
As for the hit counter, you could use a plugin to add that functionality, like this WordPress Hit Counter.
Admin
That just means that somewhere in the code a request is being made to the sprite_master.png file, but the URL given is wrong, i.e it should be http://thepremiertutors.org/wp-content/themes/graphene/images/sprite_master.png instead of http://thepremiertutors.org/sprite_master.png
Admin
WPML is a very robust and powerful plugin. Take a time to learn how to use it and you will grow a liking to it!
Regarding translations for the custom menu with the plugin, see this post: http://wpml.org/2010/07/wpml-1-8-0-with-multilingual-menus/
Admin
You mean it doesn’t work when you uncheck that option? Can you put it back at the top so that I can take a look and hopefully figure out what’s causing it to not slide?
Admin
Ugh..sorry, my last post should have not contained that
echobit in the code. Edited.That call to undefined function error is usually caused by the plugin not being activated. I just tested your code on my development server and it works.
