#cboxContent css conflict with lightbox plus colorbox plugins
-
Hi,
First of all thanks for a great plugin for WordPress community. Recently I found a css conflict in front-end. Class #cboxContent is used by lightbox plus colorbox and recently I found that If a loggedin and visit my site the lightbox structure is messed. After inspecting I found same class used by wordfence plugin. I wonder why Wordfence css is outputting on front-end.
Sample class
#cboxContent { background: #fff; overflow: hidden; padding: 0 0 8px; margin: 20px; -webkit-border-radius: 3px 3px 2px 2px; -moz-border-radius: 3px 3px 2px 2px; border-radius: 3px 3px 2px 2px; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); -moz-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); -webkit-background-clip: padding-box; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘#cboxContent css conflict with lightbox plus colorbox plugins’ is closed to new replies.