Forum Replies Created
-
Author
-
florinvanslingerlandParticipant
Hi Abe,
Thanks for your answer. Can you be a bit more specific about your definition of “near future”? Are we talking about x number of days/weeks/months?
florinvanslingerlandParticipantThanks Abe, solved my background color question. It also showed up in the sticky menu, which wasn’t really desired, so I have disabled the sticky menu to solve the issue.
florinvanslingerlandParticipantIt looks like the issue resolves itself when you have 3 or more members.
florinvanslingerlandParticipantHello again,
I discovered that some browsers like to block mixed content, in other words, when the website is running on https, it doesn’t like it when there is a request to http, which means that my solution won’t work flawless in all cases.
I think it would be best if there is a little proxy php page created inside the theme, the browser sends the geonames request to this proxy page, which forwards the request to geonames over http, the result can be returned by the proxy page to the browser.
florinvanslingerlandParticipantHi Abe,
Small addition:
My buddypress is running on https and it looks like your script wants to use the same for the communication to genomes.
I figured out that the script should use http instead of https.
In kleo-bp-city-auto.php I have fixed this problem by adding http: at the beginning of the url string (on line 49).
Perhaps a good idea to include this small fix in the next update.
Kind regards,
Florin
florinvanslingerlandParticipantHi Abe,
I have configured it in a similar way as mentioned above, but it isn’t working for me.
I did a quick check why Safari (Mac, version 7.0.3) is refusing to autocomplete. In the error log I see that your trying to communicate with https://api.geonames.org/…., the certificate of the webserver is however issued to *.geonames.net, therefor Safari is refusing to communicate with the geonomes server.
Is there an easy way to fix this?
Kind regards,
Florin
-
AuthorPosts