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.

Masked Input changes to common.php

  1. I'm using masked input js to custom style a select dropdown. I can get it all working no problem.

    The only issue i've got is i'm making a slight edit to common.php, so every time the GF plugin is updated its going to lose changes. Can i add my changes somehow to functions.php to solve this issue?

    Here's the amending bit of code: http://pastie.org/5499153 around line 2696 in Coda

    I've basically changed <div class='ginput_container'> to be <div class='select_wrapper'> on the select only.

    Any help would be great. Thanks

    Posted 11 years ago on Saturday December 8, 2012 | Permalink
  2. I don't know of a way to do that with functions.php, and as you know, changes made to plugin files will be lost when you update. Is it possible to apply your custom js to the "div.ginput_wrapper select" rather than the div.select_wrapper? Or, can you add a custom CSS class name to the select, then target it with select.custom_class?

    Posted 11 years ago on Sunday December 9, 2012 | Permalink