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

    (@jleuze)

    Hi, I don’t see a slideshow on that page, but I suppose that is the problem!

    Are you using the template tag? Where are you putting it, which file?

    Thread Starter japeimo

    (@japeimo)

    Hi friend!

    This is the code:
    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(inicio_slide); } ?>

    It works ok in header.php but in inicio.php (custom page)it shows only the navigation bar. I can’t understand it.

    You can download the files here:
    https://javierpeiromoreno.com/blogseguros/files.zip

    Thanks,

    Sincerely

    Plugin Author Josh Leuze

    (@jleuze)

    Try formatting the template tag like this:

    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "inicio_slide", "" ); } ?>

    Also doublecheck the slideshow slug and make sure it matches.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Slide don't display’ is closed to new replies.