Johnny
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Page Cache] Do I set Cloudflare Page RulesThank you, sir.
- This reply was modified 4 years, 4 months ago by Johnny.
Forum: Plugins
In reply to: [Super Page Cache] Do I set Cloudflare Page RulesHi,
I disable this plugin for the moment. But I would like to know if i need to set the following page rules:
1. Bypass wp-admin
2. Cache everything.Thanks.
Forum: Plugins
In reply to: [Super Page Cache] Do I set Cloudflare Page RulesWebsite is https://evangelise.asia
Forum: Themes and Templates
In reply to: [Mission News] Mobile Image SizeThanks.
Forum: Themes and Templates
In reply to: [Mission News] Mobile Image SizeHi Ben,
Thank you for your suggestion!
Btw, WordPress creates a few copies of the original image and it uses srcset to render the most appropriate one to use. Is this correct?
I am using Cloudflare (free), so I wonder if Cloudflare caches multiple copies of the original image and render the most appropriate one to use according to srcset. Or does it cache only the original image?
Thanks Ben, your input is appreciated.
Forum: Plugins
In reply to: [Advanced Custom Fields: reCAPTCHA Field] reCAPTCHA V3Hi,
Sorry for late reply.
Yes v2 works for me. You may want to include this in your page template:
‘recaptcha’ => true,
For example:
<?php
acf_form(array(
‘post_id’ => ‘new_post’,
‘post_title’ => true,
‘post_content’ => true,
‘recaptcha’ => true,
‘label_placement’ => ‘left’,
‘instruction_placement’ => ‘field’,
‘submit_value’ => __(“Submit”, ‘acf’),
‘updated_message’ => __(“Report submitted for review. Thank you!”, ‘acf’),
‘new_post’ => array(
‘post_type’ => ‘your-post-type’,
‘post_status’ => ‘publish’
)
));
?>Forum: Plugins
In reply to: [Advanced Custom Fields: reCAPTCHA Field] reCAPTCHA V3No solution.
It only works on version 2. So I have to use version 2 instead.
Forum: Plugins
In reply to: [Advanced Custom Fields: reCAPTCHA Field] reCAPTCHA V3I received an error “ERROR for site owner: Invalid key type” when I view the form.
I am still quite confused about how to get it working. These are the steps I did:
1. Enter the reCAPTCHA site and secret keys in the setting page.
2. Created a reCAPTCHA field type in field group.
3. Turn on ACF reCAPTCHA Protection at the bottom. But when I update it, ACF reCAPTCHA Protection returns to off.Is that all I need to do?
I read somewhere that “Field group ID or key has to be explicitly specified in acf_form($args)”. How do I do it? Can you give an example. I am totally lost.
Thank you,
JohnnyThank you for your reply.
I will send the screenshot to the support email.
Thanks for the clarification.
Forum: Themes and Templates
In reply to: [Mission News] Page TemplateHi Ben,
I already figured out how to do it. Thanks
Forum: Themes and Templates
In reply to: [Mission News] 404 Error LayoutThank you!
Hi Vasyl,
The release-candidate works. No more application error.
Thank you ??
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Custom field of Taxonomy typeHi Jim,
So far it works for me. Noted about the link you provided.
Thank you!
Thank you, Chiara ??