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

    (@jleuze)

    Does the slideshow template in your theme have exactly the same name as the original in the plugin? Is the file in the root folder of your theme, not a subfolder?

    To test the template I would make a small easy to spot change, add some text that outputs right above or below the slideshow.

    Thread Starter babins

    (@babins)

    Well, here’s the code at “feature.php”:

    <div id="featured-wrap">
    		<h3>Novidades</h3>
    
    		<div id="featured">
    		<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    		 </div> <!-- end featured -->
    	 </div> <!-- end featured-wrap -->

    I copied the “meteor-slideshow.php” into the theme folder. And.. I don’t know what else to do =(

    Plugin Author Josh Leuze

    (@jleuze)

    So you copied “meteor-slideshow.php” into your theme folder but haven’t made any changes to it? What do you want to customize with the slideshow?

    Thread Starter babins

    (@babins)

    I wanted to work… I don′t know what changes I may have to do on “meteor-slideshow.php” =(

    Plugin Author Josh Leuze

    (@jleuze)

    Are you trying to customize the slideshow, or are you just having trouble getting the slides to show up? If you can email me some login info I can take a look.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Meteor Slides] Not workin on my template’ is closed to new replies.