• Hello

    I am new to WordPress and I am trying all kind of Plugins to see what I like and think is usefull to for my sites. I like your plugin. Was testing with in but I have a question.

    When I include the slideshow in my page I want to be able to type around the slideshow. I am unable to get that working. Can you tell me if this is possible or I am missing something

    Marcel

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

    (@jleuze)

    Hi Marcel, do you need the text inside the slideshow, like a caption, or do you just need the text to wrap around the slideshow like a left or right aligned image?

    You can float the slideshow using CSS to wrap text around it, or use a custom slideshow template to add a caption.

    Thread Starter MarcelM

    (@marcelm)

    Hello

    Thanks for the response. I want to wrap the text around the slideshow when I align it to the lef or right. But nit seem to get it done correctly

    Marcel

    Plugin Author Josh Leuze

    (@jleuze)

    The slideshow works a bit differently than an image in the visual editor because it is a shortcode, so ideally it should be on it’s own line without any other code wrapped around it.

    You would change the alignment of the slideshow in your theme’s stylesheet, or with a custom stylesheet, like this to left align the slideshow:

    .meteor-slides {
      float: left;
      margin: 0 20px 20px 0;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Text Around Slides’ is closed to new replies.