• Resolved madzzoni

    (@madzzoni)


    Hey jleuze,

    i use the Meteor template-tag to replace the original header-img in a child-version of Twenty Eleven, and remain still the “Thumbnail Option”. There is no problems with “the Header position” in Safari and Firefox, but as usual there is problems with IE8 and the css-style ?? … IE8 showes a “very Big margin” between the logo-text and the Slider IMG’s. See this link to my webpage!
    I also try this “hack” in the original version of Twenty Eleven and it’s the same problem, so it’s not my “child-version” who make the “position” problem with Sh.. IE.

    I’ll try to add some unique IE8 CCS-code to my Style-sheet, but without success. Maybe You got an idea? – Here is my “hack” from header.php:
    =================================================

    // Houston, we have a new header image!
      echo get_the_post_thumbnail( $post->ID, 'post-thumbnail' );
    else : ?>
      <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
       <?php endif; // end check for featured image or standard header ?></a>
        <?php endif; // end check for removed header image ?>

    =================================================
    Thanks for a nice Plugin ??

    -madzzoni

    https://www.ads-software.com/extend/plugins/meteor-slides/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    The good news is, it works in IE9 ??

    There are two potential issues here that I would look into, it looks like you have the whole slideshow wrapped in a link. In the source code it looks like this:

    <a href="https://xconsultweb.com/">
    
    ---SLIDESHOW---
    
    </a>

    That could cause issues with the slideshow, and also in the layout with IE8, so I’d remove that link.

    The other issue that come up with the 2010 and 2011 themes is the title and navigation elements above the slideshow are floating to the left and right and they can cause the slideshow to layout wrong. Try adding a clear before the slideshow to take care of these floats:

    <div style="clear:both;"></div>
    Thread Starter madzzoni

    (@madzzoni)

    THX Jlueze, it works! U are “The Man!” ?? … Now it’s only the Meteor center-alignment i have to fix, when viewed in MS IE7/8/9 ;-/ …

    -madzzoni

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] IE 8 problems as usual!!!’ is closed to new replies.