• Anonymous User 7521687

    (@anonymized-7521687)


    Hi,

    I am using the Sleek Twitter widget and for some reason, my Tweets are not displaying when I am viewing my site through Internet Explorer.

    I can see my Tweets through Firefox fine though.

    Here is my link https://www.nrlweekly.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi nrlweekly,

    Just had a quick look at the code and it looks ok to me.

    Is it just the tweet that is missing or the whole Twitter widget?

    Have you tried clearing your browser cache in IE?

    Thread Starter Anonymous User 7521687

    (@anonymized-7521687)

    Well in IE it shows the Heading of “Twitter” and it also shows the “Follow Me” link.

    I have cleared my cache but that didn’t help.
    Are you able to see a Tweet using IE?

    Let me power up a Windows machine and let you know ??

    Ok, looks like there are a few issues in IE (IE7).

    In addition to the broken Twitter area – The navigation is broken, as is the subscribe area.

    Looks like the theme needs a going over to make sure it’s cross browser compatible. If the theme has support, perhaps contact the developer for help.

    Thread Starter Anonymous User 7521687

    (@anonymized-7521687)

    Hmm. That problem which you just described, I also noticed on IE8.

    It was previously working on IE7 however the changes I made to get it to work on IE8, made it stop functioning properly in IE7.

    I made another adjustment, would you mind checking again in IE7 for me?

    Thanks WP Hosting Australia for your support ??

    Sorry, still the same ??

    If you don’t have it already – download firebug for firefox, it will help a lot!

    Thread Starter Anonymous User 7521687

    (@anonymized-7521687)

    This is what the instructions were to make it working in IE8

    in Initilize.php replace the line

    header(‘X-UA-Compatible: IE=EmulateIE7’);

    with

    header(‘X-UA-Compatible: IE=EmulateIE8’);

    I havent really test the above but it did work from a quick glance.

    And this is what is in initialize.php at the moment.

    <?php

    /* Add actions */
    add_action(‘wp_head’, array(‘KT_Hook’, ‘head’), 1);
    add_action(‘wp_head’, array(‘KT_HTML’, ‘meta’));
    add_action(‘wp_head’, array(‘KT_Hook’, ‘add_cufon’));
    add_action(‘wp_footer’, array(‘KT_Hook’, ‘footer’), 100);

    /* Remove actions */
    remove_action(‘wp_head’, ‘wp_generator’);

    /* Register Sidebars */

    if ( !! is_admin()) :
    include_once(KT_LIBRARY_PATH . ‘/admin/initialize.php’);
    else :
    header(‘X-UA-Compatible: IE=EmulateIE8’);
    endif;

    Is there something I can add to make it work in IE7 as well?

    I’d start by looking at the theme’s CSS files. There are probably IE specific stylesheets you can tweak.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Sleek Twitter’ is closed to new replies.