• Resolved daveoxton

    (@daveoxton)


    Hi, just discovered your plugin today and love it. It functions in exactly the way I have wanted a plugin to for sometime, except for one problem (there’s always one).

    The flyout disappears behind any images in the post.

    I have tried playing around with the z-index to no avail.

    Any suggestions would be greatly received.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jo4nny8

    (@jo4nny8)

    Hi, apologies for the delay in replying.

    Do you have a link to your site so I can see what you mean and figure a way out to resolve your issue?

    Thanks

    Thread Starter daveoxton

    (@daveoxton)

    Hi, thanks for the reply.

    Unfortunately the site is only on a localhost at the moment and is not live but I can provide an image of what is happening, if this is any use.

    Picture Of Problem.

    As you can see the flyout from the left disappears under the graphic in the post.

    If you need to see the problem in situ, let me know and I will set up a quick test site to demonstrate the problem further.

    Many thanks.

    Plugin Author Jo4nny8

    (@jo4nny8)

    Hi, it appears that the z-index of the post image is set with the same or higher priority than that of the post navigation banner.

    the default z-index for wp-post-nav is 100. can you try the following css?

    .wp-post-nav #post-nav-previous-default {
    z-index:999999;
    }

    If using the switched version, change the default to switched in the above code.

    Thread Starter daveoxton

    (@daveoxton)

    Hi again,

    I thought I had tried that but obviously didn’t get it quite right because that has worked perfectly. Thanks very much for your time and effort.

    Cheers!

    Plugin Author Jo4nny8

    (@jo4nny8)

    Excellent!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Flyout is underneath imagines.’ is closed to new replies.