Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter webworks

    (@webworks)

    I got it working on another site, and when I submit the gravity form, (which I’ve tested on a regular page)

    …I get a blank white screen, with a single digit, “0” at the top left corner of the white screen.

    The url that this puts in the address bar is this:
    http://apartmentspembrokepines.com/wp-admin/admin-ajax.php

    Here is the website the second issue is on:

    http://apartmentspembrokepines.com/

    Plugin Author ujimoto

    (@ujimoto)

    Could you send me a screenshot or maybe access to check it?

    Thanks!

    Thread Starter webworks

    (@webworks)

    Sure – where do I send it?

    Plugin Author ujimoto

    (@ujimoto)

    Please email me at: info[at]wpmanage.com

    Thread Starter webworks

    (@webworks)

    I’m looking for the “private message” link – I can’t find it.

    I also looked under profiles, and don’t see a method of contact there either.

    I must be missing something, and sure would appreciate the help!

    Thread Starter webworks

    (@webworks)

    Got it –

    Plugin Author ujimoto

    (@ujimoto)

    You cannot see the color picker because the bug of this plugin: Widgetize pages Light. If you disable it the color picker will show up. My suggestion is to completely remove this plugin because it will affect other plugins as well.

    Thread Starter webworks

    (@webworks)

    Thank you! I removed the plugin and I have the color picker back 🙂

    Now for both sites, when I enabled ajax in gravity forms as suggested, the pop-up doesn’t work at all. Currently I have both disabled.

    Can you find any more possible issues that might be interfering with the functionality of gravity forms?

    Thanks in advance for your response!

    Thread Starter webworks

    (@webworks)

    Here is what the debug console says, right after I attempt to make it pop up:

    VM2952:1 Uncaught SyntaxError: Invalid or unexpected token

    jQuery(document).ready(function($){gformInitSpinner( 6, 'http://apartmentspembrokepines.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_6').load( function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_6').offset().top); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'http://apartmentspembrokepines.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message_6').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_6').replaceWith('<' + 'div id=\'gforms_confirmation_message_6\' class=\'gform_confirmation_message_6 gforms_confirmation_message\'' + '>' + confirmation_content + '<' + '/div' + '>');jQuery(document).scrollTop(jQuery('#gforms_confirmation_message_6').offset().top);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;}, 50);}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [6, current_page]);} );} );

    I know I was successful using gravity forms with this plugin before.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Color picker has disappeared’ is closed to new replies.