rhst1
Forum Replies Created
-
nk-o of AWB responded on the github site:
“Hi guys. Thank you for reporting to me. The plugin will be updated with a quick fix soon.”tambaqui believes that another plugin may be providing the lodash dependency on the site where the AWB plugin is functioning normally.
Here is a fix provided by tambaqui on the github issues page:
“Hello, the quick solution that I have applied in my local installation is to add lodash as dependency:
In file advanced-backgrounds/classes/class-gutenberg.php, line 37, change:$js_deps = array( 'wp-i18n', 'wp-element', 'wp-components', 'wp-block-editor', 'underscore', 'jquery', 'jarallax', 'jarallax-video' );By:
$js_deps = array( 'wp-i18n', 'wp-element', 'wp-components', 'wp-block-editor', 'underscore', 'jquery', 'jarallax', 'jarallax-video', 'lodash' );I hope they can fix it soon in the official plugin.”
————————————————————————-
I tried this and it worked first on the edit page where the errors were gone, but then when I uploaded the changes to the actual page, I continued to find problems.
Later I saw that I could fix the remaining problems by reloading a couple of images.
A still unanswered question is why my other site with all the same settings, same host, etc. etc. runs AWB fine without lodash.