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.

display none problem, can't fix!

  1. admin@clickcom.com
    Member

    I have the display:none problem that may other users have faced. I read all of the topics on this problem, which stated to disable all plugins and look for js errors in the console. I have done this, and was able to remove all js errors except one saying that 'gf_right_half' was undefined.
    The form is here: http://preshome2.clickcom.com/make-a-gift-now/
    I changed the code back so the errors will currently show, but I can confirm that the form still did not display when those errors were resolved.

    Posted 11 years ago on Tuesday November 20, 2012 | Permalink
  2. admin@clickcom.com
    Member

    The source of the page reveals that jquery is only called/defined once. I can also confirm that wp_head and wp_footer are being correctly called.

    Posted 11 years ago on Tuesday November 20, 2012 | Permalink
  3. admin@clickcom.com
    Member

    The specific error is Uncaught ReferenceError: gf_right_half is not defined.

    Posted 11 years ago on Tuesday November 20, 2012 | Permalink
  4. That means you have put "gf_right_half" where there should be an integer to limit your textarea count. That is a CSS Ready Class and you pasted it in the wrong spot. Remove it from the text area max character count and you will be fine:

    This is in the source of your page:

    'maxCharacterSize': gf_right_half
    Posted 11 years ago on Wednesday November 21, 2012 | Permalink
  5. admin@clickcom.com
    Member

    Thank you - removing that max character size value solved the problem. Issue resolved.

    Posted 11 years ago on Wednesday November 21, 2012 | Permalink

This topic has been resolved and has been closed to new replies.