Plugin Author
xootix
(@xootix)
Hello @jerbnl
Sorry for the late response
Yes, there is an extra tag, however it is strange that it is conflicting with your theme.
Plugin adds its HTML at the very end & there is no <div> tag above it.
Anyway, to fix this.
Please copy paste this template file in
yourtheme/templates/waitlist-woocommerce/xoo-wl-popup.php
Open it & you can remove the last </div> tag or replace everything with below code
I will fix this in the next update.
Thanks for reporting.
<?php
/**
* The template is for popup design
*
* This template can be overridden by copying it to yourtheme/templates/waitlist-woocommerce/xoo-wl-popup.php.
*
* HOWEVER, on occasion we will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does
* happen.
* @see https://docs.xootix.com/waitlist-for-woocommerce/
* @version 2.4
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div class="xoo-wl-popup">
<div class="xoo-wl-opac"></div>
<div class="xoo-wl-modal">
<div class="xoo-wl-inmodal">
<span class="xoo-wl-close xoo-wl-icon-cancel-circle"></span>
<div class="xoo-wl-wrap">
<div class="xoo-wl-sidebar"></div>
<div class="xoo-wl-srcont">
<div class="xoo-wl-main">
<?php xoo_wl_helper()->get_template( 'xoo-wl-form.php' ); ?>
</div>
</div>
</div>
</div>
</div>
</div>
-
This reply was modified 5 years, 2 months ago by
xootix.
Thread Starter
jerbnl
(@jerbnl)
Hi Xootix,
Thanks for your reply. When do you release the new update?
Thread Starter
jerbnl
(@jerbnl)
Hello,
When do you update the plugin?
We try to copy paste the template file in the path you sad, but that doesnt work>?
Plugin Author
xootix
(@xootix)
Hello @jerbnl
I am currently working on more features so it would take few days to update.
Overriding should work fine, just make sure the path is correct.
I can check it for you, kindly leave a message here
Or temporarily you can directly make a change to the plugin file, I will definitely remove the extra </div> tag in upcoming update so you will not lose changes.
Thread Starter
jerbnl
(@jerbnl)
Thanks for your reply! Looking forward to the update.
Thread Starter
jerbnl
(@jerbnl)
Any idea when the update will be released?