Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: wp storecart issue

    #13178

    Seems like you’re using the TwentyTen theme?

    Admin

    In reply to: The page isn't redirecting properly

    #14855

    I don’t think it has got anything to do with the theme. It’s probably some plugins you have installed, or a misconfigured server. When did this start happening?

    Admin

    In reply to: Bug with plugins: "tweet old post and addthis

    #14848

    There seems to be quite a number of AddThis plugins in the WordPress.org Plugins repository. Can you provide a link to the pne you’re referring to so that I can test it?

    2hxac83.png

    Admin

    In reply to: side by side columns of posts per author

    #14837

    That would require writing a custom loop template file for the front page. Substantial code writing is required. If you’re not familiar with PHP and WordPress, better hire someone who is to implement it for you.

    Admin

    In reply to: Footer widget position to the right

    #14835

    Put this in the theme’s Custom CSS option:

    #sidebar_bottom .sidebar-wrap {
    margin: 10px 0 5px 15px;
    }

    Adjust the margins accordingly. It’s in this format:

    margin: top right bottom left

    Also, take my word and go implement the child theme. It’s a much better option, if you don’t want to be missing out on the theme’s updates.

    Admin

    In reply to: Changing the box around the pictures.

    #14823

    What you’re asking has been answered quite a few times in this forum. Always use the search function first. You’ll probably get your answer much quicker that way.

    Admin

    In reply to: MISSING PAGE.PHP

    #14821

    There is no page.php file in the Grahene theme. The template being used for single page is the same as that used for a single post, the single.php file.

    See the Codex page on Template Hierarchy for more details: http://codex.wordpress.org/Template_Hierarchy

    Admin

    In reply to: search for author

    #14820

    The search function is provided by WordPress. The theme does nothing but displays it. It may be a limitation of the search function provided by WordPress, so you might want to ask in the WordPress support forum instead.

    Admin

    In reply to: How to modify the theme using a child theme

    #10918

    Aman, please post your question in a separate topic. That will keep this thread’s discussion on topic and not veer off to something else.

    Admin

    In reply to: Change size of sidebar

    #13483

    It’s all just a play with the CSS.

    Get familiar with it:

    http://www.w3schools.com/Css/

    Then get the Firebug plugin for Firefox. Then tweak away.

Viewing 10 posts - 4,791 through 4,800 (of 6,030 total)