Title: Meteor Slideshow Alignment
Last modified: August 20, 2016

---

# Meteor Slideshow Alignment

 *  Resolved [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/)
 * I am using a meteor slideshow in a service page of my ET and for some reason 
   it is aligned to the right. All other content in the service page is aligned 
   to the left. What am I missing?
 * See this page:
    [http://www.reidholsen.com/](http://www.reidholsen.com/)
 * The “TEST IMAGE” is a standalone PNG. Below it you can see the slideshow is aligned
   to the right and cut off on the right side. I’ve looked all through the CSS &
   can’t find what’s doing this. Can you help me please?
 * [http://wordpress.org/extend/plugins/meteor-slides/](http://wordpress.org/extend/plugins/meteor-slides/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/meteor-slideshow-alignment/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/meteor-slideshow-alignment/page/2/?output_format=md)

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542006)
 * Just for future reference, the answer to this question is over here [in this thread](http://wordpress.org/support/topic/plugin-promotion-slider-promo-slider-messes-up-home-page?replies=2#post-2597070).
 * Hey Dave, in your slideshow you are loading a specific slideshow using “Test4”,
   which looks like the slideshow’s title, make sure you use the slideshow slug,
   which might look like this: “test4”. Using the title instead can cause conflicts.
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542014)
 * Yeah 🙂 That’s the answer you emailed to me yesterday – I posted it there. Thanks
   for getting back to me, I really appreciate it. I’m new to WP and am still working
   through CSS, so I really appreciate your help. Your plug-in works great – exactly
   what we needed.
 * I don’t quite follow you on the “Test4” versus “test4″ comment. Are you talking
   about it’s usage in the shortcode where I should reference the slug rather than
   the name? [meteor_slideshow slideshow=”Test4″ metadata=”height: 126, width: 200”]
 * Thanks again Josh.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542019)
 * Yes exactly, make sure you use the slug when [using multiple slideshows](http://www.jleuze.com/plugins/meteor-slides/multiple-slideshows/)
   rather than the title:
 *     ```
       [meteor_slideshow slideshow="test4" metadata="height: 126, width: 200"]
       ```
   
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542047)
 * OK…so another weird thing is happening now. I added my first post (recipe for
   BLT Rollers), and it is showing up on the service page immediately after your
   slideshow. Every setting I can find shows that NO posts are to be shown on the
   home page anywhere. Do you have any idea why this post is showing?
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542051)
 * You’d have to check your theme template for that section, there must be loop 
   in there somewhere loading that post.
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542076)
 * A moderator in the elegant themes forum thinks this is somehow related to the
   meteor slides plug in. Here is the code for the home page, can you see what would
   be causing the issue?
 * Here is the home.php code – can anyone tell me what code to delete so no posts
   will be shown?
 * _[61 lines of code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542079)
 * If you can share your code on [Pastebin.com](http://wordpress.pastebin.com/),
   I can take a look.
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542082)
 * Ok – here’s the link. The code is for home.php. Please let me know if you need
   code from any other templates, I’ll post them ASAP.
 * [http://pastebin.com/n8yTGFEF](http://pastebin.com/n8yTGFEF)
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542083)
 * I don’t see the slideshow shortcode in that file anywhere, is it in the footer?
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542084)
 * The slideshow short code is in a service page. This is the code:
 * These are some of the companies that have trusted Reid to represent their brands.
 * [meteor_slideshow slideshow=”test4″ metadata=”height: 126, width: 200″]
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542085)
 * Oh, so you are loading pages with a loop there, I thought those were widgets,
   you might try using widgets for something like this in the future.
 * One thing that stands out to me is that the page loop and slide loop both use
   the `$i` variable, maybe they are conflicting. Try using a [custom slideshow template](http://www.jleuze.com/plugins/meteor-slides/customizing-the-slideshow-template/)
   in your theme, and find/replace the `$i` in the slideshow template with `$meteor_i`.
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542086)
 * OK. I did that. I tried putting it in these folders (one at a time)
 * /wp-content/themes/SimplePress
    /wp-content/themes/SimplePress/includes
 * And there is no change – the post is still showing up on the home page.
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542087)
 * If there’s a different way to rotate images on a service page (widget or otherwise),
   I’m open to suggestions. I’m new at WP, so I really don’t know all the different
   ways to skin the cat.
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542088)
 * I don’t think I’m understanding exactly how you have this setup, could you [email me](https://wordpress.org/support/topic/meteor-slideshow-alignment/mail@jleuze.com?output_format=md)
   some login info so that I can take a look at the backend?
 *  Thread Starter [davewest01](https://wordpress.org/support/users/davewest01/)
 * (@davewest01)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/#post-2542089)
 * no problem – just sent it.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/meteor-slideshow-alignment/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/meteor-slideshow-alignment/page/2/?output_format=md)

The topic ‘Meteor Slideshow Alignment’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 18 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/meteor-slideshow-alignment/page/2/#post-2542092)
 * Status: resolved