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

    (@osdwebdev)

    theunseengale,

    Thank you for the URL. The problem is that in your stylesheet the “#mk-theme-container” has a z-index of 200 while the pinterest image picker for OSD-SMS has a z-index of 100. This means the the theme-container is being displayed on top of the pinterest image picker. This makes it appear like the pinterest button isn’t working.

    To fix this, add a style to your css.

    .osd-image-picker-modal { z-index: 200; }

    You can make that value higher if you want, but it should only need to be set to 200.

    Let us know if you are still having problems.

    Thread Starter theunseengale

    (@theunseengale)

    Works 100%! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pintrest Share Button not working’ is closed to new replies.