I am using javascript in footer which enable to show and hide fields in the search box. But when you search and go to listings page the search box fields are all visible. I check on the page and the javascript is in the footer with inspector Here you can see just few fields in search box. After selecting you can see more http://projects.qbf.ie/hogan/ Here are all visible . dont understand why http://projects.qbf.ie/hogan/property-search-results/
something to do with your javascript console error? Uncaught TypeError: Cannot read property 'nodeValue' of null config.js:333 It was advisable to initially hide it through css.
so what does it mean ? something clashing in config.js with my javascript in footer ? Uncaught TypeError: Cannot read property 'nodeValue' of null
It means that somewhere you have a variable in javascript that isn't set, probably because it can't find the value in the DOM. I don't know what js you're running, but somewhere, there's an error - I'd suggest trying to narrow down the error to a more specific subset of javascript (most likely the error is somewhere in your javascript, which utilize some library) - you could try commenting out everything, and just add one function at the time back in, and see when the error occurs.
possibly a new error : Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://projects.qbf.ie/hogan/wp-content/plugins/revolution-slider/rs-plugin/css/captions.php?rev=4.3.3&ver=4.0 you have a simple error (syntax error) in captions.php most likely..