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
You can still create a static front page and use an empty page as the front page. The front page will then show the empty page and the slider.
You may need to hide the empty page title with CSS.
Admin
Admin
With the “First image in post” option, the slider displays the first image as ordered in the post’s image gallery, not the location of where the image is inserted in the post.
In the Edit Post screen, click on the Add an Image button, and then click on the Gallery tab. There you can see all the images for the post and their order, regardless of whether they are actually used in the post or not.
Reorder the images so that the image you want to be displayed in the slider is the first image in that image gallery, and the slider post image should work as intended.
Admin
Hi,
All themes hosted on the WordPress.org theme repository are available through SVN. See http://themes.svn.wordpress.org/graphene/
Admin
In the Categories widget, you can tick the option Show as dropdown to have the categories displayed as a dropdown instead of a list.
Admin
See here for instructions on how to set up a child theme: https://forum.graphene-theme.com/topic/how-to-modify-the-theme-using-a-child-theme
Then add this code into the child theme’s
style.cssfile to hide the page title on the front page:.home .post-title{
display:none;
}Admin
For your website, the link should be http://parchnotes.co.za/blog/wp-admin/
Admin
By default, if your website does not have widget, the login link is included as one of the default widgets. Otherwise, to login you can always point to http://yourdomain/wp-admin/
Admin
Hi,
Just change the WordPress language to the RTL language (I assume Arabic?), and install the Admin in English plugin by Nikolay Bachiyski to keep the admin panel in English.
Admin
1. The color, font-size, and font-family all can be changed via the Graphene Display options page.
2. Have to be implemented via a child theme, using one of the many available action hooks.
3. Use the
display:none;property for those elements in your child theme’sstyle.cssfile.4. You can use the Subscribe to Comments plugin by Mark Jaquith.
5. You can use the Quotes Collection plugin by Srini G.
