Page 2 of 2

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

Posted: Thu Aug 17, 2017 3:09 pm
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.

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

Posted: Fri Aug 18, 2017 3:03 am
by simonmlewis
When I do a Windows search on the theme folder, 'postcode' does not come up in the search.

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

Posted: Fri Aug 18, 2017 3:40 am
by requinix
Explorer's search sucks. Use something else.

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

Posted: Fri Aug 18, 2017 3:50 am
by simonmlewis
Suggestions?

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

Posted: Fri Aug 18, 2017 5:20 am
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.

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

Posted: Fri Aug 18, 2017 9:46 am
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.