PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

title of form disappears, cannot edit form

  1. Name of form does not show in list of forms although when scroll mouse over the edit/preview/etc links appear only when mouse scrolls over them

    Then when I click thru to edit at first I was able to hilght and open some of the boxes like pargraph text but could not move them.

    I created a new paragraph text box, it appeared at bottom and I was not able to drag it to the position I wanted it to be in of existing form.

    Then not even the dotted line for each element would appear.. I can send screen shots.

    Posted 14 years ago on Sunday March 14, 2010 | Permalink
  2. You are experiencing a plugin or theme conflict of some sort. You need to determine which plugin is causing the problem.

    You will need to activate the default Kubrick theme and then test Gravity Forms and see if the issue is still happening. If so then it is not a theme conflict and you will then need to test plugins.

    - You will need to deactivate ALL plugins.
    - Activate Gravity Forms
    - Test to see if it works properly
    - If it does, it is a plugin conflict.

    To continue the test...

    - Activate each plugin one at a time
    - Test Gravity Forms to see if you can edit a form properly after each plugin is activated
    - Do this for each plugin one by one

    We can't guarantee we can resolve a plugin conflict because typically it is due to someone else's plugin doing something it should not be doing and causing interference with the Javascript used by Gravity Forms.

    Posted 14 years ago on Monday March 15, 2010 | Permalink
  3. Macnetis
    Member

    I can confirm that the Link Library plugin conflicts with Gravity Forms. Is there a way to resolve this so that the 2 plugins can work together?

    Posted 14 years ago on Thursday April 15, 2010 | Permalink
  4. We will check out the Link Library plugin and see if we can replicate the issue.

    Most likely the problem is going to be on the Link Library plugin side. Why do I say this? Because if it should be limiting it's functionality to only admin screens where it is present. It shouldn't be doing anything on the Gravity Forms related pages.

    It isn't uncommon for plugin developers to not code their plugins so they only output code when absolutely necessary. This is critical for avoiding plugin conflicts and many plugin developers do not take the time to do this.

    Posted 14 years ago on Thursday April 15, 2010 | Permalink
  5. Macnetis
    Member

    Version 3.16 of the Link Library plugin resolves the conflict.

    I am very impressed by the response and efficiency of the developers for both Gravity Forms and Link Library. The conflict between the 2 plugins was fixed in less than 24 hours! Bravo!

    Posted 14 years ago on Friday April 16, 2010 | Permalink
  6. http://wordpress.org/extend/plugins/link-library/changelog/

    Wow, that's awesome.

    Posted 14 years ago on Friday April 16, 2010 | Permalink
  7. iHuman
    Member

    Events Manager <http://davidebenini.it/wordpress-plugins/events-manager/> also causes this same problem.

    To fix, in the Events Manager plugin:
    - open dbem_events.php
    - comment out lines 2278 and 2279
    // if (user_can_richedit() )
    // wp_enqueque_script('editor');

    Posted 13 years ago on Wednesday May 5, 2010 | Permalink