well, I can't disable all non-toolset-lugins at my cllients site, and I can't switch the theme, so I ask to ignore my answers to the radio-button-questions…
the situation:
I noticed that at my client's site. www.hop-transnet.org, I cannot open any dialogue-window anymore, I cannot open dialogues for featured image, adding files etc
it is WP 3.9 and the debug.log brings some infos which don't say too much to me, but:
I noticed that some Javascripts are loaded more than once and I suppose that this might be the reason
the source code of the admin-edit-page brings for example these lines:
<script type='text/javascript' src='http://www.XYZ.de/wp-content/plugins/types/embedded/resources/js/basic.js?ver=1.5.5'></script>
<script type='text/javascript' src='http://www.XYZ.de/wp-content/plugins/types-access/assets/js/basic.js?ver=1.2'></script>
<script type='text/javascript' src='http://www.XYZ.de/wp-content/plugins/wpml-sticky-links/res/js/scripts.js?ver=1.3.2'></script>
<script type='text/javascript' src='http://www.XYZ.de/wp-content/plugins/wpml-translation-management/res/js/scripts.js?ver=1.9.3'></script>
<script type='text/javascript' src='http://www.XYZ.de/wp-content/plugins/types/embedded/resources/js/utils.js?ver=1.5.5'></script>
<script type='text/javascript' src='http://www.XYZ.de/wp-content/plugins/types-access/assets/js/popup/utils.js?ver=1.2'></script>
is there a conflict?
the anonymized debug.log can be downloaded from here:
https://drive.google.com/file/d/0B_IcPrnmgx9oWlNXWFl2MWNUM3M/edit?usp=sharing
Please help me out!