Title: Plugin Breaks Gravity Forms Admin
Last modified: August 21, 2016

---

# Plugin Breaks Gravity Forms Admin

 *  Resolved [Jesse Campbell](https://wordpress.org/support/users/jesselcampbell/)
 * (@jesselcampbell)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/)
 * Hello there, longtime follower of this plugin—I think it’s great and incredibly
   useful, but I’ve ran into a small conflict with Gravity Forms. With both Gravity
   Forms and Bootstrap 3 Shortcodes enabled, the tooltips on the Gravity Forms admin
   seem to break.
 * Normal Gravity Form Tooltip (with B3S plugin disabled):
    [http://gfycat.com/EnviousEvergreenInvisiblerail](http://gfycat.com/EnviousEvergreenInvisiblerail)
 * Broken Gravity Form Tooltip (with B3S plugin enabled): [http://www.gfycat.com/FlatElasticKitty](http://www.gfycat.com/FlatElasticKitty)
 * Gravity Forms has a _No Conflict Mode_, which, when enabled, fixes the tooltip,
   but then the B3S plugin modal is sprawled out at the bottom of the page:
    [http://www.gfycat.com/MasculinePleasingAfricancivet](http://www.gfycat.com/MasculinePleasingAfricancivet)
 * If you have any thoughts on how to fix this, I’d really appreciate it. Or maybe
   it’s a fix suggestion for future releases.
 * Thanks again, and keep up the great work.
    (Also, what’s with these auto-generated
   gfycat URLs above…funny.)
 * [https://wordpress.org/plugins/bootstrap-3-shortcodes/](https://wordpress.org/plugins/bootstrap-3-shortcodes/)

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

 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101563)
 * Thank you for reporting this! I have a fix for this in the works but I’m going
   on vacation for a week and won’t be able to deploy it until after that.
 * If you’re feeling adventuresome you can grab the fixed code from GitHub [here](https://github.com/filipstefansson/bootstrap-3-shortcodes).
 * I apologize for the trouble this issue has caused. Thanks for your continued 
   support of this plugin!
 *  Thread Starter [Jesse Campbell](https://wordpress.org/support/users/jesselcampbell/)
 * (@jesselcampbell)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101572)
 * Thanks for your reply! For the time being I’ve used [Plugin Organizer](http://wordpress.org/plugins/plugin-organizer/)
   to disable B3S plugin on any Gravity Forms pages in wp-admin. Have a great vacation—
   looking forward to the update when it’s released. 🙂
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101657)
 * Jesse,
    I just pushed an update that should resolve this issue for you. Please
   let me know if you still experience any trouble.
 * Thanks for your support!
 *  [xstortionist](https://wordpress.org/support/users/xstortionist/)
 * (@xstortionist)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101658)
 * The update you just pushed made it worst. You have a jquery conflict issue, which
   is causing the modal to appear when it should not appear.
 *  [xstortionist](https://wordpress.org/support/users/xstortionist/)
 * (@xstortionist)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101659)
 * Here’s a quick fix to simply stop having the modal show up where it’s not supposed
   to.
 * bootstrap-shortcodes-help.php
 * All I did was add ‘display: none;’ to the modal box as follows
 * `<div id="bootstrap-shortcodes-help" class="modal fade" style="display: none;"
   >`
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101660)
 * This should be resolved with 3.2.3, just pushed.
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101662)
 * Can anyone confirm that 3.2.3 fixes these conflict issues? It’s working in my
   test environments, but I’d like to hear from you guys, too.
 *  Thread Starter [Jesse Campbell](https://wordpress.org/support/users/jesselcampbell/)
 * (@jesselcampbell)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101663)
 * Hey there, thanks for putting some time into this! I really appreciate it.
 * I’ve updated the plugin on our site and it works. With _No-Conflict Mode_ (on
   Gravity Forms) turned off, there are zero issues. With <emNo-Conflict Mode turned
   on, the unstyled modal content is still there (similar to [this](http://www.gfycat.com/MasculinePleasingAfricancivet)),
   but fortunately my site doesn’t need it enabled.
 * I hope that makes sense.
    Thanks again!
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101664)
 * So I’ve basically reversed your problem. That’s progress I guess.
 * Apparently Gravity Forms “No Conflict Mode” prevents _any_ stylesheets it doesn’t
   recognize from loading (see docs [here](http://www.gravityhelp.com/documentation/page/Gform_noconflict_scripts)).
   That’s… invasive.
 * Fortunately this is kind of an edge case (users of this plugin, AND Gravity Forms,
   AND who have No Conflict Mode turned on) but nevertheless I will fix this in 
   the next version by including code to explicitly tell Gravity Forms that this
   plugin’s styles are OK to load.
 * Thank you for your help in troubleshooting this and for your support of this 
   plugin!
 *  [xstortionist](https://wordpress.org/support/users/xstortionist/)
 * (@xstortionist)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101681)
 * Problem still exists with gravity forms. Mainly has something to do with tooltips
   conflicting with gravity forms but also you can see bootstrap plugin being loaded
   at the bottom of every gravity forms page within the admin interface.
 * `<div id="bootstrap-shortcodes-help" class="modal fade" style="display: none;"
   >`
 * That fixes the issue for me.
 *  Plugin Author [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * (@foolsrun)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101691)
 * This should be fully resolved as of the latest version, pushed earlier today.
   Please let me know if the problem persists at all!

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

The topic ‘Plugin Breaks Gravity Forms Admin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bootstrap-3-shortcodes_7f6b9f.svg)
 * [Bootstrap Shortcodes for WordPress](https://wordpress.org/plugins/bootstrap-3-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bootstrap-3-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bootstrap-3-shortcodes/reviews/)

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)
 * [GravityForms](https://wordpress.org/support/topic-tag/gravityforms/)

 * 11 replies
 * 3 participants
 * Last reply from: [MWDelaney](https://wordpress.org/support/users/foolsrun/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/plugin-breaks-gravity-forms-admin/#post-5101691)
 * Status: resolved