Title: Remove Preload with theme integration
Last modified: May 22, 2024

---

# Remove Preload with theme integration

 *  Resolved [kevinsan](https://wordpress.org/support/users/kevinsan/)
 * (@kevinsan)
 * [2 years ago](https://wordpress.org/support/topic/remove-preload-with-theme-integration/)
 * How to remove the black preload screen?

Viewing 1 replies (of 1 total)

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [2 years ago](https://wordpress.org/support/topic/remove-preload-with-theme-integration/#post-17774479)
 * If using page-forum.php (or page-whatever you named it) into your active template
   folder
 * at line 218 until 222 of the actual there is this div you can remove
 *     ```wp-block-code
       <div id="w3idwloader" class="w3_wrap_loader">
         <noscript><h3 style="background-color:#333;color:#FFF;padding:15px;font-size:0.8em;pointer-events:auto;">Javascript disabled: can't load the forum page at this Url.<br />Enable Javascript on your browser or visit the forum here:<br /><br /><?php echo $w3all_url_to_cms;?><br /><a href="<?php echo $w3all_url_to_cms;?>">To be auto-redirected click here<br />(may this link will not work)</a></h3></noscript>
       <div class="w3preloadtext"><?php echo $w3guessdomaindisplay ; ?></div>
       <div class="ww3_loader"><div class="w3_loader"></div></div>
       </div> 
       ```
   
 * if using by shortcode into file _/wp-content/plugins/wp-w3all-phpbb-integration/
   views/**wp\_w3all\_phpbb\_iframe\_short.php**_ line 96 until 100 (echoed by php)
 *     ```wp-block-code
       <div id="w3idwloader" class="w3_wrap_loader">
         <noscript><h3 style="background-color:#333;color:#FFF;padding:15px;font-size:0.8em;pointer-events:auto;">Javascript disabled: can\'t load the forum page at this Url.<br />Enable Javascript on your browser or visit the forum here:<br /><br />'.$w3all_url_to_cms.'<br /><a href="'.$w3all_url_to_cms.'">To be auto-redirected click here<br />(may this link will not work)</a></h3></noscript>
       <div class="w3preloadtext">'.$w3guessdomaindisplay.'</div>
       <div class="ww3_loader"><div class="w3_loader"></div></div>
       </div>
       ```
   
 * By shortcode will be definitively the main way to do the template integration,
   from the next plugin release that will fix several issues definitively (anyway
   the code of both is the same) [https://www.axew3.com/w3/forums/viewtopic.php?p=6320#p6320](https://www.axew3.com/w3/forums/viewtopic.php?p=6320#p6320)
    -  This reply was modified 2 years ago by [axew3](https://wordpress.org/support/users/axewww/).
    -  This reply was modified 2 years ago by [axew3](https://wordpress.org/support/users/axewww/).

Viewing 1 replies (of 1 total)

The topic ‘Remove Preload with theme integration’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [axew3](https://wordpress.org/support/users/axewww/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/remove-preload-with-theme-integration/#post-17774479)
 * Status: resolved