belgianwolfie
Forum Replies Created
-
Just an update. and yes, it really took 6 days for my hosting provider to admit that the error was on their side.
Still not sure what it was. I even had a Foursquare API dev look at the problem (and being very helpfull at it).just adding the &v=20111113 parameter to the API call however throws an error (and doesn’t return any data)
works fine (don’t know for how long) without the v – parameter tho.
Any thoughts on that ?
thanxthanks so much for your quick reply, altho it still throws a timeout.
BUT after some further testing (could/should have done that before posting here to avoid confusion) it seems I only get the timeout on 1 server.Took the code to another server and it works fine … damn… gonna have to move everything I guess :/
Forum: Plugins
In reply to: [SimpleMap Store Locator] How to display the country in SimpleMap?../plugins/simplemap/classes/simplemap.php
do a search for this string : <address>
You ‘ll see there are 7 entries for <address>
Pick the one that you currently have set in your admin (you could also put some debug text in all of them and print them out to see what displays on the front-endand then just add ‘country’ to that line
like so
html += '<br />' + city + ', ' + state + ' ' + zip + '(' + country + ')</address></div>';
Mind you : this just adds the SHORTCODE of the country (like ES for Spain) etc …
if you want the full country code you’de have to convert those shortcodes to full country names first obviously …Forum: Plugins
In reply to: [Plugin: RSSImport] after_desc %href% Problemdon’t have much time, so fixed it the hardcoded way.
in rssimport.php
under line 321 add:$after_desc = "<a href='" . $href . "'>Read more</a>";
make sure that this is the last line where after_desc is defined.
that should fix your issue , for now , in a very ugly , hardcoded way … as stated earlier.Forum: Plugins
In reply to: [Plugin: RSSImport] after_desc %href% Problemhave this issue too :/
Forum: Plugins
In reply to: [eShop] Eshop and Wpml Multilanguage CMSesmi , is this still the case ? (eShop not providing multi-lingual support) ?
Googled a bit and found a tweet by Amir Helzer stating:
“Working with eShop folks to make eShop and WPML play nice together. I hope that we manage with it. https://bit.ly/aQNN4F”Forum: Plugins
In reply to: [eShop] [Plugin: eShop] Eshop broken in WP 3.3.1?I should really learn to have patience and look harder before posting.
Was still in Test Mode AND didn’t have any products that had available stock enabled :/
apologies