We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
The Xamin theme includes Bootstrap 4.1, but wpDataTables is on Bootstrap 3.3.7. I've reviewed public tickets, but toggling the Bootstrap checkbox from the wpDataTables settings doesn't seem to help - actually get more errors if the full version isn't included. When I look at dropdown lists, I see 2 carets, and when I try to click them I get the attached error screen saying that popper.js is required. I can see on the network tab it's being downloaded, but another versioning issue perhaps?
Hello Ben
Thank you for reaching out to us.
Bootstrap v4 requires popper.js since it contains the dropdown.js library which is dependent on it. You need to make some changes to the theme. In file the functions.php file (usually in wp-content/themes/xamin/functions.php) you'll see something like this:
Above that line add this:
This will be overwritten when the theme is updated, so maybe a better solution would be to add the following hook to the functions.php file of your theme or the child theme:
You need to make sure the bootstrap file is located in the correct path, so double-check "assets/js/bootstrap.min.js".
Then, when you access the table and go to the Customize/Custom CSS field, add this:
It should be working fine after that.
If you have issues with this, please provide us with a temporary wp-admin user (Administrator), along with FTP access credentials, so we can do it for you.
Please note that this is a public ticket, so make sure to enable the PRIVATE response if you're sending us credentials.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
I was able to get the dequeue to work but I had to comment the bootstrap enqueue - leaving it made the edit modal button not work. And then I had to tweak the Custom CSS to
And that made the double carets disappear. Things seem to be living together okay now - I might try messing with the bootstrap piece a little more to see if things can work in nonconflict mode. Thanks for the direction here!
Curious if > Bootstrap 3 is on the roadmap at all?
No luck - I need to leave "Include full bootstrap on Frontend" on, and just not include Xamin's version for things to work. I'll make a child theme with these changes and call it for now. Thanks!
Thanks for getting back to me on this, Ben.
Our developers are going to work with newer versions of Bootstrap, hopefully soon. I don't have an ETA on it yet, but they said we're already behind schedule on it due to some priority issues they had to work with.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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