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!
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.