Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP eMember » WP eMember Troubleshooting

Unable to Add Custom Fields

(14 posts) (3 voices)
  • Started 10 months ago by stemiranda
  • Latest reply from akeith2002
  • Possible Solutions (Related Topics):
    1. Checklist option in Custom Fields for Registration Form
    2. Customizing Input Fields & Numerical Choice Purchasing
    3. wp-eMember send custom fields to getresponse
    4. Required Custom Fields Ignored
    5. Bulk Upload Members with Custom Fields

Tags:

  • add
  • Custom
  • custom fields
  • error
  • field
  • fields
  • jquery
  • registration
« Previous12
  1. amin007
    Key Master

    There was a JavaScript conflict in the admin menu on your site. We were able to add a condition in the plugin to prevent this. Please check your site now.

    Posted 10 months ago #
  2. stemiranda
    Member

    All is well. Thank you very much for the support! Very much appreciated!

    Posted 9 months ago #
  3. akeith2002
    Member

    Any chance I can get this condition as well? I am having the same problem... I deactivated all plugins, tried the default theme. Nothing has worked. I, too, also have one custom field already created and cannot create another.

    You think this is a conflict with the new jquery version?

    This is the error I am getting:

    $(this).attr("id") is undefined
    [Break On This Error] var base_name = $(this).attr("id")

    in file: /wp-content/plugins/wp-eMember/js/jquery.dynamicField-1.0.js?ver=3.2.1

    Thanks!

    Posted 8 months ago #
  4. akeith2002
    Member

    Ha! I just fixed the problem... it is an issue with the newer version of jQuery...

    I added this to the functions file:

    if ( is_admin() ){
    function my_init_method2() {
    wp_deregister_script( 'jquery' );
    wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js');
    wp_enqueue_script( 'jquery' );
    }

    add_action('init', 'my_init_method2');
    }

    So that it is now pulling in version 1.5.2. Any version over this and it will not allow the fields to be created.

    Posted 8 months ago #

RSS feed for this topic

« Previous12

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin