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
Menu highlighting issue has been fixed in WordPres 3.3.1.
Admin
Actually, the slider sets a global variable
$in_slider, so you can user that to selectively alter the excerpt’s length.Admin
From the theme’s (somewhat outdated)
readme.txtfile:Quote:HEADER IMAGE CREDITSMy gratitude to these image authors who have allowed me to include their royalty-free images with the theme:
* “Flow” header image by Quantin Houyoux (http://www.sxc.hu/profile/quentinh)
* “Fluid”, “Techno”, “Fireworks”, and “Sparkle” header images by Ilco (http://www.sxc.hu/profile/ilco)
Admin
The first part is simply the name or id given to that filter by the developers (that’d be me and Jeffrey), so that you can then add functions to that filter by calling, for example:
apply_filters( 'graphene_header_image_height', 'your_function_name' );Filter hook work pretty much the same to action hook, except that filter hooks are usually used in order to modify a variable value, rather than executing some arbitrary ‘action’, which is what action hook is for.
If you’re handy with regex, you can create a function that searches all of the theme’s files for filter hooks. This is how the theme lists all the action hooks in the Action Hooks Widget Areas option.
Admin
@Josh, yes you can, but probably better just to move it up a folder (so that it’s not in the
themesfolder). That way, WordPress won’t detect it as installed theme.You might want to save the custom background and custom header info / images first though. Those get reset after switching themes.
Admin
Try updating the theme to the latest version. You may want to backup the current version first.
Admin
Have you tried resintalling both WordPress and the theme? Just in case some of the files weren’t properly replaced with the new version.
Admin
Yep, that’s from the theme, but that is for the description, and not the title attribute. There shouldn’t be any title attribute unless you’re using Custom Menu and write something in the “title” field.
If you delete the description does it occur as well?
Admin
From the classes that are being applied to the menu items, it looks like you’re not using the Custom Menu function. How do you specify the title attribute without using the Custom Menu function?
Admin
Moved to Support. Please post in the correct section next time.
