• First of all… LOVE the plugin. Fantastic!
    Just one question – when i insert the slideshow, it positions it in the middle of my screen then quickly moves it to left justification and all of my text drops down below it. In WP, it’s also surrounding the code with <p> and </p>. Anywhooo… dumb question but other than that i’m enjoying the plugin.
    Cheers
    G.

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

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

    (@jleuze)

    Thanks Glen, I’m glad you like it!

    Shortcodes like the one for Meteor Slides can’t be formatted in the visual editor like text and image can. The shortcode should be on its own line with no other tags wrapped around it like code or paragraph tags.

    If you want to change the alignment of the slideshow, like to center it, try using a custom stylesheet, you could center it by changing the first rule like this:

    .meteor-slides {
    	margin: 0 auto;
    	overflow: hidden;
    	padding: 0;
    	position: relative;
    	z-index: 1;
    }
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Meteor Slides] Slide Formatting’ is closed to new replies.