Viewing 6 replies - 1 through 6 (of 6 total)
  • You’ll need to enter some code on your page template. The nice thing is Josh shows you exactly how to do that on his setup video, it’s halfway through the video so you’ll have to pay attention.

    Here’s the link to the video: http://vimeo.com/12901374

    Plugin Author Josh Leuze

    (@jleuze)

    Bob is correct, you need a clear or break before the slideshow to take care of the floating title and description or the slideshow can float as well.

    Thread Starter PDC808

    (@pdc808)

    Hmmm…I did as you said, Josh, and it’s still being funky. It shows up correctly in IE, but not in Firefox.

    Here’s the code I used on the header file:

    <div id="site-description"><?php bloginfo( 'description' ); ?></div>
    
                                    <div style="clear:both:"></div>
    
    				<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>			</div><!-- #branding -->

    Did I leave anything out or do something wrong? Why would it look one way on IE and another on Firefox?

    Thanks!

    Plugin Author Josh Leuze

    (@jleuze)

    It looks like you have a colon instead of a semi-colon at the end of your CSS rule:

    <div id="site-description"><?php bloginfo( 'description' ); ?></div>
    
                                    <div style="clear:both;"></div>
    
    				<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>			</div><!-- #branding -->
    Thread Starter PDC808

    (@pdc808)

    That did the trick. Thanks so much, Josh!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Problem with Meteor Slides header in Firefox’ is closed to new replies.