kammsw
Forum Replies Created
-
Awesome, thanks Carl! I keep that in a corner of my mind 🙂
Have a great day!Hi Carl,
Thanks for all the help and different versions you provided. All issues that I noticed have been fixed, thank you very much to you and your team!
I’m about to install to it on all my clients’ websites.
I’m also about to write a very good positive review about the plugin.
Have a great day,
Hi Carl,
Don’t mind! Thanks for all the support you provided me, everything’s working perfectly as of now.
There’s only one case which isn’t covered yet: after submitting the form, when it’s sending the Ajax request, the gap appears again with interaction-only mode. When the user fills the form, clicks on “submit” a bump appears, the Turnstile container loses the “kt-ts-collapsed” class.
Would it be possible to fix this last case? I’m not sure but I feel like it’s a regression because I thought it was fixed on previous versions.
Thanks for everything and have a great day,
Hi Carl,
Thanks almost all issues have been fixed but there are still left unfortunately 🙁
First, after submitting the contact form on the landing page, an empty gap appears. 😅
Regarding the popup, the issue is still not fixed: I can’t submit the form. It doesn’t seem the initiate the Turnstile challenge. I do have the div but nothing within (no input[name=”cf-turnstile-response”])
<div class="cf-turnstile" data-sitekey="0x4AAAAAAXXXXX" data-theme="auto" data-size="flexible" data-appearance="interaction-only" data-kgx-owner="elementor" data-kgx-rendering="1"></div>I’m sorry to bother you again, but I’ve noticed that I have two forms on my landing page (just few sections before footer) and the second footer doesn’t seem to have the collapsed class so there’s an empty gap here too.
Sorry to bother you again and thanks in advance for all the help you provide me.
Hi Carl,
No problem, thanks to you and your team for being that quick to fix these issues! 🙂
Hi Carl,
Thanks for this quick update and your very detailed message.
I’ve updated the plugin and I can see the new options.
Unfortunately, my issue isn’t fully fixed. When I’m on the home page, the Turnstile client isn’t shown with “Interaction-Only” mode but after the challenge gets validated by Cloudflare (which is invisible for the user), I do have an empty gap with a shadow as you can see in the following picture.
I’m pretty sure it’s a quite easy fix to do. I think it should keep the class “kt-ts-collapsed” unless the invisible challenge fails and requires the interaction.
Regarding the modal, it seems like the Turnstile client never gets instantiated nevertheless I added this code in the header.php of my theme
<script>
jQuery(window).on('elementor/popup/show', function(event, id, instance) {
if (window.KitgenixCaptchaForCloudflareTurnstile) {
window.KitgenixCaptchaForCloudflareTurnstile.init();
console.log('Turnstile reset for popup #' + id);
}
});
</script>In my case, I’m using the native Elementor popup with a trigger “20 seconds after page load”. This code is still active on my website, you can check it out.
For your information, before creating this reply I did all the steps you wrote (clear cache, add the js code, …).
Thank you very much for your help 🙂
Hi Carl,
Thanks for your very quick response and the update you are going to release. Can’t wait to see these changes live!
Thank you so much 🙂
Hello,
I’ve just given a try to URL parameter and it seems like this solve my needs. I first though it was query strings because as a developer, these are known as URL parameters too but after trying with that it fulfilled my needs. I’ve created a row with “URL parameter” > “Equals to” > “/pizzeria” and got it worked!
Sorry for the inconvenience that I might have created when creating that topic. It was not clear to me what “URL parameter” meant to be.
Have a good day!
Hello @akshaycode1 ,
The problem with URL parameter if I properly understood how it works is that it’s applied to URL parameters, eg: an URL finishing with ?query=mysearch (https://www.botify.com/insight/what-are-url-parameters)
In my case, I want to apply the schema to a page and all of its children. Let’s imagine I have a restauration website and a dedicated area about the pizzeria.
The pizzeria would be available through /pizzeria. It would have two children pages /pizzeria/pastas, /pizzeria/pizzas.
I want the pizzeria service schema applied to /pizzeria, /pizzeria/pastas and /pizzeria/pizzas. In this example its quite fast to select all of them, but I have personal needs and I have more than fifty pages that I would like not to select all of them one by one.
Hi @akshaycode1,
Thanks for your quick reply. I was thinking of something like that https://postimg.cc/3y5kW6bZ
“URL” > “Contains” OR “Starts with” > “/our-services”
EDIT: I had to upload on postimages.org my image because it was in an infinite load and wasn’t viewable after submitting the response