Kane G
Forum Replies Created
-
Forum: Plugins
In reply to: [Service Area Postcode Checker] Redirection and lists issueAh yup you are right! Let me know if you are still having this issue.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Hiding search query from end of resultsYou shouldn’t really be editing the plugin files as these will get lost on any updates (just keep that in mind).
I’ll be making some changes in the coming months and will add this to the list of new features.
Forum: Plugins
In reply to: [Service Area Postcode Checker] How do i input list for UK postcodes?The back end can hold more than 1000 entries – I;ve tested up to 5000 postcodes with not that many performance issues, if your website is crashing it’s most likely your server or possibly invalid character (although it should accept almost anything)
Jonhall is also correct about the postcodes being able to use wildcards, please take some time to read the docs on how you can implement this. I’ll be doing some updates in the coming months to help clean things up a bit.
Forum: Plugins
In reply to: [Service Area Postcode Checker] New List Not Returning ValueIt should be working with 5.4.
It shouldn’t conflict with any themes (or though there is the possibility), it may be that the shortcode wasn’t initialised properly. If you let me know how you are setting up the table and the shortcode you are using ill see what I can do.
Forum: Plugins
In reply to: [Service Area Postcode Checker] How to Change font/colour or designWith css?
Hey you would need to send a link through so I could check the code, and see if any errors are popping up.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Redirection and lists issueHey man sorry not sure I entirely understand. Those 2 urls are the same?
Forum: Plugins
In reply to: [Service Area Postcode Checker] Shortcode not workingawesome man glad you got it working. You should be able to use normal double quotes
[sapc_checker list-select=”Delivery”] or single quotes
[sapc_checker list-select=’Delivery’]
the double quotes you are using are some weird special char I think?
Forum: Plugins
In reply to: [Service Area Postcode Checker] redirectionHey,
Happy to take a look at this when I get a chance, been busy with work. Will post back when its implemented.
Thanks
Hey,
Thanks. This is a current known issue. Hopefully have some spare time shortly to get this sorted.
Thanks.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Log post code searches?Hey Scott,
We don’t currently have those features, it would need to be custom added.
Thanks
Forum: Plugins
In reply to: [Service Area Postcode Checker] Message : Result Error – Contact AdminActually after taking a look it looks like it may be your translating plugin.
For instance: I input 123
Which does an ajax request and returns:
["Success", "Bonne nouvelle, nous pouvons vous livrer à domicile ! Validation réussie 12*"]
This is where the plugin should stop as the request has been made.
Except your website tries to make another AJAX call and gets this error:
Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server.
It then makes another AJAX call and returns the:
blockType: "0" dbID: "1291" group: "Cha?nes ajoutées dynamiquement" original: "Result Error - Contact Admin"
which returns the error.
Forum: Plugins
In reply to: [Service Area Postcode Checker] Message : Result Error – Contact Adminhmm interesting. By chance is the list name in another language besides English?
Forum: Plugins
In reply to: [Service Area Postcode Checker] Error messageAlright thanks, make sure you have the latest version, there shouldn’t be any issues with the shortcode but I will double check again.
Forum: Plugins
In reply to: [Service Area Postcode Checker] JRGThanks, this update was actually done by stefanos82 on GitHub. He did a great job helping out.