Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author MWDelaney

    (@foolsrun)

    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.

    I apologize for the trouble this issue has caused. Thanks for your continued support of this plugin!

    Thread Starter Jesse Campbell

    (@jesselcampbell)

    Thanks for your reply! For the time being I’ve used 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

    (@foolsrun)

    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!

    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.

    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

    (@foolsrun)

    This should be resolved with 3.2.3, just pushed.

    Plugin Author MWDelaney

    (@foolsrun)

    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

    (@jesselcampbell)

    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), but fortunately my site doesn’t need it enabled.

    I hope that makes sense.
    Thanks again!

    Plugin Author MWDelaney

    (@foolsrun)

    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). 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!

    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

    (@foolsrun)

    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.