Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Latest WordPress breaks the 'Add custom field' button

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Latest WordPress breaks the 'Add custom field' button

Tagged: patch bug fix WP eStore

  • This topic has 1 reply, 1 voice, and was last updated 13 years, 9 months ago by warrensherliker.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 17, 2011 at 2:08 pm #4087
    warrensherliker
    Member

    It causes a JS error when you click ‘Add custom field’ under Admin > Settings > Custom Field Settings.

    To fix you need to amend the jquery.dynamicField-1.0.js file on line 85 from:

    var base_name = $(this).attr(“id”)

    .replace(/^(.+[_-])([0-9]+)$/,”$1″);

    $(this).attr(“for”, base_name+ pos);

    to:

    var base_name = $(this).attr(“id”);

    if (base_name) {

    base_name = base_name.replace(/^(.+[_-])([0-9]+)$/,”$1″);

    $(this).attr(“for”, base_name+ pos);

    }

    August 17, 2011 at 3:47 pm #35596
    warrensherliker
    Member

    Since seeing this I have updated to v6.9.4 as instructed by another posting and this issue has been fixed…

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ