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
Better implementation using a child theme:
Child theme’s functions.php file:
function graphene_scroll_to_top(){ ?>
<p id="scroll-to-top"><a href="#">=Scroll to top=</a></p>
<?php
}
add_action('graphene_developer', 'graphene_scroll_to_top');And then style the link in CSS.
This way, you won’t have to override the entire footer.php file, which is not recommended cause I may add new codes to the theme’s footer.php file in the future.
Admin
Use WordPress’ manual excerpt.
Admin
Nope, it’s not. But there’s quite a number of slider plugins already available for WordPress.
Admin
Use the text widget instead, in Appearance > Widgets.
Admin
Have you tried using the Firebug plugin for Firefox to figure out which CSS code that needs changing?
Admin
Have you tried using the Firebug plugin for Firefox to figure out which CSS code that needs changing?
Admin
No need to remove the edit page link. It’s only displayed if a user with the proper permission to edit the page is logged in. Otherwise it won’t be there.
Admin
For image border: https://forum.graphene-theme.com/topic/remove-borders-around-all-added-image
For text not wrapping around floated images: https://forum.graphene-theme.com/topic/help-latest-update-has-messed-up-my-page-display
Admin
It’s still there, but WordPress 3.1 hides it by default. In the Edit Post / Page screen, click on Screen Options in the top right corner of the page, and then tick Discussions.
Admin
Nope, but you can use plugins like the Cimy Header Image Rotator to do it. There’s been some discussion about that in this forum. Try search for it.
