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
1. With the upcoming version, you can disable the slider image.
2. No easy way to include a video on the slider yet, unless you wanna use one of the action hooks available in the slider.
3. Err…..why would you want to do this..? In any case, the next update will include an option that’ll allow you to set the slider speed. Just set it to an unimaginably big number and you’ll have a static slider.
4. See this thread: https://forum.graphene-theme.com/topic/header-image-size-change
5. Go to Appearance > Header administration screen.
Admin
WordPress uses the gettext function to manage i18n and l11n, so adding or changing a string is a little bit more complicated than just simply opening up a source file and editing the string.
Specifically, the language strings are contained in the language files located in the theme’s languages folder. For the German language, this file is called de_DE.po. If this language file is not updated since the last theme update, the new language strings will not be there. So first you need to update the language file to include the new strings, then you need to translate those strings, then you need to convert that .po file in a machine object, a .mo file.
I find it easiest to use softwares like POEdit or the Codystyling Localization plugin for wordpress to do this.
Admin
Admin
Please see this post: https://forum.graphene-theme.com/topic/sidebar-menu-possible#post-404
Admin
Please see this post: https://forum.graphene-theme.com/topic/sidebar-menu-possible#post-404
Admin
Using a child theme, you can use the
graphene_post_dateaction hook to hook your own function to display the date, and then hide the default date using CSS.Admin
Yes, I will include an option to move the slider to the bottom in the next update.
Admin
Admin
In reply to: Changed Sprite Images and Css, but not showing on website
October 12, 2010 at 4:28 am #11317not quite sure I get what you mean…you can practically use any images as the background. If you want to tile the images you can use the repeat property on the background image in the css
Admin
