reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

Themes to test against #81

Closed dovy closed 4 years ago

dovy commented 4 years ago
kprovance commented 4 years ago

Avada rebranded everything, and rewrote a bunch of stuff.

dovy commented 4 years ago

I'm not too stressed about Avada, but it would be a great compatibility test. To make sure old code still works. Just a thought.

kprovance commented 4 years ago

Virtue and Pinnacle load up fine. I see only one issue with the Kadence slider extension, in that they are using a VERY old boilerplate that tried to extend ReduxFramework, which never worked. That's causing a notice. He'll have to fix that by changing $this->args['opt_name'] to $this->$parent->args['opt_name']. It should never have worked. But I figure since this is an embed job, devs should be running their own tests anyway and should catch this,