WPIntell

Source evidence

CSS file path error

Column Shortcodes · support · 2021-06-24T17:53: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.

6 / 29 rows with source links

20.7% 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

support
Ilari Arovuo unresolved
The plugin enqueues css file with double slash, similar to https://…/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css Notice the double slash just prior to assets folder name. column-shortcodes.php contains; wp_enqueue_style( 'cpsh-shortcodes', $this->get_url() . '/assets/css/shortcodes.css', array(), $this->get_version(), 'all' ); … where $this->get_url() produces path with trailing slash like; https://.../wp-content/plugins/column-shortcodes/ … and as the following static path to css file starts with slash, it causes the double slash in the path.

Comments

0 shown

No comments were stored for this source.