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
I will add this option in the next release.
Admin
Just download the theme again to your computer, and then replace the
footer.phpfile on your server with the one you just downloaded.Admin
Reply sent to your email.
Admin
Changes like this are much easier to be implemented using a child theme.
Also, note that due to the way CSS works, you cannot *disable* the styles. You can only *override* them.
Admin
In reply to: multi-page posts and page post summary on the main/home page
October 2, 2010 at 11:31 am #11231Hi farshidk,
Firstly, this issue is also discussed in this post: https://forum.graphene-theme.com/topic/posts-page-excerpts
What you are trying to achieve is basically to have the theme displays the post’s excerpt instead of the full content truncated by the More link on the front page. Displaying the excerpt on the front page is really not recommended, as the excerpt removes all formatting and images.
Use the
<!--more-->tag instead to control where in the post the More link will be displayed.To divide a post into pages, you need to add the
<!--nextpage-->into the post, using the HTML view when editing by the post. Each time you add the<!--nextpage-->, WordPress will divide the post into a new page, so you can put the tag and divide your post into as many pages as you want.As to the other question, currently the only way to change the font for the header in the slider is by using a child theme and adding CSS codes to modify the style.
Admin
Hi,
I am unfortunately not working on ‘something even more cool’ at the moment, and I can also assure you that I am not in a vacation right now. I am just occupied with too many things, and this is the busiest time of the year for me. I already have a list of more features to add to the theme, but just haven’t had the time yet to even respond to support requests, much less to implement the new features.
I would appreciate your patience as I find what little slivers of free time I have and use it to respond to the support requests on this forum.
As for your query, it is not a bug with the Graphene theme. The index page of posts (in your case it’s the News page) is supposed to display the full post truncated by the More link, and not the excerpt. Of course, you can edit the
loop.phpfile so that the index page displays the post’s excerpt, but (as you have figured out from the WordPress support forum) that would also remove all formatting and images. That’s just the way WordPress works with the excerpt functionality.I would suggest that the best solution is to set manually where you want to place the More link, as suggested by Adeptris at the WordPress support forum page you mentioned.
If you would still wanna display the excerpt of the posts, follow the solution Adeptris suggested before he ‘puts the brakes on’.
Admin
In reply to: User Photo – not showing photos in Authors – can you help?
October 1, 2010 at 7:04 am #11239Not on wordpress, but on Gravatar
Admin
The modifications you mentioned would require creating your own function and hooking it to the action hooks available with the theme.
Sorry, but this is beyond the kind of help that I’m able to provide here, due to my extremely busy schedule.
Admin
In reply to: User Photo – not showing photos in Authors – can you help?
October 1, 2010 at 4:38 am #11237Actually, I’m thinking of adding an additional field in the author’s admin page, where you can specify a custom image (by URL) to be used for that author.
Look for it in the next release.
Admin
In reply to: User Photo – not showing photos in Authors – can you help?
October 1, 2010 at 4:34 am #11236Hi Lisa,
The theme’s Author Page displays the author’s gravatar, which is associated with their email accounts. I just thought that it’s too much trouble (for now) to create a feature that will allow the author to upload their own image.
