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
Noo…you don’t need to add these codes:
@import url("../graphene/functions.php");
@import url("../graphene/header.php");When you’re using the child theme, WordPress will automatically check for the existence of other template files in the child theme folder (e.g. functions.php, header.php, etc.) and if those are present, WordPress will use those instead of the theme’s original.
No need to remove the code from the original files.
Admin
Implement a child theme, and then add the following CSS code to the child theme’s
style.cssfile:#menu li a, #menu li a:visited{
font-size:14px;
}Obviously, change the font size to whatever size that you want.
There’s instructions on how to translate the theme here.
Admin
You not only need to add additional CSS styling for the second menu, but would have to add new
wp_nav_menu()call and hook it to thegraphene_top_menuaction hook via the child theme.Admin
Use the Firebug plugin for Firefox, or Google Chrome to inspect the html.
Admin
You can use the Widget Logic plugin to have different widgets for different pages. For styling, that you have to do yourself using CSS in a child theme.
Admin
From the HTML source of the page, at the bottom near the closing
</body>tag:Admin
I’m almost sure that this is a permalink-related issue. What’s your permalink structure? Also, make sure that the server’s
.htaccessfile is updated. If WordPress can’t update the.htaccessfile, usually there’s a notice on the Permalink option page asking you to update the file yourself.Admin
The most usual causes for changes not being reflected are these:
1. Some sort of content caching is used for the website, so the cached pages are being displayed instead of the updated pages
2. Editing the wrong files (not the files currently in use)
3. Not uploading the updated files.
Judging from your description, it’s most likely content caching. Are you using any caching plugin, like W3 Super Cache?
Admin
There is something wrong with your permalink settings. The permalink to all posts in your website are shown like this:
http://cheaplogodesign.com.au/%what-multinational-companies-pay-for-their-logo-design%.htmlClearly those two percent
%signs around the post name is messing up the link. Remove them from your permalink setting and it should work.Admin
In reply to: Adding pages to Graphene without showing pages on the menu
January 13, 2011 at 11:03 am #12125Yep, just use the built-in Custom Menu function. In WordPress admin, go to Appearance > Menus.
