jeff0504
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] All Google Analytics traffic marked as ‘Direct’Forum: Plugins
In reply to: [WooCommerce] Repeating database error Unknown column ‘nonce_action’And my guess would be because of this plugin “WooCommerce Admin”?
Forum: Plugins
In reply to: [WooCommerce] Repeating database error Unknown column ‘nonce_action’Hi @stan97
Thanks for replying, mate. But I’ve tried all those suggestions, and I still getting this error logged into my error_log file.
I’ve verified the database, updated the database. I’ve also checked the DB user has all privileges – checked for appropriate file permission, and I still have this issue logged.
Not sure what’s happening.
Forum: Plugins
In reply to: [WooCommerce] Repeating database error Unknown column ‘nonce_action’Hi @gabrielfuentes,
Any solution to this issue? I am having the same problem.
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank Page on animation enabled pagesHi,
I think you don’t understand what the problem is. This problem is often happening, but when I purge the cache, it fixes the issue.
I’ve mentioned this in my previous comment. So to fix this, I’ve been purging the cache manually by logging into the Dashboard. We are running multiple ad campaigns on those sites so I cannot leave them as it is till someone has a look.
That is why I’ve recorded a video to show what the issue is. Let me know whether this can be fixed or not? Or manually purging the cache is the only solution?
I am running those websites on a lite speed server that is the only reason I am using the Lite speed cache plugin. Otherwise, I would have deactivated it long back and opted for a different one.
Let me know if this cannot be fixed.
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank Page on animation enabled pagesAny Updates?
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank Page on animation enabled pagesHi,
That is a working example, the page link is https://musclejointbone.com.au/. It is the homepage.
I am having the same issue on another website https://northernspinal.com.au/. Here you can find the not working example:
This happened today. Purging the cache have fixed the issue. Please see the report details below:
Report number: PNXNXTXD
Report date: 11/23/2020 04:39:05This issue happening in another website as well https://curveaccountants.com.au/.
All three website has the same issue with litespeed cache. They have the same theme as well.
- This reply was modified 4 years, 3 months ago by jeff0504.
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank Page on animation enabled pagesHi,
Please find the report details below:
Report number: TTXLGHRN
Report date: 11/22/2020 23:57:13
Forum: Plugins
In reply to: [LiteSpeed Cache] Blank Page on animation enabled pagesHi
In my homepage, there are few sections which use animation to fade up and fade down when the user scrolls the page, please find the link for the screencast below:
So when the lite speed cache is enabled these animated elements are not being populated and I am having a blank space instead of elements. Once I purge the cache the animated elements are being populated again.
I am using a Qode Bridge theme and the elements are place in the qode animation holder is it something to do with the animation holder?
I hope this gives you an idea.
Hi,
Thanks for writing back, do you have a code snippet or can please point me in right direction to implement this. I am an intermediate developer and I don’t have much of an experience with jquery
This is the code I see on the backend to fiddle the date picker:
case ‘date’:
if (input.jquery_dp === ‘on’) {InputSelector.datepicker(“destroy”);
InputSelector.datepicker({
changeMonth: true,
changeYear: true,
dateFormat: input.date_formats,
yearRange: input.year_range,
});if (typeof input.past_dates !== ‘undefined’) {
if (input.past_dates.length > 0) {
var minDate = input.past_dates.trim();// accommodate for previous values with “on” as the option
if (minDate === “on”) { minDate = new Date(); }
InputSelector.datepicker(‘option’, ‘minDate’, minDate);
}
}if (input.no_weekends === ‘on’) {
InputSelector.datepicker(‘option’, ‘beforeShowDay’, jQuery.datepicker.noWeekends);
}}
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Cache Potential Conflict with the animationsHi @qtwrk,
Yeah, I’ve enabled them on the settings. Is there a solution for me to fix the issue without turning those options off?
Forum: Plugins
In reply to: [WooCommerce] How to show related variations?Hi Job,
Thanks for the help. That fixed the issue.
Regards,
Jeff.