The accordion widget only sort of works. I can drag the calendar widget into the accordion. I can also drag a few other non DW widgets. However, I cannot drag any DW widgets into the Accordion. The guide shows using the DW Recent News widget inside the Accordion. That won’t drop into the according.
I read the other posts, and did a clean install. No active plug-ins (not even the Questions & Answers) one. I also updated to the latest theme version (and WordPress version). None of these steps offered under past questions worked.
Is there anything else I can do to get this working?
I have checked your site still work fine, you can send me Username & password of your site (via private answer) for further checking.
I’m uncomfortable giving out usernames and passwords to anyone’s tech support. Are there any known issues or methods I can try. I am an experienced PHP developer.
I ran into the same issue and worked out what the problem was (for me anyway)
I have the following line in my child theme functions.php: define(‘DW_TEMPLATE_URI’, get_stylesheet_directory_uri() . ‘/’ );
If i remove the line, the widgets work fine. To fix it I copied the assets/admin folders from the parent theme to my child theme and now it works with the extra line in my functions.php.
I don’t have a parent/child theme setup. I found the link you’re talking about, but commenting it out made no difference.
LINE of code, not link – apologies for the typo/confusion
have checked our demo and DW Focus: Accordion widget still work fine after updating.
Firstly, please deactivate all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one and let us know if you find the problematic plugin(s). Maybe there is a conflict in plugins.
Please login or Register to submit your answer
replied 11 years ago
It seems that the accordion widget is now working. I really have no idea what changed, but I’ll take that win and run with it.