This cannot be done with custom CSS, or any settings within the plugin. You would need to open ../wp-content/plugins/wpdatatables/source/class.wpdatatable.php and around line 3084 find this line of code:
This should remain the same, you just need to access the file again every time an update occurs, since this is a workaround, not a permanent solution.
If you're still having trouble 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.
Also make sure the Plugin Editor is enabled, so I can access the files without FTP.
scroll down to the "Top Ten Holdings" section. That table should have a download EXCEL button under the pagination. In the code is see the div, but it is not showing up. I tried to manipulate it but to no avail.
I want to move the tools to under the table is there an easy way to do this or is there a function I can attach to a button?
Hello dfrank0043.
Thank you for your purchase.
This cannot be done with custom CSS, or any settings within the plugin. You would need to open ../wp-content/plugins/wpdatatables/source/class.wpdatatable.php and around line 3084 find this line of code:
If you want to move the table tools before pagination, you need to change it to this:
So the outcome is:
Or, below the pagination:
And the outcome:
You can move them around any way you'd like to change the location of the tools.
I hope this helps.
Best regards.
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
This worked GREAT until your last update, can you help me make this work again.
Hi again dfrank0043.
This should remain the same, you just need to access the file again every time an update occurs, since this is a workaround, not a permanent solution.
If you're still having trouble 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.
Also make sure the Plugin Editor is enabled, so I can access the files without FTP.
Best regards.
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
Hello,
I hope you can help. For some reason this code is not working anymore.
It moved the tools but they are not visible.
http://ashares.mw-sandbox.com/etfs/aadr/
scroll down to the "Top Ten Holdings" section. That table should have a download EXCEL button under the pagination. In the code is see the div, but it is not showing up. I tried to manipulate it but to no avail.