• I have activated Meteor Slides plugin and added a slideshow called reshaping (it created a slug called reshaping-2). I added two slides. I then went to my post, switched to html and added [meteor_slideshow slideshow=”reshaping-2″] at the top. When I review the page the post has adjusted down but no slide show. To further test I went to widgets and activated the widget added the slug and it WORKED! It has to be something I am doing wrong in the post but I can’t figure out what. Your help would be much appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Gregg, it sounds like the slideshow is at least partially being added with the shortcode if it is moving the other content down. Can you post a link to the page you have added the shortcode to?

    Thread Starter GreggF

    (@greggf)

    OK, the problem is with the post headline. It is floating to the left, causing the slideshow to be floated off underneath the sidebar.

    If you change the headline CSS from this:

    .post-top {
    border-bottom:1px solid #7BC29A;
    clear:both;
    float:left;
    margin-bottom:10px;
    padding-bottom:10px;
    position:relative;
    width:100%;
    }

    To this it will put the slideshow back where it should be:

    .post-top {
    border-bottom:1px solid #7BC29A;
    clear:both;
    margin-bottom:10px;
    padding-bottom:10px;
    position:relative;
    width:100%;
    }
    Thread Starter GreggF

    (@greggf)

    Thanks for the quick response. When I tried this the top one showed up but no the bottom one.

    It looks like that second slideshow doesn’t have any slides in it. Are you trying to load a separate slideshow in that one?

    Thread Starter GreggF

    (@greggf)

    Thank you so much for your help! It’s all working!

    No problem, glad to help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Meteor Slides] Slideshow not showing using short code’ is closed to new replies.