WPIntell

Source evidence

Fix for use with secure forms

Custom progress bar · support · 2016-03-09T03:13: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.

1 / 18 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

17 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
usminfoserv unresolved
Currently, when using the progress bar on a secure form, the plugin attempts to load the components via http instead of https. The function “plugins_url()” should be used instead of the constant WP_PLUGIN_URL. Please replace in progressbar.php: /*Seting Up*/ define('CUSTOM_PROGRESS_PLUGIN_PATH', WP_PLUGIN_URL . '/' . plugin_basename( dirname(__FILE__) ) . '/' ); with /*Setting Up*/ define('CUSTOM_PROGRESS_PLUGIN_PATH', plugins_url() . '/' . plugin_basename( dirname(__FILE__) ) . '/' ); https://wordpress.org/plugins/custom-progress-bar/

Comments

0 shown

No comments were stored for this source.