Tang Rufus
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable REST API] Conflict with woocommerce shipping and taxWhat are the error messages in the server log?
Forum: Plugins
In reply to: [GF Loqate Bank Verification] Critical Error MessageGlad you find a solution!
Forum: Plugins
In reply to: [GF Loqate Bank Verification] Critical Error MessageTry:
1. deactivate all plugins
2. activate gravityforms
3. activate this pluginSteps 2 and 3 must be separated.
Forum: Plugins
In reply to: [GF Loqate Bank Verification] Critical Error MessageActivate gravityforms first. Then, activate this plugin.
Forum: Plugins
In reply to: [GF Loqate Bank Verification] Critical Error MessageReport to
gf_pcapredict‘s authors instead.
This is for https://ww.wp.xz.cn/plugins/gf-loqate-bank-verification/Forum: Plugins
In reply to: [GF Loqate Bank Verification] Good plugin, can it use loqate addresses too?Glad the bank detail validation works for you.
Currently, no plan for integrating Loqate address lookup.
You might want to look at https://www.loqate.com/resources/support/apis/capture/If you require custom works, please contact us via https://www.itineris.co.uk/contact/
Forum: Plugins
In reply to: [Sunny] Steps for Sunny’s container by using the sunny_register actionWhich instances you want to replace?
The container feature was built for a client with weird use case. Most people doesn’t need to use the container.
Side note:
That client has moved away from Cloudflare. Thus, I am not sure will I keep the container in the next major release.
On the other hand, that client was the main sponsor of this plugin, without them I am not sure when I will update this plugin.
Plus, this plugin’s popularity keep dropping and Cloudflare workers can replace this plugin. Don’t hold much hope on Sunny.Forum: Plugins
In reply to: [Disable REST API] Compatibility with GutenbergWhy not?
Do you see any errors?- This reply was modified 7 years, 8 months ago by Tang Rufus.
Forum: Plugins
In reply to: [Disable REST API] Plugin not working ?Logout and clear browser cache.
This plugin only stop logged-out users from using
wp-json.Forum: Plugins
In reply to: [Sunny] Repeated RATE ME messages> everyone and their brothers are telling you to stop
Even our paying customers don’t see those biweekly admin notices as an issue.
Understand 2 things:
– they are the ones paying for the development hours
– the admin notices implementation hasn’t been proven wrongFeel free to invest your time and fork the plugin.
Forum: Plugins
In reply to: [Sunny] Repeated RATE ME messagesThe notices show biweekly.
Read the readme about why you see them everyday.
I am sick of being falsely accused of that. Do not use the plugin again until you fixed your server or proven the implementation is faulty.
- This reply was modified 8 years, 1 month ago by Tang Rufus.
- This reply was modified 8 years, 1 month ago by Tang Rufus.
Forum: Plugins
In reply to: [Sunny] Integrating with AMPGlad to help 🙂
Forum: Plugins
In reply to: [Sunny] Integrating with AMPMaybe
get_permalink($post).If you need help for coding, hire a freelance developer is your best choice.
Forum: Plugins
In reply to: [Sunny] Integrating with AMPTechnically, AMP url can be anything you want:
<link rel="amphtml" href="https://www.example.com/anything-i-want.html">Take
https://example.com/faqas an example, structures I have seen:- https://example.com/faq/amp
- https://example.com/amp/faq
- https://amp.example.com/faq
- https://example.com/faq?amp=1
- https://example.com/?p=123&=1
- https://example.com/nothing-to-do-with-the-original-url
Your code should work. Check it on “Sunny” –> “Debuggers” –> “Enter a Post ID”
- This reply was modified 8 years, 2 months ago by Tang Rufus.
Forum: Plugins
In reply to: [Sunny] Integrating with AMPWill AMP be supported out of the box?
Unlikely. Because different AMP plugins give different urls. Most importantly, using Cloudflare
cache everythingrules on AMP urls is unnecessary because they are cached by Google. I am not seeing any issue with AMP on the sites I manage.Despite all that, Sunny allows you to extends it.
Use the
sunny_post_related_urlsfilter.
Example: https://github.com/TypistTech/sunny-purge-extra-urls-example/blob/4bea120aa0210b1fd373ef8639c6c9675c19daf1/sunny-purge-extra-urls-example.php#L34-L58