• Resolved nickkers

    (@nickkers)


    Hello,
    I just downloaded Meteor slide because i want to have multiples slide shows. I have put the code into the php in the header

    <?php if( is_front_page() ) { ?>
          <section id="slider-wrapper" class="grid_24">
    
              <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow( "kelowna-projects", "" ); } ?>
          </section><!--#slider-->
    
         	<?php } ?>
         </div><!--.container-->

    however nothing at all(not even the slide show navigation) is showing up on my page
    http://rebobetonpumping.com/welcome/
    it should be right under the nav.

    any clue what I am doing wrong? I even tried to include a slide show as a widget on a side bar and nothing shows up either? when using firebug it says that the .meteor-clip visibility=hidden. Not sure if that is the problem or not.

    thanks πŸ™‚

    http://wordpress.org/extend/plugins/meteor-slides/

Viewing 15 replies - 16 through 30 (of 33 total)
  • I sent you the login infos.

    Thanks,
    Robert

    Plugin Author Josh Leuze

    (@jleuze)

    I took a look, the slide posts had images attached to them in the gallery, but they weren’t actually set as the featured images. When they are added correctly, you will see a thumbnail of the slide in the slide post.

    Check out this video on adding slides if you’re unsure how to add the images to the slides.

    Thanks for the help. It seems that i forgot how to add the slides.

    Plugin Author Josh Leuze

    (@jleuze)

    No problem.

    Hi JLeuze,

    I found your slideshow and am testing it on a website I’m making. But for some reason the images don’t apear. The website I made is a child theme of the twentey ten theme. I do see the navigation once a scroll over. I have inserted this code in my header in the branding div.

    <div id=”slideshow”>

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>

    </div><!—/”slideshow”—->

    could you have a look and see what the problem is? I have correctly inserted the images in the back end selecting them as featured image. As well as created a slideshow to assign them to.

    This is the link to the website:
    http://www.mtgym.nl/New

    Plugin Author Josh Leuze

    (@jleuze)

    @ica There is a rule in the theme that is conflicting with the slideshow. Add this to your theme’s stylesheet to fix it:

    .meteor-slides .mslide img,
    .meteor-slides .meteor-shim {
    	position: relative !important;
    }

    Thanks Josh for the code! Great it works!! There is just one problem once a roll over the image it moves downwards. I changed the slideshow navigation options to none and then it was fixed. I guess I have to leave extra space for the navigation arrows in my style-sheet. Do you know how much?

    So happy the way the meteor slideshow works especial in the back-end keep the good work. Hope I can get to figure how to adjust the CSS of the meteor slides. I see you have documentation on this will look into that.

    all best

    Ica

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome! There could be a style in your theme effecting the slideshow nav. They are a list, so the theme could be adding margin or padding to that list.

    Thanks for the hint. I had seen in indeed the nav were lists ul but didn’t make the link (I’m new in this). Thanks again will have a look to see if I can make it work.

    grtz
    ica

    Hi there! I just added Meteor Slides to my site (http://weirdmusicfest.com/), and while it looks like the theme has added a place for the slides, none are actually showing up. Can you help?

    Nevermind, got it working πŸ™‚

    Plugin Author Josh Leuze

    (@jleuze)

    Good to hear that you got it working Nicole, cool site!

    Hello. I am using Meteor Slides on my site http://seminar.outofthebox.si/, in the grey space bellow the header on the home page. However, they seem to not be displaying. They used to work, the change seemed to happen after some new slides were itroduced. I deleted those, but the problem seem to continue. I use a custom theme. Please, tell me if you need more information. Thank you in advance for the help.

    Plugin Author Josh Leuze

    (@jleuze)

    @a.Tepina Hi, I checked and the slideshow isn’t there in the code or anything, so it’s not loading at all. How did you add the slideshow, did you use the slideshow template tag?

    Hi. Would you mind checking again, it should be there now? I had to hide it momenteraly, as there were complains from the client.

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘[Plugin: Meteor Slides] Images not showing up on my page’ is closed to new replies.