Home › Forums › WoodMart support forum › Archive category Ajax not working
Archive category Ajax not working
- This topic has 12 replies, 2 voices, and was last updated 1 year, 11 months ago by
Artem Temos.
-
AuthorPosts
-
March 13, 2023 at 6:12 pm #450790
johannes.radlParticipantHi Team!
I hope you are doing well. I am facing an issue on my site with ajax categories on the archive page. It’s ajax is not working well. It starts reloading on selecting filters.
We need assistance in this regard.
Thank you!March 13, 2023 at 6:15 pm #450797
Artem TemosKeymasterHello,
Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builderThank you in advance
March 13, 2023 at 8:11 pm #450822
johannes.radlParticipantHi!
I have attached the login access to staging please check!
Thanks !March 13, 2023 at 8:26 pm #450823
johannes.radlParticipantHi!
I have attached the login access to staging please check! I have added two logins
Thanks !March 14, 2023 at 10:06 am #450943
Artem TemosKeymasterHello,
We just tested this on your website but the AJAX seems to work correctly on the shop page. Check this short video https://gyazo.com/c89c21050ea34e54e7b97149c72d2a43
Kind Regards
March 14, 2023 at 12:04 pm #450976
johannes.radlParticipantPlease try left side filters they are not working well! and please see it does not work you should keep and eye on page reload too so you will see that the ajax is not working well!
-
This reply was modified 1 year, 11 months ago by
johannes.radl.
-
This reply was modified 1 year, 11 months ago by
johannes.radl.
March 14, 2023 at 1:06 pm #450995
Artem TemosKeymasterIt may reload the page when your server response takes more than 5 seconds. But as we can see, it reloads the content with AJAX correctly at the moment.
Could you please record a video that demonstrates this problem?March 14, 2023 at 5:32 pm #451144
johannes.radlParticipantHi please visit this link.
March 14, 2023 at 5:36 pm #451147
Artem TemosKeymasterSorry, but this link can’t be opened for us. Could you please send us another link to show this issue?
March 15, 2023 at 8:13 am #451255
johannes.radlParticipantHi please check this!
Attachments:
You must be logged in to view attached files.March 15, 2023 at 10:59 am #451296
Artem TemosKeymasterHello,
Our AJAX requests have a timeout of 5 seconds and if they don’t get a response from the server at this time the page will be loaded in a natural way. If you need, we can give you an instruction on how to increase this time to 10 or 15 seconds but it is not a solution and you can try to disable this function completely or check your performance. Because it should be loaded in 0.5-1.5 seconds at most.
Kind Regards
March 15, 2023 at 8:00 pm #451488
johannes.radlParticipantHi please let me know how i can add this 15 seconds?
March 16, 2023 at 9:57 am #451603
Artem TemosKeymasterTry to add the following code to the functions.php file in your child theme
add_filter( 'woodmart_pjax_timeout', function(){ return 15000; } );
Kind Regards
-
This reply was modified 1 year, 11 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register