Title: Theme broken! [Problem found]
Last modified: February 18, 2021

---

# Theme broken! [Problem found]

 *  [jerbnl](https://wordpress.org/support/users/jerbnl/)
 * (@jerbnl)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/)
 * Hi Support,
 * Our theme will stop working once we activate the plugin. Now we contact our Theme
   developers and they said this:
 * “Our dev team has investigated the issue, It’s not an issue related to Themify
   Theme. There is an extra closing HTML tag in the Plugin template [https://www.screencast.com/t/rLzcIxiLW8](https://www.screencast.com/t/rLzcIxiLW8).
   It breaks the HTML. So please reach out to plugin developer and report this.”
 * Could you fix this asap?
 * With best regards,
    Jerry

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [jerbnl](https://wordpress.org/support/users/jerbnl/)
 * (@jerbnl)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14124689)
 * hello?
 *  Plugin Author [xootix](https://wordpress.org/support/users/xootix/)
 * (@xootix)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14126895)
 * Hello [@jerbnl](https://wordpress.org/support/users/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](https://wordpress.org/support/users/xootix/).
 *  Thread Starter [jerbnl](https://wordpress.org/support/users/jerbnl/)
 * (@jerbnl)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14132561)
 * Hi Xootix,
 * Thanks for your reply. When do you release the new update?
 *  Thread Starter [jerbnl](https://wordpress.org/support/users/jerbnl/)
 * (@jerbnl)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14172958)
 * 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](https://wordpress.org/support/users/xootix/)
 * (@xootix)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14172999)
 * Hello [@jerbnl](https://wordpress.org/support/users/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](http://xootix.com/support) 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](https://wordpress.org/support/users/jerbnl/)
 * (@jerbnl)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14180585)
 * Thanks for your reply! Looking forward to the update.
 *  Thread Starter [jerbnl](https://wordpress.org/support/users/jerbnl/)
 * (@jerbnl)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14250613)
 * Any idea when the update will be released?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Theme broken! [Problem found]’ is closed to new replies.

 * ![](https://ps.w.org/waitlist-woocommerce/assets/icon-256x256.jpg?rev=2329148)
 * [Waitlist Woocommerce ( Back in stock notifier )](https://wordpress.org/plugins/waitlist-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waitlist-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waitlist-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/waitlist-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waitlist-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waitlist-woocommerce/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [jerbnl](https://wordpress.org/support/users/jerbnl/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/theme-broken-problem-found/#post-14250613)
 * Status: not resolved