WPIntell

Source evidence

Style problem in page source

Spoki – Chat Buttons and WooCommerce Notifications · support · 2025-04-02T10:54:00+00:00

complaintsentiment
mediumseverity
0.75relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
thespacersm unresolved
Hello, I recommend updating the module and removing the CSS that you’re directly inserting into the source page of the website, as this negatively impacts the page speed. I have applied the modification to the module; you can release the update directly and place the style inside your plugin in the file you will create, spoki-style-buttons.css . The modification I made is as follows: www/wp-content/plugins/spoki/spoki.php , lines 236 to 244, with: public function add_styles() { $styles = ['buttons']; foreach ($styles as $style) { wp_enqueue_style( "spoki-style-$style", plugins_url("assets/css/$style.css", __FILE__), [], filemtime(SPOKI_DIR . "assets/css/$style.css") ); } } This way, I can load the CSS within my theme, but if you release an update, you can place the CSS inside your plugin’s folder.

Comments

0 shown

No comments were stored for this source.