Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rholzler

    (@rholzler)

    I had to update the example page above. I have posted a test page here:

    https://octexllc.com/test.html

    I will be working on that page to see if I can fix it myself.

    Thread Starter rholzler

    (@rholzler)

    I found the problem. There was a conflict with another jQuery file. Removing that file from the template resolved the problem.

    ADDITIONAL: In order to get a custom slideshow for any page, I did the following.

    Added this to the template:

    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow($post->post_name); } ?>

    The $post->post_name gets the slug for the post. Then you just create a slideshow with a matching slug.

    Plugin Author Josh Leuze

    (@jleuze)

    Good to hear that you got it figured out. Thanks for sharing your customization, that’s a really sharp looking slideshow you’ve got on there!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No slideshow with more than one (1) slide’ is closed to new replies.