Title: Mediocre plugin
Last modified: April 18, 2023

---

# Mediocre plugin

 *  [gtsigkourakos](https://wordpress.org/support/users/gtsigkourakos/)
 * (@gtsigkourakos)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/mediocre-plugin-3/)
 * It does the job but there are some hardcoded limitations making us modify the
   plugin JS and CSS files.
 * Example: There is a fixed “width: 120px” on the logo image while loading, where
   you cannot easily modify due the the above div container that has exactly the
   same hardcoded value and exists in “style” tag instead of a class, overwriting
   everything you add.
 * Even the example does not work because WordPress probably filters out some words
   and if you add `_<b><style>.lp-screen-text{font-family:Georgia !important;}</
   style></b>_` the bold and style tags are removed.
    -  This topic was modified 3 years, 1 month ago by [gtsigkourakos](https://wordpress.org/support/users/gtsigkourakos/).
      Reason: Additional info

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/mediocre-plugin-3/#post-16665966)
 * Hello [@gtsigkourakos](https://wordpress.org/support/users/gtsigkourakos/)
 * Thank you very much for the review. We will assign class names to the elements
   as you suggest. However, you don’t need to modify the plugin code to vary these
   values. For example, if you want to assign 300px to the logo width, you only 
   should enter the following style definition block through the menu option “Appearance
   > Customize > Additional CSS”:
 *     ```wp-block-code
       .lp-screen span,
       .lp-screen span img{width:300px !important;}
       ```
   
 * Best regards.
 *  Thread Starter [gtsigkourakos](https://wordpress.org/support/users/gtsigkourakos/)
 * (@gtsigkourakos)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/mediocre-plugin-3/#post-16666044)
 * Hi [@codepeople](https://wordpress.org/support/users/codepeople/) ,
 * I tried that but it didn’t work for me.
 * Thank you for the fast reply though.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/mediocre-plugin-3/#post-16666095)
 * Hello [@gtsigkourakos](https://wordpress.org/support/users/gtsigkourakos/)
 * Could you please provide the link to check the styles defined?
 * Best regards.

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

The topic ‘Mediocre plugin’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 1 month ago](https://wordpress.org/support/topic/mediocre-plugin-3/#post-16666095)