Hi, I created a table connected to an external DB. The Show xx entries and Search doesn't work. I saw a previous ticket from 2017 with the same issue and verified that "Include full bootstrap front-end" is activated. Still not working. Thanks Ricardo
The search issue is probably related to your query. If it's anything other than a simple
SELECT * FROM table
Then it can cause issues like this. If you have a more complicated query, please create a view in the database, and pull that
SELECT * FROM view1
As for the dropdown, the issue definitely is with the bootstrap, but I'll need to remote in, and check our code to see if I can help you with it.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
Yes, it works fine. That is what I explained in my previous email. I followed your instructions and created the view. The question here is that when you upgrade the plugin I will lose your changes. Not the front-end slider disabled in settings, but the lines you commented (line 1011 in file ../wp-content/plugins/wpdatatables/source/class.wdttools.php") Thus, should I keep your modifications in future updates of the plugin? Regards Ricardo
Yeah, you will need to do it again once the plugin updates.
With every update, this has a chance to stop working again. Since we don't know with which plugin the bootstrap files are in conflict with, there's no telling which plugin's update can either resolve the issue permanently or cause it not to work anymore.
Hi,
I created a table connected to an external DB.
The Show xx entries and Search doesn't work.
I saw a previous ticket from 2017 with the same issue and verified that "Include full bootstrap front-end" is activated. Still not working.
Thanks
Ricardo
Hello Ricardo
The search issue is probably related to your query. If it's anything other than a simple
SELECT * FROM table
Then it can cause issues like this. If you have a more complicated query, please create a view in the database, and pull that
SELECT * FROM view1
As for the dropdown, the issue definitely is with the bootstrap, but I'll need to remote in, and check our code to see if I can help you with it.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party.
You can write credentials here just check Private Reply so nobody can see them except us.
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
Hi again Ricardo
When I check the table both the drop-down:
And Search:
work fine. This is in front-end. Can you delete cache on your browser and try again?
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
Hi Aleksandar,
Yes, it works fine. That is what I explained in my previous email. I followed your instructions and created the view.
The question here is that when you upgrade the plugin I will lose your changes. Not the front-end slider disabled in settings, but the lines you commented (line 1011 in file ../wp-content/plugins/wpdatatables/source/class.wdttools.php")
Thus, should I keep your modifications in future updates of the plugin?
Regards
Ricardo
Oh, right, sorry Ricardo
Yeah, you will need to do it again once the plugin updates.
With every update, this has a chance to stop working again. Since we don't know with which plugin the bootstrap files are in conflict with, there's no telling which plugin's update can either resolve the issue permanently or cause it not to work anymore.
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