Is add_thickbox() still valid???
-
Hello,
I am having problems with the amazing listevent plugin(https://www.ads-software.com/extend/plugins/wplistcal/installation/)
Everything except the image upload/media upload works.
When i add an event and i want to try to upload an image the thickbox is not there, it sits for half at the bottom of the page. You can only see the right half of the popup box.I don’t have this issue with making a regular post. I the source i notice the plugin loads
thickbox/thickbox.js?ver=3.1-20091124'>
and the regular editor
<script type='text/javascript' src='https://www.city2go.net/blog/wp-admin/load-scripts.php?c=1&load=hoverIntent,common,jquery-color,suggest,wp-ajax-response,wp-lists,jquery-ui-core,jquery-ui-sortable,postbox,post,thickbox,media-upload,word-count,jquery-ui-resizable,admin-comments,schedule,autosave&ver=xx'></script>
I think this is the loading function of the plugin
function wplc_editor_init() { wp_admin_css('thickbox'); wp_print_scripts('editor'); add_thickbox(); wp_print_scripts('media-upload'); wp_print_scripts('jquery'); wp_print_scripts('jquery-ui-core'); wp_print_scripts('jquery-ui-tabs'); if(function_exists('wp_tiny_mce')) wp_tiny_mce(); }
Any tips??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Is add_thickbox() still valid???’ is closed to new replies.