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

    (@jleuze)

    Hi Sebastian, this is a conflict with your theme, you can fix it by adding this to your theme’s stylesheet:

    .meteor-slides ul.meteor-nav {
    	display: inline !important;
    }

    Hi!
    I have near the same problem. When I added [meteor_slides] to the page, the slides fit all the height of the page.
    I fixed css table with the block above, and now the image do not dissappear, but the block of meteor_slides still fit all the heught of the page. Please help to fix it.
    The page is on the https://salesonlinestore.ru/

    Plugin Author Josh Leuze

    (@jleuze)

    @pamctop A couple things to start with. The slide images aren’t the right size, it looks like they were uploaded before setting the current slideshow size. try sizing the slides to match the slideshow dimensions.

    Also, the slideshow is wrapped in a paragraph tag. Make sure that in the HTML view of the post editor, the slideshow shortcode is by itself on the first line with no other code.

    Ow, yeee! I’ve solved the problem with big height of the slideshow. The reason was in the meteor-slides.css in line “div.meteor-slides {
    height: 100% !important; …”. Command “!important” blocked previous rules and made the plugin full height on the page. I’d deleted it and everything is fine now.
    Thank’s very much, JLeuze, for this plugin!

    Thread Starter seb75

    (@seb75)

    hi jleuze,

    works perfect, many thanks ??

    best
    seb

    Plugin Author Josh Leuze

    (@jleuze)

    You’re welcome Sebastian!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘on mouseover the image disapears?’ is closed to new replies.