• I’ve spent about half a day poking around, figuring out why the ‘next’ and ‘previous’ arrows, as well as the gallery overlay, aren’t displayed by Pretty Photo on my website on hover. I think it’s because Cropnote hides the original image and displays its own annotated version w/o those hover-triggered elements. So here’s a request to include those on next release, or to give my some pointers on how to implement.

    Thanks for the plugin,

    http://wordpress.org/extend/plugins/cropnote/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jrmeadows2

    (@jrmeadows2)

    Hi,

    You’re correct. The next/previous/gallery overlay are all hidden by a div element with class=”cropnote-background” which is given a z-index of 10001 (large enough to hide the next/previous/gallery overlay elements which have z-index 10000).

    I implemented it this way because certain browsers won’t capture the mouseover of the notes unless they’re the highest z-index, so you couldn’t see the annotations with the next/previous overlays.

    It should be possible to fiddle with those z-indexes to show the overlays you want. Also, by default the gallery overlay is set to false in the cropnote settings, so if you want that, you’ll have to enable it from the dashboard.

    I haven’t had any time to work on cropnote lately, but I’ll hopefully have the chance in the next week or so. If you’re still interested, let me know, and I’ll see if I can figure out how to enable the overlays for you.

    Jeff

    Thread Starter Chris J. Zähller

    (@seezee)

    I did figure out a workaround using z-index & just showing them on galleries (disables annotation, but I don’t use it there). Also, the overlay wasn’t working because of the 30 image limit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cropnote canvas hides PP hover navs & gallery overlay (bug, or missing feature)’ is closed to new replies.