WPIntell

Source evidence

[ISSUE] Converting old posts/pages

AutoConvert Greeklish Permalinks · review · 2020-11-25T12:24:00+00:00

praisesentiment
mediumseverity
0.5relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

6 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 5 stars
Harry Revisios unresolved
Really good plugin, but it seems after the last update there’s an error with enqueue scripts order and we get “$(…).select2 is not a function” in console.log. If you face the issue you can fix that by changing the enqueue script function order as follows: In admin/agp-admin.php, find the lines (currently in: 400, 401): wp_enqueue_script( ‘agp-admin’, plugin_dir_url( __FILE__ ) . ‘js/admin.js’,array( ‘jquery’ ), $this->version, true ); wp_enqueue_script( ‘select2’, plugin_dir_url( __FILE__ ) . ‘js/select2.min.js’, array( ‘jquery’ ), $this->version, false ); and change the order to: wp_enqueue_script( ‘select2’, plugin_dir_url( __FILE__ ) . ‘js/select2.min.js’, array( ‘jquery’ ), $this->version, false ); wp_enqueue_script( ‘agp-admin’, plugin_dir_url( __FILE__ ) . ‘js/admin.js’,array( ‘jquery’ ), $this->version, true ); This will fix the error, but be careful for the updates (in case for the creator not having fixed that in later updates). Using Woodmart template. Great work though!

Comments

0 shown

No comments were stored for this source.