Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Update your WordPress.

    Admin

    In reply to: Graphene 1.8.1 Not Working in IE9

    #37419

    Different themes won’t have all the widgets you have in the Graphene’s sidebars, nor the slider. Just because it works with other themes doesn’t necessarily mean that the root cause lies with the theme.

    Try switching to single column mode to see if anything in the sidebar is causing the issue.

    Admin

    In reply to: Graphene 1.8.1 Not Working in IE9

    #37417

    The theme’s demo site opens up fine in IE9, so it must be something in your site that’s causing it to not load in IE9. Have you tried deactivating plugins like Ken suggested?

    Admin

    In reply to: Sizing media

    #37696

    Firstly, an image that’s 3000px x 2355px is way too big for the web. What’s the file size of that image, greater than 1MB I’m guessing? This will take far too long for the majority of internet users to download. Plus, the majority of people won’t ever view it at that size, since most consumer monitor sizes cuts off at 1920px x 1080px. So they’ll be downloading a huge picture but see it small anyways.

    Secondly, the “Large” size is still not the full size. It’s one version of the image created by WordPress, according to the dimensions set in WP Admin > Settings > Media.

    Thirdly, the theme itself (lazily) resizes the image you inserted into posts and pages so that the image doesn’t overflow the available content area for the post/page.

    Fourth, the theme displays the thumbnail size of the image for excerpts, regardless of how big the original image is. This is a design decision, but one that you could customise using a child theme.

    Admin

    When you generate the button code in Facebook, there’s an option to specify the width.

    Admin

    There’s nothing wrong with the code, but the Facebook Like button in the footer is covering the link, which renders it unclickable. Reduce the width in the button’s code to fix it.

    Admin

    In reply to: Flexible theme and column width

    #37477

    Nope.

    Admin

    In reply to: Excerpt Thumbnails

    #37644

    Try this:

    #content-main .hentry:first-child .excerpt-thumb {
    display: none;
    }
    .paged #content-main .hentry:first-child .excerpt-thumb {
    display: block;
    }
    Admin

    In reply to: Flexible theme and column width

    #37475

    There is, but it isn’t trivial. For starters, a lot of additional CSS codes would be needed, and figuring them out is not trivial either. Because the theme relies on a grid system, that grid system itself will need to be changed. That will probably break a lot of things, so you’ll have to go in and find what’s broken and fix them by adding appropriate CSS codes.

    Moreover, there are also other not-so-obvious pieces of codes that relies on the width of the theme. For example, if you auto-embed videos into any post or page, you’ll see that the video is always resized to properly fit the available content area, regardless of your column width settings.

    To be honest, things like this will be very difficult to implement and maintain at this far along point of the theme’s development. If we were to begin from scratch, then yes, we could start with fluid width from day one.

    Admin

    In reply to: Animated Gif News Ticker

    #37656

    Look in the theme’s style.css file on line 92.

Viewing 10 posts - 2,051 through 2,060 (of 6,030 total)