Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: WordPress 3.3

    #21063

    Menu highlighting issue has been fixed in WordPres 3.3.1.

    Admin

    In reply to: Slider excerpt length

    #21725

    Actually, the slider sets a global variable $in_slider, so you can user that to selectively alter the excerpt’s length.

    Admin

    In reply to: Flow header image – Help on making a similar one?

    #20816

    From the theme’s (somewhat outdated) readme.txt file:

    Quote:
    HEADER IMAGE CREDITS

    My 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

    In reply to: Filters

    #20974

    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

    In reply to: Updating to WordPress 3.3

    #21387

    @Josh, yes you can, but probably better just to move it up a folder (so that it’s not in the themes folder). 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

    In reply to: Updating to WordPress 3.3

    #21383

    Try updating the theme to the latest version. You may want to backup the current version first.

    Admin

    In reply to: Updating to WordPress 3.3

    #21377

    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

    In reply to: Updating to WordPress 3.3

    #21373

    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

    In reply to: Updating to WordPress 3.3

    #21371

    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

    In reply to: Completely removing the header image in Graphene

    #21453

    Moved to Support. Please post in the correct section next time.

Viewing 10 posts - 3,801 through 3,810 (of 6,030 total)