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.

HOWTO fix Theme incompatibility between plugin and ROKWELL theme

  1. Hi there i'm testing this awesome plugin with my site http://residencemoderno.12345678.it/cms/ and everything is ok .... only one feature seems to be not working .

    When i set a section break with a conditional logic my theme ROCKWELL seems to crash

    http://residencemoderno.12345678.it/cms/?page_id=12
    http://residencemoderno.12345678.it/cms/wp-content/plugins/gravityforms/preview.php?id=2

    Posted 12 years ago on Thursday October 20, 2011 | Permalink
  2. I can't see your preview link because I'm not logged in. Are you having a problem with the form in the preview page as well? If so, I would guess your conditional logic is set up incorrectly somehow.

    Posted 12 years ago on Friday October 21, 2011 | Permalink
  3. [details removed]

    Seems to be a theme incompatibility

    the preview is working correctly

    Posted 12 years ago on Friday October 21, 2011 | Permalink
  4. I was able to take a look at this and I see a JavaScript error:

    Error: missing } after property list
    Source File: http://residencemoderno.12345678.it/cms/?page_id=12
    Line: 119, Column: 606
    Source Code:
    if(window['jQuery']){jQuery(document).ready(function(){gf_apply_rules(3, [3], true);jQuery('#gform_wrapper_3').show(0, function(){if(window['gformCalculateTotalPrice']){window['gformCalculateTotalPrice'](3);} });});if(!window['gf_form_conditional_logic'])window['gf_form_conditional_logic'] = new Array();window['gf_form_conditional_logic'][3] = {'logic' : {3: {"field":{"actionType":"show","logicType":"all","rules":[{"fieldId":"1","operator":"is","value":"Prima scelta"}]},"nextButton":null,"section":{"actionType":"show","logicType":"all","rules":[{"fieldId":"1","operator":"is","value":"Prima scelta"}]] }, 'dependents' : {3: [3,2] }, 'animation' : 0 }; }

    That is not a normal Gravity Forms error. Your form is not even appearing in this page. It appears that the Theme Forest theme has some additional shortcodes which are affecting the processing of the Gravity Forms shortcode, and possible other shortcodes. You should contact the author of the theme and see what they can do to resolve the issue. It's an issue with the theme, not Gravity Forms.

    Posted 12 years ago on Friday October 21, 2011 | Permalink