pbaker21
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Experience wordpress developerI give up – thanks anyway!
Forum: Everything else WordPress
In reply to: Experience wordpress developerI would have thought this to be the optimal place to ask such a question (http://wordpress.org/support)!
Do you know where perhaps I should be asking this?Forum: Fixing WordPress
In reply to: autocomplete just not working!Hold them horses! Just when I thought I had it sussed, I tried it in IE!!!!!
It works in Chrome and FireFox but, not IE. I’ve thrown everything at it. I’m now fully depleted on what to do next.
I thought : header(“Access-Control-Allow-Origin: *”);
would ave solved the problem. It’s always IE, every time! AhhhhhhhhhAny thoughts, ideas welcome.
Forum: Fixing WordPress
In reply to: autocomplete just not working!It’s ok now!! I’ve managed to solve the problem.
It turns out I just need to add:
header(“Access-Control-Allow-Origin: *”);
At the top of my (remote) Php script. PHEW….!
Forum: Fixing WordPress
In reply to: autocomplete just not working!yeah, that’s the odd thing, no errors!
Once I’ve typed something – All I see is:
http://www.comparetrainfares.co.uk/wp-content/train_scripts/test-suggest-simple.php?term=hulk 200 OK 289ms
I then have below that:
————————————-
Params Headers Response HTML
————————————-Params, shows: term hulk
Headers, show :
Response Headers
Connection Keep-Alive
Content-Encoding gzip
Content-Length 76
Content-Type text/html
Date Tue, 20 Nov 2012 19:56:15 GMT
Keep-Alive timeout=1, max=100
Server Apache/2.2.16 (Debian)
Vary Accept-Encoding
X-Powered-By PHP/5.3.3-7+squeeze13
Request Headers
Accept application/json, text/javascript, */*; q=0.01
Accept-Encoding gzip, deflate
Accept-Language en-US,en;q=0.5
Connection keep-alive
DNT 1
Host http://www.comparetrainfares.co.uk
Origin http://localhost
Referer http://localhost/wordpress/some-other-page/
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0Response and HTML, shows nothing!
Forum: Fixing WordPress
In reply to: autocomplete just not working!I created the theme using Artisteer. I’m not sure if this it is important to mention that my WordPress in on localhost at the moment (whilst I play).
Thanks.
Help – not too sure if I’m in the right place to ask this question?
If I wanted to create for example a hotel search engine. Would I use 2 Widgets, one with the search criteria and the other as the results?
How would you go about creating a search engine where you can decide on which pages you want your search criteria and results to go?