Jackpudding
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] 2.0 and PremiumHi Tijmen
I’ve been looking forward to the Premium version for a while. Could you launch it with just the features you have ready? For me the category support and front-end filters would be enough to get on with. That way you could release upgrades later, take the pressure off yourself and have some revenue for your efforts. I know you wouldn’t want to release it before it’s properly ready, but it would help all of us who think WPSL is a great plugin and want to stick with it.Forum: Plugins
In reply to: [WP Store Locator] WP Store Locator distorted by W3 Total CacheBrilliant Tijmen, thanks. Excellent support as usual.
Forum: Plugins
In reply to: [WP Store Locator] WP Store Locator distorted by W3 Total CacheI’ve deactivated the ‘Minify’ setting on W3 Total Cache and this seems to have ‘cured’ it. But if there’s a fix it would be preferred. (Any idea when the premium version will be ready – eagerly awaited?)
Forum: Plugins
In reply to: [WP Store Locator] Store Location Marker – category variationsBrilliant, can’t wait! Thanks
Forum: Plugins
In reply to: [WP Store Locator] When will premium version be available?Just to add my appreciation for an excellent plugin. The Premium version will help pay the bills too I am sure! Looking forward to it.
Forum: Plugins
In reply to: [WP Store Locator] To show only 10 results at a time?For number of results and the scroll bar you can do both these things in the Search Settings –
Max search results: (10,(25),50,75,100) Type in your own value and brackets determine which one you want to set as default.
Design Settings – Tickbox for Hide Scroll Bar.
Hi Tijmen, I owe you an apology – your code is fine – it’s my fault it didn’t work. In the URL box, on the form, you have to make sure you don’t to finish with a forwardslash / otherwise it won’t work. I deleted them and bingo! Many thanks for a great plugin.
Some of that didn’t copy&paste correctly but I did put in the whole code as below:
if ( ( typeof( response.url ) !== “undefined” ) && ( response.url !== “” ) ) {
store = “” + store + ““;
}Hi Tijmen, thanks for getting back so promptly. However I tried the change to the js file but it hasn’t worked. Could you take a look and make sure I have put it in the right place?
} else {
moreInfo = “<p>” + wpslLabels.moreInfo +“</p>”;
}}
if ( ( typeof( response.url ) !== “undefined” ) && ( response.url !== “” ) ) {
store = “” + store + ““;
}
html = “<li data-store-id='” + id + “‘><div><p>” + storeImg + “” + store + “<span class=’wpsl-street’>” + street +“</span>” + city + ” ” + state + ” ” + zip + “<span class=’wpsl-country’>” + country + “</p>” + moreInfo + “</div>” + distance + “<a class=’wpsl-
directions’ ” + url.target + ” href='” + url.src + “‘>” + wpslLabels.directions + “”;
return html;
}Sorry to be pain, and I do appreciate your hard work. Cheers Paul