Title: Class for loading wrapper
Last modified: September 1, 2016

---

# Class for loading wrapper

 *  Resolved [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/)
 * Hi guys!
 * Please help. Can you add class attribute to your loading page wrapper?
    This 
   can be hardcode class, or if you will add the option in plugin for adding custom
   classes to loading page wrapper – this will be great!!!!
 * Thanks.
 * [https://wordpress.org/plugins/loading-page/](https://wordpress.org/plugins/loading-page/)

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509376)
 * Hi,
 * Our plugin does not use classes, the css rules are assigned directly to the loading
   screen elements to prevent they can affect other tags in the webpage, and then,
   after complete the loading process, all tags related with the loading screen 
   are removed from the webpage.
 * Best regards.
 *  Thread Starter [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509383)
 * Thanks for your answer!
 * So, please advice how I can remove loading status line, when loading image was
   added by plugin’s option. [http://screencast.com/t/gQUovgHUBpK](http://screencast.com/t/gQUovgHUBpK)
 * Percents was hide by plugin option, where is the option for hide this bar?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509385)
 * Hi,
 * If you are using the bar loading screen, open the “/wp-content/plugins/loading-
   page/loading-screens/bar/loading-bar.js” file with the text editor of your choice,
   go to the piece of code:
 * this.attr[‘bar’] = $(“<div></div>”).css({
    height: options.height+”px”, marginTop:“-”
   + (options.height / 2) + “px”, backgroundColor: options.foregroundColor, width:“
   0%”, position: “absolute”, top: “50%” }).appendTo(this.attr[‘overlay’]);
 * and modify it as follows:
 * this.attr[‘bar’] = $(“<div></div>”).css({
    height: options.height+”px”, marginTop:“-”
   + (options.height / 2) + “px”, backgroundColor: options.foregroundColor, width:“
   0%”, position: “absolute”, top: “50%”, display: “none” }).appendTo(this.attr[‘
   overlay’]);
 * Finally, clear the browser’s cache after edit the online file.
 * Best regards.
 *  Thread Starter [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509398)
 * Ok, thanks!
 * What about plugin updates. Need I modify the code every plugin’s update?
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509411)
 * Hi,
 * Another solution would be to select as the foreground color, the same color selected
   as background. If you modify the plugin’s code, unfortunately, would be needed
   to include the customization after each update of the plugin.
 * In the next update of the plugin, I’ll assign selectors (id attributes) to all
   tags in the the loading screen to allow the users controlling them easier.
 * Best regards.
 *  Thread Starter [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * (@nsinelnikov)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509412)
 * Thanks for this!!!
 * Best regards.

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

The topic ‘Class for loading wrapper’ is closed to new replies.

 * ![](https://ps.w.org/loading-page/assets/icon-256x256.gif?rev=2316939)
 * [Loading Page with Loading Screen](https://wordpress.org/plugins/loading-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/loading-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/loading-page/)
 * [Active Topics](https://wordpress.org/support/plugin/loading-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/loading-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/loading-page/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Mykyta Synelnikov](https://wordpress.org/support/users/nsinelnikov/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/class-for-loading-wrapper/#post-7509412)
 * Status: resolved