Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bhaldie

    (@bhaldie)

    Your style is using a lot of z-indexes to push div and other items to the top level. It is also using bootstrap modals and changing the default values for them.

    A quick fix to your issue is add this line to you themes css file:

    .modal-backdrop { z-index: -1 !important; }

    this will push the backdrop below everything else, you will still have layering issues but at least you will be able to close the preview and description modals.

    Thread Starter ppeerryy

    (@ppeerryy)

    Thanks for the super quick response!

    That has fixed it all up, working much better now.

    Thank you

    Plugin Author bhaldie

    (@bhaldie)

    glad i could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Description Preview Share not working’ is closed to new replies.