I have a SQL server side processing table set up. Its loading fine but the search field isn't showing up nor are the filters. The filters titles did show up initially but it was not possible to type into them. Looks like the pagination is also not working. I am only getting JS errors on the page with this shortcode added. I've provided the URL.
Here is the error
common.js?ver=4.9.5:34 Uncaught TypeError: $(...).popover is not a function at HTMLDocument.<anonymous> (common.js?ver=4.9.5:34) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2) at Function.ready (jquery.js?ver=1.12.4:2) at HTMLDocument.K (jquery.js?ver=1.12.4:2) (anonymous) @ common.js?ver=4.9.5:34 i @ jquery.js?ver=1.12.4:2 fireWith @ jquery.js?ver=1.12.4:2 ready @ jquery.js?ver=1.12.4:2 K @ jquery.js?ver=1.12.4:2 common.js?ver=4.9.5:234 Uncaught TypeError: jQuery(...).animateFadeOut is not a function at common.js?ver=4.9.5:234 at dispatch (jquery.js?ver=1.12.4:3) at r.handle (jquery.js?ver=1.12.4:3)
I've tried all combinations of settings and nothing seems to work unfortunately. Can you please help me get this working? It seems to work fine on the backend in the preview but not on the front end.
I've tried deactivating and reactivating. And after that the filters seemed to not work on the backend preview as well but the search still works. I really just need that to work.
I have a SQL server side processing table set up. Its loading fine but the search field isn't showing up nor are the filters. The filters titles did show up initially but it was not possible to type into them. Looks like the pagination is also not working. I am only getting JS errors on the page with this shortcode added. I've provided the URL.
Here is the error
common.js?ver=4.9.5:34 Uncaught TypeError: $(...).popover is not a function
at HTMLDocument.<anonymous> (common.js?ver=4.9.5:34)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at Function.ready (jquery.js?ver=1.12.4:2)
at HTMLDocument.K (jquery.js?ver=1.12.4:2)
(anonymous) @ common.js?ver=4.9.5:34
i @ jquery.js?ver=1.12.4:2
fireWith @ jquery.js?ver=1.12.4:2
ready @ jquery.js?ver=1.12.4:2
K @ jquery.js?ver=1.12.4:2
common.js?ver=4.9.5:234 Uncaught TypeError: jQuery(...).animateFadeOut is not a function
at common.js?ver=4.9.5:234
at dispatch (jquery.js?ver=1.12.4:3)
at r.handle (jquery.js?ver=1.12.4:3)
I've tried all combinations of settings and nothing seems to work unfortunately. Can you please help me get this working? It seems to work fine on the backend in the preview but not on the front end.
I've tried deactivating and reactivating. And after that the filters seemed to not work on the backend preview as well but the search still works. I really just need that to work.
Let me know if you need more info to help.
Thanks in advance.
HI mgenius11,
Thank you for your purchase.
There is some conflict with theme bootstrap framework. Can you please check is it turn on option Include bootstrap in main settings of plugin?
If the answer is yes ,you can try to include our bootstrap on the page changing some code in file:
wp-content/plugins/wpdatatables/source/class.wdttools.php around line 799
and remove if statment so the code look like this:
You can try this but we can't promise that will not be some conflicts with theme bootstrap.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
That worked. Thank you!!!!
HI mgenius11,
You are welcome.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables