WPIntell

Source evidence

Mediocre plugin

Loading Page with Loading Screen · review · 2023-04-18T15:39:00+00:00

mixedsentiment
mediumseverity
0.92relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 3 stars
gtsigkourakos unresolved
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 . Reason: Additional info Hello @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”: .lp-screen span, .lp-screen span img{width:300px !important;} Best regards. Hi @codepeople , I tried that but it didn’t work for me. Thank you for the fast reply though. Hello @gtsigkourakos Could you please provide the link to check the styles defined? Best regards.

Comments

3 shown
codepeople 2023-04-18T15:47:00+00:00

Hello @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”: .lp-screen span, .lp-screen span img{width:300px !important;} Best regards.

gtsigkourakos 2023-04-18T16:10:00+00:00

Hi @codepeople , I tried that but it didn’t work for me. Thank you for the fast reply though.

codepeople 2023-04-18T16:27:00+00:00

Hello @gtsigkourakos Could you please provide the link to check the styles defined? Best regards.