• Hi there, I followed your Vimeo tutorial and did as you in the header.php, after I uploaded the images in the WP-dashboard, uploaded it to the server, but then the whole header image area disappeared. The word “test” did show up when I tried it (although to the left, so I didn’t add the <div style=”clear:both;”></div>
    I triple checked your tutorial and the code, so not sure what I am missing.
    here is what I have (well, a portion of the area):

    <?php echo $heading_tag; ?>>
    				<div id="site-description"><?php bloginfo( 'description' ); ?></div>
    
    				<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    			</div><!-- #branding -->
    
    			<div id="access" role="navigation">
    			  <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, you are trying to edit the header of TwentyTen right, not TwentyEleven?

    There is a bracket missing in that first line, make sure it looks like this in your header.php file:

    </<?php echo $heading_tag; ?>>

    The first thing I would do is test the slideshow using the the shortcode or the widget to confirm it works elsewhere in the site.

    Thread Starter Colour Infusion

    (@colourinfusion)

    Thanks, I did get it working after all…I had forgotten to “publish” the photos…Duh! haha!
    Thanks anyways for your help!
    have a great day!

    No problem, it happens!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Slideshow dissappeared’ is closed to new replies.