Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Alternating Header Images

    #11019

    That would require the user to upload a different header images for each top page and category. I can’t see a neat solution for that, nor do I see strong reasons why most people would need that kind of functionality.

    Additionally, the theme already supports alternate header image for individual posts and pages. You can use the Featured Image function to replace the header image on individual posts and pages. Just make sure that the image you set as the Featured Image has a dimension greater than or equal to the header image size.

    Admin

    In reply to: favicon

    #11033

    What do you mean by ‘it held with graphene’?

    Admin

    In reply to: RSS – help with code please

    #10990

    What is your feedburner link?

    Admin

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

    #10843

    Why did you comment out the code? Those /* and */ shouldn’t be there after the @import line

    Admin

    In reply to: Home tab

    #11020

    This will be in a few days’ time.

    Admin

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

    #10841

    Hurm..this is unusual, but if you would still like to do it, add the following code into your child theme’s style.css:

    div.type-page div.entry h2{display:none;}
    Admin

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

    #10839

    Can’t remove the Home link using CSS as of the current version of the theme. Consider using Custom Menu to define your own menu instead of using the default one. Also, in the next version, the default hardcoded Home link will no longer be displayed if a static front page is used.

    …remove the page title from the top of each of my static pages?

    Which page title do you want to remove? The want on the browser top bar or the page title on the page itself?

    Admin

    In reply to: RSS – help with code please

    #10988

    Change it back to this code:

    <p id="rss"><a href="<?php bloginfo('rss2_url'); ?>" title="<?php esc_attr_e('Subscribe to RSS feed', 'graphene'); ?>"><span><?php _e('Subscribe to RSS feed', 'graphene'); ?></span></a></p>
    Admin

    In reply to: Images in post…

    #10996

    Okay, I have replaced the max-width property with overflow:auto for p, ul, and ol child elements of entry-content. It’s the best solution without resorting to actually resizing the images.

    Please try it here: http://www.khairul-syahir.com/files/graphene-1.0.8.2.1.zip

    Admin

    In reply to: Images in post…

    #10995

    Hi Eric,

    The image is pinched because the image size is wider than the content area, and the max-width CSS property caused the image to be resized horizontally.

    This may not be the best implementation. Let me experiment with the overflow property a little bit.

Viewing 10 posts - 5,971 through 5,980 (of 6,030 total)