-
Notifications
You must be signed in to change notification settings - Fork 30
Redux Pro Extensions do not work #152
Description
Support Hash
Steps to reproduce
Using latest WP v5.5, latest Redux Plugin v4.1.17 and latest Redux Pro extensions v1.0.2.
I load the folder where my extensions are like so:
Redux::setExtensions( $opt_name, get_template_directory() . '/vendor/redux/extensions/' );
The setExtensions may be old, but I also tried replacing with:
Redux::load_extensions( $opt_name, get_template_directory() . '/vendor/redux/extensions/' );
But that give a whole different error!
Expected Behavior
The new Pro extensions to work like the original extensions I purchase last year.
Actual Behavior
I haven't test all the Pro extensions, but the Repeater, Colour Schemes, Custom_Font have a browser console error as JS, Images etc are not found. It appears the location is shy of a folder.
Where it is pointing:
- MYTHEMELOCATION/vendor/redux/extensions/color_scheme/img/busy.gif
- MYTHEMELOCATION/vendor/redux/extensions/repeater/redux-repeater.min.js?ver=2.0.0
Where it should be pointing:
- MYTHEMELOCATION/vendor/redux/extensions/color_scheme/color_scheme/img/busy.gif
- MYTHEMELOCATION/vendor/redux/extensions/repeater/repeater/redux-repeater.min.js?ver=2.0.0
Any Error Details (PHP/JavaScript)
No PHP errors, just Console errors as above regarding files not found.