Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Redux Pro Extensions do not work #152

Open
STV11C opened this issue Aug 29, 2020 · 6 comments
Open

Redux Pro Extensions do not work #152

STV11C opened this issue Aug 29, 2020 · 6 comments

Comments

@STV11C
Copy link

STV11C commented Aug 29, 2020

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.

@essamamdani
Copy link
Contributor

I have fixed Repeater issue which has browser console error...

@essamamdani
Copy link
Contributor

I have fixed color scheme issue now there is no JS console error...

@mohammedeisa
Copy link
Contributor

@kprovance @essamamdani Can we close this?

@essamamdani
Copy link
Contributor

essamamdani commented Jun 15, 2021 via email

@kprovance
Copy link
Member

Pulling the latest version of Pro and going through it is next on my to-do list. I've made a ton of fixes over the last year I was never able to apply. Once I get those merged in, we can do a retest and re-asses then. I'm not sure how pulling extensions out of Pro and installing them in an embedded install will affect URLs/paths. It looks like it may? I've done it with my theme and it didn't seem to be an issue, but will go over them all here in the next week or so.

@kprovance
Copy link
Member

That last color schemes push broke it. I'll begin there.

@kprovance kprovance reopened this Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants