danushkaj91
Forum Replies Created
-
Thanks for the quick fix.
Hi, Thanks for the reply. I was able to get the loading screen to show up via $(“.ff-btn-submit”).click(function() and to hide the loading screen via $form.on(‘fluentform_submission_success’, function().
My form includes validation (required fields and email validation) and if validation fails, the loading screen does not hide as fluentform_submission_success is not triggered. I have added fluentform_submission_failed, but this does not work.
Do you have a solution for this? (please see the code below)
Thanks
$(".ff-btn-submit").click(function(){
//show loading screen (WORKING)
});
$form.on('fluentform_submission_success', function() {
//hide loading screen (WORKING)
});
$form.on('fluentform_submission_failed', function() {
//hide loading screen (NOT WORKING) when validation fail
});Forum: Plugins
In reply to: [Relevanssi - A Better Search] SQL InjectionThank you for the confirmation. Yes, I’ve blocked the IP. Thanks
@haseeb0001 Apologies for not updating earlier. Apparently we had an issue with Google servers and it was delaying emails. Error was logged in as a transient error in the G-suit admin email log and Google, when I talked to them confirmed that it was an error from their end and everything went back to normal since last morning.
Thanks & sorry for the delay
Just letting the plugin admin know – This is still happening.
It got better after removing Gmail API client ID & secret and adding it back (and re-authenticating), but still feels a bit inconsistent.
In my case, I can see the emails in Gmail’s sent folder. But some of them do not get delivered. (nothing on recipient’s inbox or spam)
Thanks in advance 🙂
Keep up the good work.
You are absolutely correct. I was able to get the variations to show up by removing
post_type=productbut the layout is all messed up (my template’s fault).
Thanks for the help.Forum: Plugins
In reply to: [LiteSpeed Cache] Stop auto-updating LS Cache from V2.9.9.2 to V3.2Hi,
So the issue is like shown in this video. https://www.925silverjewelry.com/Record_2020_04_28_08_56_23_587.mp4
When I’m using LS Cache V3.0++, instead of caching the the entire page, it’s loading from the DB each time I reload the page. When I’m using LS Cache V2.9, it works great with the same settings – full page is cached. (https://www.925silverjewelry.com/)
Regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Stop auto-updating LS Cache from V2.9.9.2 to V3.2Thank you
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN URL Mapping not working on Source srcset@hailite Thanks a lot
@sminozzi Thanks a lot!
Hi @sminozzi ,
Sorry for not providing you enough information.
Yes, I’m running V5.5 on PHP 7.3
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Logged in ‘customers’ get x-litespeed-cache: missHi @rafasshop
Product pages are basically posts with the post_type being ‘product’.
In your case, if your cache disappears fast, maybe you can try to increase the cache ‘max-age’ ?
Forum: Plugins
In reply to: [LiteSpeed Cache] Logged in ‘customers’ get x-litespeed-cache: missHi @qtwrk & @rafasshop ,
Thanks guys. You are right. I used the role simulation thing and it works great. Just had to lower cpu limit and no. of threads in crawl settings to make sure it won’t overload the server and now it’s working great.
Thank you
PS. In case someone really wants to do it via CURL (maybe your server provider won’t enable crawl)……
You will need to get the cookies by login with user account and copy those cookies into the curl command and then try to replicate the curl request headers as closely as possible.Forum: Plugins
In reply to: [LiteSpeed Cache] Logged in ‘customers’ get x-litespeed-cache: missHi @qtwrk, Thanks again for the reply.
Is there a way to crawl as a customer? (but we have over 500 customers, so we cannot crawl per each customer, it has to work for the whole user-group).
Or is there a way to serve customers public cache?
I’ve checked the link you gave, but it opens this page. (LiteSpeed Cache for WordPress: Report)
Regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Logged in ‘customers’ get x-litespeed-cache: missHi @qtwrk
Thanks for the input.
Pre-crawl -> I’m already pre-crawling the pages via CURL.
“force cache” -> Can you please explain this a bit more? or a link regarding this?