WPPA inline style forced on another plugins div
-
Hello, I really need your help. I have developed a plugin with a bootstrap modal, however when I activate WPPA an inline style (style=”opacity: 0; display: block;”) is added/applied to the modal div on page load. This is causing many troubles for my plugin. My modal div is now covering the entire window accept for the admin bar. Can you think of what in WPPA would add an inline style to my hidden modal div? My modal div is as follows:
<div id=”aboutModal” class=”modal fade” tabindex=”-1″ role=”dialog” aria-labelledby=”aboutModalLabel” aria-hidden=”true”>
modal stuff here
</div>
Thanks in advance,
Russ
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘WPPA inline style forced on another plugins div’ is closed to new replies.