jmilanes
Forum Replies Created
-
Hey thanks for the reply! I’m working on a “virtual pagination” which would work greatly for what I need, when I’m done I will share with will what I did, may be a good thing for other folks too!
Keep up the good work! WCK is an awesome plugin!
Forum: Plugins
In reply to: [DW Question & Answer] Widgets disapeared after last update (1.3.4)1.4.1 worked fine!
Forum: Plugins
In reply to: [DW Question & Answer] Widgets disapeared after last update (1.3.4)Forum: Plugins
In reply to: [DW Question & Answer] Widgets disapeared after last update (1.3.4)I did solve it for 1.4.0 but there are a few steps to do it. Is there a Github for DWQA? I could submit a pull request with the necessary changes.
Forum: Plugins
In reply to: [DW Question & Answer] Widgets disapeared after last update (1.3.4)I’ve found the problem I believ:
The “inc/widgets” must have a capital letter “inc/Widgets” otherwise the autoloader fails to find the widgets classes.
The “register widget” function for each widget was commented out, with the autoloader there is no need to include the widgets classes files them selfs, but the register function still needs to be called.
I’ve fixed here locally but would be nice to get an update for this!
Thanks for the plugin!
Have a great day!