Support Forum
Issue plugin: File Uploader with Plupload
Site: http://belizeonlinemarket.com/forum/
How to reproduce issue:
1. register and post an article in any forum (You should have standard permission)
2. click "Upload Attachments"
3. getting javascript error in console (using chrome)
- Uncaught TypeError: Cannot read property 'dialog' of undefined wpdialog.min.js?ver=3.7.1:1
(anonymous function) wpdialog.min.js?ver=3.7.1:1 (anonymous function) wpdialog.min.js?ver=3.7.1:1
- Uncaught TypeError: Object [object Object] has no method 'msDropDown' (index):430
(anonymous function)(index):430 c jquery.js?ver=1.10.2:3 p.fireWith jquery.js?ver=1.10.2:3 x.extend.ready jquery.js?ver=1.10.2:3 q
4. There is no pop up
Please let me know if I need to provide more information.
You most probably have a JavaScript conflict - your wp theme or another plugin - which needs to be fixed. This codex article explains what this means and what to look for:
http://codex.simple-press.com/.....-conflict/
In fact I can see that your WP theme IS loading a second and invalid copy of jQuery.
While not producing errors, I see that the WP theme is also loading a copy of bootstrap.js which is unsupported by WordPress. The main problem with this library is that is stomps over some of the jQuery UI CSS rules which can make components mis-function. The key ios to get it loaded before jQuery and the jQuery UI core libraries which is not the case on your site at the moment.
YELLOW
SWORDFISH
|
please let us know what you find...
Visit Cruise Talk Central and Mr Papa's World
The theme was using jQuery 2.0.3 along with jQuery ship with wordpress.
I removed the 2.0.3 version, and the Plupload panel show up; however, the start button is not working.
After further investigate, it seems there is conflict between bootstrap button js and jQuery UI button.
I took bootstrap button js out of picture, and now I can upload image without issue.
I guess this plugins is not bootstrap compatible.
thanks for help.
the issue is that bootstrap and jquery ui (which wp already uses) clash... if bootstrap is loaded after jquery ui, it stomps on it... some theme others choose to use it because jquery ui is not always loaded on the front end...
wp is talking about adding bootstrap itself and it should ensure that it loads before jquery ui then... until then, you can use them, just have to ensure that bootstrap is loaded before jquery ui...
Visit Cruise Talk Central and Mr Papa's World
same issue? so did you fix the bootstrap issue causing it?
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)