• Resolved Dani

    (@danicasati)


    Hi.
    The plugin is working correctly, but when I put the mouse over the slide area in Chrome (v.6 dev), the box is getting blank and I can’t click on it.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Dani

    (@danicasati)

    Same problem with Firefox 4 beta 3.
    Any missing plugin?

    Plugin Author Josh Leuze

    (@jleuze)

    Hi danicasati, Meteor Slides should be compatible with any version of Chrome or Firefox, can you post a link to your site?

    Plugin Author Josh Leuze

    (@jleuze)

    danicasati, I noticed there was a problem with a few of the transitions, where the slides were dropping when you hovered over them.

    Not sure if this is the exact problem you have run into, but Meteor Slides 1.2.3 fixes this issue.

    Thread Starter Dani

    (@danicasati)

    Yes, the problem was fixed in last update.
    Thank you.

    Now, you introduce ability to display navigation. If I choose NO, slide height expands inevitably. It would be great to choose hide navigation area and display only right and left arrows.

    Plugin Author Josh Leuze

    (@jleuze)

    That’s good to hear, no problem!

    With the navigation off, do the actual dimensions of the slides change, or is it just the overall height of the slideshow increasing because of the bottom navigation?

    You can easily hide the bottom navigation by using a custom stylesheet as detailed in the FAQ.

    Then edit your custom stylesheet to hide the buttons and remove the padding:

    #meteor-buttons {
    	bottom: 0;
    	display: none;
    	left: 46%;
    	margin: 0;
    	position: absolute;
    }
    
    #meteor-slideshow, .meteor-slides {
    	margin: 0;
    	overflow: hidden;
    	padding: 0;
    	position: relative;
    	z-index: 1;
    }
    Thread Starter Dani

    (@danicasati)

    Great job!

    I detect an incompatibility issue with another plugin:
    http://wordpress.shaldybina.com/plugins/related-posts-thumbnails/

    When Meteor-Slides is enabled, the thumbnails are note displaying.
    Any suggestions?

    Plugin Author Josh Leuze

    (@jleuze)

    Thanks for reporting this conflict, I’ll test that plugin out and try to resolve it.

    Thread Starter Dani

    (@danicasati)

    Just only a little suggestion:
    – COuld you separate navigation arrows from slides navigation?

    So user could be select only one of the option (arrow, slide navigation or full navigation with arrows), instead of both like actually.

    Great work!

    Plugin Author Josh Leuze

    (@jleuze)

    I tested Meteor Slides with Related Posts Thumbnails and didn’t encounter any problems. Are you using the latest version of both plugins, do you think there are any other plugins or a theme that might be contributing to this conflict as well?

    Giving users more flexibility with the navigation is a good idea, I’ll see if there is a way that I can add more options without making it overly complex.

    Thread Starter Dani

    (@danicasati)

    Ok.
    I’m using latest versions of both plugins, and if I deactivate METEOR SLIDES, the thumbnails are displying correctly.

    Plugin Author Josh Leuze

    (@jleuze)

    Strange, I just can’t get the thumbnails to break in my tests. 🙂

    Could you post a link to the site, or better yet email me some login info so that I can check it out?

    Thread Starter Dani

    (@danicasati)

    Sure.
    I send a link.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Meteor Slides] Problem in Chrome’ is closed to new replies.