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

    (@jleuze)

    Hi Robert, if you open the header.php file for your theme in a text editor, you’ll find this chunk of code at the bottom:

    <div id="masthead">
    
    	<?php if ($options['use_alt_header']) {  //we're using alternate images for all but home page
    
    ...etc...
    
    </div>

    Replace that whole chunk with this and it should load the slideshow:

    <div id="masthead">
    
    	<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Meteor Slides] how to replace header image with meteor slides slide show (theme:tp sunrise)’ is closed to new replies.