Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter spacekidlimited

    (@spacekidlimited)

    I think I got it using z-index on the .meteor-caption in the style sheet. It just isn’t the most sensitive link ever maybe I need to increase the link area?

    Should I post a link?

    Thread Starter spacekidlimited

    (@spacekidlimited)

    It looks like the whole page link is interfering with my link that I need to take the cursor off the slideshow then back on to get my link and rollover to work. How do you disable the whole page link.

    Sorry for the block of posts.

    Plugin Author Josh Leuze

    (@jleuze)

    Yes, please post a link.

    Thread Starter spacekidlimited

    (@spacekidlimited)

    Plugin Author Josh Leuze

    (@jleuze)

    Ah, the z-index of the caption is fine to position it above the slide image, but the whole slide is positioned below the prev/next nav.

    It looks like that link is finicky because the previous nav link overlaps it so if you click in the middle it is the nav link not the slide link.

    For your slideshow design, which is awesome by the way, I would make just the nav graphics clickable. Not the full height like the default skin is, and then they won’t get in the way of your caption links:

    .meteor-nav a {
        display: block;
        height: 36px;
        outline: medium none;
        position: absolute;
        text-indent: -9999px;
        top: 311px;
        width: 36px;
        z-index: 50;
    }
    Thread Starter spacekidlimited

    (@spacekidlimited)

    Thanks,

    That CSS tweak works great. I just couldn’t figure out what was going on.

    I’m glad you like the slideshow design I’m not the designer just the one who actually had to build the damn thing. It was annoying to build. But I’ve learned a lot doing this. It’s my first wordpress site!

    I most definitely owe you at least a cup of coffee!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem, coffee is always appreciated. Well you’re off to a great start, my first WordPress site was pretty rough around the edges!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Meteor Slides] How to disable the whole slide link to the next slide?’ is closed to new replies.