WPIntell

Source evidence

Problem with jQuery, here is the fix

Auto Image Alt Attribute · support · 2017-08-08T02:13:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

1 / 15 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

14 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
janvitos unresolved
Hi, I just installed your plugin and it’s awesome. But I needed to fix something before using it since it was throwing an error. In the file auto-image-alt.php, there is this line: wp_enqueue_script( ‘auto_image_alt’, plugins_url(‘js/auto_image_alt.js’, __FILE__ ), array(), ”, true); To make it work, I changed array() to Array(‘jquery’) since it depends on jQuery to work. Here is the corrected line of code: wp_enqueue_script( ‘auto_image_alt’, plugins_url(‘js/auto_image_alt.js’, __FILE__ ), Array(‘jquery’), ”, true); Thanks again for your work! This topic was modified 8 years, 9 months ago by janvitos .

Comments

0 shown

No comments were stored for this source.