How do I re-enable a disabled field in JS?

JavaScript and client side scripting.

Moderator: General Moderators

User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How do I re-enable a disabled field in JS?

Post by requinix »

I mentioned where to start yesterday:
requinix wrote:Either way you can search the plugin and/or theme code for "postcode" and see what shows up.
As in do a global search in your IDE for the word "postcode" across all the plugin/theme code.
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: How do I re-enable a disabled field in JS?

Post by simonmlewis »

When I do a Windows search on the theme folder, 'postcode' does not come up in the search.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How do I re-enable a disabled field in JS?

Post by requinix »

Explorer's search sucks. Use something else.
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: How do I re-enable a disabled field in JS?

Post by simonmlewis »

Suggestions?
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How do I re-enable a disabled field in JS?

Post by requinix »

An IDE that is capable of having open a "project" or "workspace" or even just a folder hierarchy. There are plenty. Load your entire codebase into the IDE and then use the search feature it no doubt has to find text in files.

And when you're done, keep using the IDE. Because not working in one is inexcusable.
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: How do I re-enable a disabled field in JS?

Post by simonmlewis »

I downloaded the website as a HTML file, and dragged the html file to the browser, and the Postcode field is active.
So it's only something 'online' causing it.

I had hoped it would be something I could see locally.

I might have to install the theme locally, plus the plugin, and see if it has the same issue, thought how I use an IDE to access all the folder and structure, is still beyond anything I know about.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
Post Reply