FINAL DAYS FOR SUPPORT ON THIS PLATFORM
As mentioned through banners and newsletters, starting Sunday (June 1st), we're transitioning to a new support system that will be available through your store accounts (for premium/paid users) or directly on our product websites – Amelia, wpDataTables, and Report Builder (for pre-purchase questions) through a support widget in the bottom right corner.
Starting June 1st, you’ll no longer be able to reply to existing tickets or open new ones on this platform. Instead, please use the "Submit a Ticket" option, which will redirect you to the right page where you can easily reach out to us.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
I have 2 imported tables on my site that do not load sometimes. Usually clearing of the cache works but I am looking for a permanent fix as league members rely on the tables for the standings and schedules.
Sometimes it will work on Safari mobile but not on desktop Chrome or Edge and then vice versa - works on desktop Chrome but not on mobile.
Curently, it's working on Desktop Chrome, Mobile Safari but down on Desktop Edge.
Tier 1 - Hamilton Touch Football Association
^ I've cleared Cache and Stopped this page from caching.
Hello,
This is a known issue related to tables that use server-side processing in wpDataTables.
In your case, you're using a Manual table, which always runs server-side processing when retrieving data (via admin-ajax.php calls).
✅ How to Solve ThisYou have two options depending on your setup:
1. Exclude the Page from Caching (Recommended)
Since this table type relies on server-side calls, caching can interfere with its ability to load properly.
Go to your caching plugin settings
Look for an option to exclude specific URLs
Add the URL of the page where this table is located
Save and clear your cache
This should resolve the issue in most cases.
2. Convert to an SQL-Based Table
If you prefer to keep caching enabled, you can rebuild the same table using an SQL query.
Open the Manual table in the back-end and check the MySQL Table Name
Create a new table using this SQL query:
SELECT * FROM your_table_name
In the new table’s settings, disable server-side processing
This setup will allow caching without breaking the table functionality.
🔍 Still Seeing an Infinite Loader?If the table loads fine for logged-in users (like Admins) but not for guests or on specific devices, it could be a firewall or security plugin issue.
Here’s how to check:
Open your browser’s developer console (F12 in Chrome)
Look for red errors — especially 403 or 401 errors (forbidden/unauthorized)
Go to the Network > Preview tab to inspect the failed request
(most likely an admin-ajax.php call being blocked)
If you find a blocked request, it’s likely your hosting provider’s firewall is interfering. Please share the screenshot with your hosting support — they should be able to whitelist or unblock the request.
Let us know how it goes, and we’ll be happy to advise further if needed.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables