Hi,
URL - http://thelionpark.staging.wpengine.com/
Wordpress ver - 4.7.3
X theme - 4.5.3
Convertplug - 2.4.1
Using Convertplug > Modal, I am displaying Disclaimer and I have tried to included 2 buttons I Agree (works fine) and Exit (should close the current Tab/Window–not working).
Below code is not working to Close the Window/Tab on click of Exit.
<span style="margin-top: 5px; margin-bottom: 5px;" class="x-btn x-btn-flat x-btn-square x-btn-x-regular cp-overlay-close cp-image-close">I Agree</span>
<span style="margin-top: 5px; margin-bottom: 5px;" class="x-btn x-btn-flat x-btn-square x-btn-x-regular" ><a href="#" onclick="JavaScript:Window.Close();">Exit</a></span>
Please suggest.