Title: [Plugin: Quick Post Widget] Visual editor doesnt work
Last modified: August 19, 2016

---

# [Plugin: Quick Post Widget] Visual editor doesnt work

 *  Resolved [thekjub9](https://wordpress.org/support/users/thekjub9/)
 * (@thekjub9)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/)
 * I click on Visual editor button and nothing happened 🙁
 * [link](http://iepdtest.org.data1.websupport.sk/)
 * [http://wordpress.org/extend/plugins/quick-post-widget/](http://wordpress.org/extend/plugins/quick-post-widget/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963391)
 * [@thekjub9](https://wordpress.org/support/users/thekjub9/)
    There is another 
   trhread about this. On your site I can see you make use of the CollabPress plugin.
   The CollabPress plugin uses the jQuery-UI script and stylesheet from Google CDN.
   The Quick Post Widget uses the jQuery-UI shipped with WordPress. Obviously these
   two cannot coexist with each other. I don’t know why CollabPress doesn’t use 
   the WordPress jQuery-UI but you can avoid conflicts by changing one line of code
   in the quick-post-widget.php file.
 * Change:
 * `wp_enqueue_script('quick-post-script', $plugin_url . 'js/qpw.js', array('jquery','
   jquery-ui-dialog'));`
 * to:
 * `wp_enqueue_script('quick-post-script', $plugin_url . 'js/qpw.js', array('jquery'));`
 * Worked for me (but the Quick Post Widget is now white instead of black because
   the jQuery-UI stylesheet from Google CDN is used).
 * Perry
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963647)
 * [@thekjub9](https://wordpress.org/support/users/thekjub9/)
 * Please let me know if everything is OK now.
 * inapan
 *  babybiggles
 * (@babybiggles)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963679)
 * Hi inapan – Nice work, great idea but Im having trouble with your plugin aswell
   🙁
 * [Link](http://rockyhorror.co/pictureshow/)
 * Just scroll a little way down to try it.
 * Im getting the visual editor (tinymce) showing up, but there is no surrounding
   border and no OK or Cancel button in the bottom left showing – All I see is a
   floating X or close button in the top right.
 * Any ideas as to why they won’t show? Obviously this has a massive impact on the
   usability as there’s no way of saving the body content 🙁
 * Tried in both Firefox and IE
    Also tried as admin and as an author and still 
   getting the same result.
 * Internet explorer says Done but with errors
 * Many thanks for your help
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963680)
 * @babybiggles
 * I went to your site this morning and it seems you have a conlict between your
   Custom Community theme and the Quick Post Widget. I will have to take some time
   to find a workaround (if there is any).
 * Your theme loads jQuery objects form Google CDN (I don’t know why) while the 
   Quick Post Widget uses the jQuery objects shipped with WordPress.
 * If you switch your theme to BuddyPress Default everything works fine.
 * Could you send me a mail (address in quick-post-widget.php file) to start communicating
   this over mail? We will post the solution in the forum once a solution is found.
 * inapan
 *  babybiggles
 * (@babybiggles)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963681)
 * Hi inapan – Thanks for your reply – I have sent an email.
 * Best wishes
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963682)
 * @babybiggles
 * I’m afraid I haven’t received your mail. Could you please send one again?
 * In the quick-post-widget.php file you could try to change the line which says:
 * `wp_enqueue_script('quick-post-script', $plugin_url . 'js/qpw.js', array('jquery','
   jquery-ui-dialog'));`
 * to:
 * `wp_enqueue_script('quick-post-script', $plugin_url . 'js/qpw.js', array('jquery','
   my-jquery-ui-site',,'jquery-ui-dialog'));`
 * Works for me with your theme and the Quick Post Widget.
 * There must be a reason why an older version of jquery-ui is loaded by your theme.
   This seems to cause the conflict.
 * Please let me know whether the proposed change works for you.
 * inapan
 *  babybiggles
 * (@babybiggles)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963683)
 * Hi inapan – Thanks for the update and the fix. Sadly doesn’t work for me though
   🙁 The site has stopped loading in and displays a blank page.
 * So Im not sure what has gone wrong. I have left it like it so as you can see 
   what it’s doing. I have resent the email from earlier, hope it get’s through.
 * Many thanks
 *  babybiggles
 * (@babybiggles)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963684)
 * Hi again! It lives! Thanks inapan – I took one of the 2 commas out from your 
   fix and it has sprung back to life and seems to be working!
 * Top stuff! I will try and post something and update here!
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963685)
 * @babybiggles
 * You’re right, I made a typo in my solution.
    Glad it seems to be working now.
   Just checked your site and I think it looks OK now.
 * inapan
 *  babybiggles
 * (@babybiggles)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963686)
 * Just posted a small thanks on there.
 * Plugin works wicked!
 * Thanks inapan
 * Did that email get through?
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963687)
 * @babybiggles
 * Great! Thanks for the ‘Thank you’ 🙂
    No mail got through but it’s OK now.
 * inapan

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘[Plugin: Quick Post Widget] Visual editor doesnt work’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-post-widget.svg)
 * [Quick Post Widget](https://wordpress.org/plugins/quick-post-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-post-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-post-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-post-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-post-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-post-widget/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [inapan](https://wordpress.org/support/users/inapan/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-quick-post-widget-visual-editor-doesnt-work/#post-1963687)
 * Status: resolved