As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
In edit a table, when I click on add formula the the attached error message pops up. What do I have to do against it?
Can I prevent displaying "Sow XXX entries" and "Search:" on top of the table, respectively "Showing 1 to 1 of 1 entries" and the navigation through the table below the table?
See second attachment with entries circled in red
best regards
Hanspeter
Hi Hanspeter Bossard,
Thank you for your purchase.
Did you have installed Lite version before you brought premium plugin on Envato? If yes, you have to deactivate Lite version and to activate full version from plugins page.
Yes it is possible. Please take a look at this posts from our documentation:
http://wpdatatables.com/faq/how-to-hide-global-search-block/
http://wpdatatables.com/faq/how-to-hide-show-x-entries-block-from-pagination/
http://wpdatatables.com/faq/how-to-hide-showing-x-of-x-entries-in-pagination/
Hi Milos
Thanks for the quick answer. I will try this as soon as possible
best regards
Hanspeter
Hi Milos
I could get rid of all controls except of the "Pagination Controls", I hope this is the correct terminology, as shown in the attachment. Is it possible to hide them as well, since I have to show only one row.
adding the following lines in Custom wpDataTables CSS
div.dataTables_length { display: none !important; }
is working for all the other controls, however I had not been able to do this in WordPress Pagediv.dataTables_filter { display: none !important; }
div.dataTables_info { display: none !important; }
best regards
Hanspeter
Hi Hanspeter Bossard,
You can hide pagination by adding this CSS:
Thanks this did it
best regards
Hanspeter
Hi Hanspeter Bossard,
You are welcome.