Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Try 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

    In reply to: Space between paragraphs

    #36939

    Just increase the margin for the p element. Add this to Custom CSS or child theme’s stylesheet:

    .entry-content p {
    margin-top: 20px;
    }
    Admin

    You 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

    In reply to: Home page jump into mobile version

    #36941

    Doesn’t seem like you’re using Graphene Mobile there. Did you take it off?

    Admin

    In reply to: Space between paragraphs

    #36937

    What’s the URL where this is happening?

    Admin

    In reply to: Graphene-mobile update failure

    #36485

    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

    In reply to: home panes :(

    #36934

    @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

    In reply to: Directory Locations for Child Themes

    #36940
    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.php

    In order to load or reference the custom-file.php from functions.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

    In reply to: home panes :(

    #36932

    What’s the URL to your site?

    Admin

    In reply to: Slider displays post by name, not by date

    #36922

    If you disable the WP Post Sorting plugin, does the slider sort the post like you want?

Viewing 10 posts - 2,231 through 2,240 (of 6,030 total)