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
In reply to: single column and a specific width different from the default
March 21, 2013 at 9:09 am #36899Try using Firebug add-on for Firefox to figure out what’s the class or ID of elements you’d like to change. Or just press F12 on Firefox or Chrome. See the tutorial by Ken here: http://blog.kjodle.net/2011/10/02/using-firebug-to-tweak-your-blog/
Admin
Just increase the margin for the
pelement. Add this to Custom CSS or child theme’s stylesheet:.entry-content p {
margin-top: 20px;
}Admin
In reply to: single column and a specific width different from the default
March 21, 2013 at 8:08 am #36897You cannot, since the header will be used on the other pages which have wider container width as well, therefore it needs to be as large as the container width set in Graphene Options.
Easiest would be to just set your own header image using CSS for that particular page.
Admin
Doesn’t seem like you’re using Graphene Mobile there. Did you take it off?
Admin
What’s the URL where this is happening?
Admin
OK, I’ve received the URL that you sent. It was using the old update server that wasn’t accepting update request properly. If you’ve updated the theme to the latest version, it should now be using the new update server for any future updates.
Admin
@Rafafoodie, please do not hijack other people’s topics that are unrelated to your issue. Post your own topic in the Graphene Mobile support forum and we’ll help you there.
Admin
Quote:If I create a function in the child theme’s functions.php file, and I refer to another file in the child theme’s directory, would I use the same thing as with a regular child theme?PHP works the same way regardless of in what folder it is located. So if you have the following files in your child theme’s folder:
wp-content/uploads/graphene-mobile-custom/
-- style.css
-- functions.php
-- custom-file.phpIn order to load or reference the
custom-file.phpfromfunctions.php, you can just use relative file path like this:include( 'custom-file.php' );That will mostly work. If it doesn’t (perhaps due to the PHP configuration), then you will have to use absolute path instead of relative path.
Quote:I may have to give the mobile neo theme a shot if it’s capable of adding a header logo. It looks like the neo theme is just more elegant, but is it really worth the upgrade? I’m thinking $15 may be the most time saving option than having to do so many customizations on the on the regular theme.That’s up for you to decide. Part of the reason why Graphene Mobile Neo is priced higher is because of the higher costs involved in bringing the premium design to the theme, alongside the other additional features that Graphene Mobile doesn’t have. However, you can get a feel of the theme before purchasing it by making use of the theme’s demo site. Remember that you also have a no-question-asked 7-day money back guarantee, so you can use that as a “free” trial period too.
Admin
What’s the URL to your site?
Admin
If you disable the WP Post Sorting plugin, does the slider sort the post like you want?
