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

    (@jleuze)

    Hi Julia, I don’t see anything in particular that would be causing this, but there are a few issues with the slideshow setup that you could resolve to narrow it down.

    First, some of the slideshows are being loaded using the slideshow title rather than the slideshow slug. Your shortcodes might look like this:

    [meteor_slideshow slideshow="Sawyer Sejour"]

    That will sometimes load the slides, but it doesn’t always work properly. To load multiple slideshows correctly, use the slideshow slug, which should be lowercase with dashes, like this:

    [meteor_slideshow slideshow="sawyer-sejour"]

    Also, I see that the slideshows are wrapped in H5 tags, and some of these headline tags are using a left or justified alignment. This can effect the layout of the slideshow. If you switch from the visual editor tab to the HTML tab, you can see any HTML code that is wrapped around the shortcodes and remove it. The slideshow shortcodes should be on their own line with no code wrapped around them.

Viewing 1 replies (of 1 total)
  • The topic ‘Pictures rotated’ is closed to new replies.