wordpress tabs not working

#1
Hello!
I am having some tabs with different content, and if I don't clear the cache, once every 2 days, the tabs do not open anymore, and loading icon appears.
I am getting this error in console when trying to access a new tab:
Code:
[Error] Failed to load resource: the server responded with a status of 403 (Forbidden) (admin-ajax.php, line 0)
Code:
http://www.want-sound.com/funktion-one-sound-systems/
Thanks in advance!
Andrei
 
Last edited by a moderator:

Unique_Eric

Administrator
Staff member
#2
Hi andrei,

Seems you disabled LSCache right?
Did you enable any optimize function?
It is special that if you don't purge every 2 days, tab will not work any more.
Where did this error message come from?

Best,
Eric
 
#3
Hello and thank you for response.

Yes, LS Cache was disabled. I just enabled it. I think we should see the error in 1-2 days
Optimize functions: css and js minify

Error came from inspect, in console, when trying to change tabs

Best regards,
Andrei
 
#5
Hello!
The error appeared. you can check, also I am uploading a picture with the error.
https:// ibb. co/ eNsah6

Best regards,
Andrei
 
#6
I disabled again the plugin because we are live and was giving us this problem, also a new problem appeared, were it didn't displayed Layer Slider images on homepage in different browsers
 

Unique_Eric

Administrator
Staff member
#7
Hi andrei,
Same issue as https://wordpress.org/support/topic/page-uncached-every-single-refresh/
That 403 is caused by the request’s nonce expired. You shouldn’t cache that rest call. It needs to be converted to ESI.
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:lscwp:esi_sample
By making it ESI, it will be separate cache with separate TTL, also can be purged separately. For WP’s nonce, this is the best solution.

Which browser of "didn't displayed Layer Slider images on homepage in different browsers"?
You can try layerslider excluded from JS and CSS
Let us know if it works.

Best,
Eric
 
Last edited:
Top