Title: Add extra message?
Last modified: May 7, 2017

---

# Add extra message?

 *  Resolved [fisherhu](https://wordpress.org/support/users/fisherhu/)
 * (@fisherhu)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/add-extra-message/)
 * Is it possible to add some extra message, like Don’t panick or so? Ok, I could
   mess up the php code, but I hope there is (or will be) a better way.
 * Thanks!

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/add-extra-message/#post-9106603)
 * Hello [@fisherhu](https://wordpress.org/support/users/fisherhu/),
 * If you want add a text to the loading screen would be required some of code. 
   For example, if you are using the “Bar” screen, follow the steps below:
 * 1. Open the “/wp-content/plugins/loading-page/loading-screens/bar/loading-bar.
   js” file with the text editor of your choice.
 * 2. Go to the piece of code:
 * `this.created = true;`
 * and edit it as follows:
 *     ```
       this.attr['overlay'].append($('<div css="text-align:center;">Your Message Here</div>')); 
       this.created = true;
       ```
   
 * 3. Finally, clear the browser’s cache after edit the online files.
 * Best regards.
 *  Thread Starter [fisherhu](https://wordpress.org/support/users/fisherhu/)
 * (@fisherhu)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/add-extra-message/#post-9107538)
 * Oh, thanks a lot!
    For the record, my (almost) final code:
 *     ```
                   this.attr['overlay'].append($('<div style="text-align:center; position:absolute; width:100%; top: 50%; margin-top: 30px;">Don't panick...</div>'));
                   this.created = true;
       ```
   
 * I will prink the text style a bit, but mostly allrite.
    -  This reply was modified 9 years, 1 month ago by [fisherhu](https://wordpress.org/support/users/fisherhu/).
      Reason: Added the actual changes

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

The topic ‘Add extra message?’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [fisherhu](https://wordpress.org/support/users/fisherhu/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/add-extra-message/#post-9107538)
 * Status: resolved