Forum Replies Created
-
Mod
In reply to: How to add 'Pagination' right after the post content??
July 31, 2014 at 12:01 am #43048You could try the
after_post_contentaction hook widget area inloop.php. I’m not sure if that will come before or after those plugins, though.If you are using Graphene’s built-in social sharing buttons options, it will come before that:
Mod
Quote:I’m not sure if using such a big size has any other ramifications (like load speed etc),If it caches, and it’s small enough, very little.
Quote:Sadly, you weren’t much help either.We could be more help if you told us what you spent an hour trying to figure out. The solution I pointed works for me and as Sharon indicates, works for her as well.
Mod
As I recall, Neo will resize it automatically. Just make it big enough for the largest mobile device you are using it on, so that Graphene can size it down (rather than up) for all other devices.
Mod
For the search button, try this one:
button {
font-family: "baskerville old face",serif;
font-weight: normal;
font-size: 16px;
}FYI, neither “Baskerville Old Face” or “Baskerville” show up on my computer. (Toshiba running standard Windows 7 install.) Are you adding these fonts as part of a child theme?
Mod
You are using homepage panes. Homepage panes does not support the sticky post feature.
Mod
Your site is loading fine for me.
The image you posted is probably because the stylesheet didn’t load properly. It could be caching issues on your server.
Quote:Also it seems like the home page is loading the URL and not the domain.I have no idea what you mean by this. For the front page, the url is the domain.
Mod
Disable the mobile theme switcher plugin.
Mod
I believe you need to put baskerville old face in single or double quotes:
.block-button{
font:22px 'baskerville old face', serif;
}You were also missing the closing semicolon on that declaration. Sometimes it makes a difference.
Quote:Also, can you recommend anyone that could do some work for me on this site. The directory plug-in needs some hacks to get it to look the way I want and the developer gave me permission to have that done.Try tweeting Prasanna about this.
Mod
Did they restart your server afterward? If you are on shared hosting, it may not take effect immediately.
Mod
Yes. Use a graphene action hook widget area to add whatever text you would like. (Specifically,
graphene_top_barinheader.php)There is a tutorial on my site for using Graphene action hook widget areas:
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
