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: Slider only showing up on homepage and on other pages it show ERROR message
January 5, 2011 at 12:12 am #11939Hi Emily,
What error messages are you referring to? I visited the website and didn’t see any error message anywhere.
Admin
Modify the header width:
https://forum.graphene-theme.com/topic/in-focus-stillworxcom#post-1033
Modify the post date:
https://forum.graphene-theme.com/topic/display-year-in-post-date#post-862
Admin
Hi,
You’re using pretty permalink for the website. For the URL you mentioned above, try the pretty permalink version of it: http://grayliving.net/2011/01/danas-joy-pillows-and-poufs/
Admin
Yep I am, Ipoh mali 😀
Admin
Firstly, there should not be any spaces in the image url (images/logo top.png). Try changing the file name to logo-top.png.
Admin
In reply to: Short explanation needed how to extend the menu and add widgets
January 4, 2011 at 1:17 pm #11829For menu, go to Appearance > Menus in WordPress admin.
For the plugin widgets, go to Appearance > Widgets in WordPress admin. For plugin settings and instruction, go to the plugin’s page.
Admin
Nope, you just need to add the following code:
<?php
function graphene_custom_header_width(){
return 1024;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
?>Admin
How does your code inside the functions.php file look like? You can put codes here in between backticks (`)
Admin
In reply to: When logged in the homepage ie slideshow etc is not showing
January 4, 2011 at 12:17 am #11920Hi Michelle,
If you can setup a temporary user account for me for the website you mentioned, I can take a look at it.
Admin
Hi Anderton,
For my own website, I’m using the WPML plugin to add multilingual feature. The plugin allows you to translate the menu as well. Whenever the visitor switches to another language, the translated menu in that language will automatically be used instead.
See http://wpml.org/ for more details.
