Kane G
Forum Replies Created
-
Forum: Plugins
In reply to: [Service Area Postcode Checker] CSS Styling & Search Query LogHey,
Something like:
.sapc_Checker h3 { text-align: center; }
The plugin already uses a h3 heading tag.
As for the log, there is nothing planned for a search log just yet but may do in the future.
Forum: Plugins
In reply to: [Service Area Postcode Checker] UK Postcodes and whitespaceSorry must of missed this. Interesting, never thought of that.
I’ll take a look and what can be done for a future release.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Message : Result Error – Contact AdminHi try updating to version 2.0.8
Forum: Plugins
In reply to: [Service Area Postcode Checker] Error messageHey,
How are you adding it to the page? Widget or shortcode?
Forum: Plugins
In reply to: [Service Area Postcode Checker] JRGThis should be fixed now in the new update 2.0.8
Forum: Plugins
In reply to: [Service Area Postcode Checker] LIst LimitHey mate, I just tried this. What’s likely happening is mysql is rejecting the packet due to the size. 50,000 records for me was about 1.7mb in data. It wouldn’t let me update it till I increased the max_allowed_packet.
You can follow this below if you want to update it and try again.
https://stackoverflow.com/questions/8062496/how-to-change-max-allowed-packet-size
Forum: Plugins
In reply to: [Service Area Postcode Checker] Message : Result Error – Contact AdminI haven’t had much experience with additional languages. Can you let me know a postcode that should work?
Forum: Plugins
In reply to: [Service Area Postcode Checker] Success message leaves junk dataThat will work. I’ll look at adding some options in the next update.
Forum: Plugins
In reply to: [Service Area Postcode Checker] LIst LimitI haven’t tested limits. If you let me know what sort of numbers you are working with I can take a look. Or upload a text file with your list and I’ll see if I can replicate the issue.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Success message leaves junk dataThe postcode is always displayed. You’d need to customise the code to remove it.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Add html in the listNo this is not currently possible.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Remove postcode on end of success messageAt the moment it just displays it, you would need to customise the code to remove it.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Shortcode not working in widget / popupLast time I checked it worked fine in the shortcode plugins. Please let me know what ones you are using.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Search Multiple Lists with unique redirectsHey rtl3,
Thanks, currently it only works off 1 List but I may add multiple lists in the future if I get some spare time to work on the plugin.
Forum: Plugins
In reply to: [Service Area Postcode Checker] is it hungry for API?Actually you won’t be able to currently, the plugin includes ajax security nonce to stop people directly calling it as a security feature.
You can create your own PHP script that utilises the postcode Class though. You’d need to be good at PHP but it’s not a very difficult task if you are.