Plugin Contributor
dudo
(@dudo)
Hello!
I see you’re using cloudflare and rocket laoder.
Can you please try to delete all caches, disable it and let me know if this works?
Thanks!
Thank you for the reply.
I turned off rocket. I cleared the cache. Nothing changed.
Can you check again and let me know?
Plugin Contributor
dudo
(@dudo)
Please copy the code you find here https://pastebin.com/ezf4drpN and, with ftp, paste the content into file wp-content/plugins/yet-another-stars-rating/includes/js/shortcodes/visitorVotes.js (remove all the existing content)
This should print the console error in a more verbose way
I followed your advice. Can you see any changes on the console? You can also check the file here.
Thank you for your interest.
https://webdeyazilim.com/wp-content/plugins/yet-another-stars-rating/includes/js/shortcodes/visitorVotes.js
Plugin Contributor
dudo
(@dudo)
Right, it is still calling the old version.
Please open file wp-content/plugins/yet-another-stars-rating/includes/shortcodes/classes/YasrVisitorVotes.php and on line 100 changhe this
wp_enqueue_script(
'yasr-front-vv',
YASR_JS_DIR_INCLUDES . 'shortcodes/visitorVotes.js',
$array_dep,
YASR_VERSION_NUM,
true
);
with this
wp_enqueue_script(
'yasr-front-vv',
YASR_JS_DIR_INCLUDES . 'shortcodes/visitorVotes.js',
$array_dep,
'3.0.4',
true
);
I changed the code.
there was no change. can you check again?
https://prnt.sc/WWpGndMWO5C6
-
This reply was modified 4 years, 2 months ago by
oburakdurmus.
Plugin Contributor
dudo
(@dudo)
Can you please contact me on dario AT yetanotherstarsrating . COM ?
Thanks
i sended you email. (burak AT webdeyazilim dot com)