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
First of all thanks for this great plugin, you saved me a lot of work already :-)
Now I need to display user-specific charts from MySQL queries. Just the chart, not the table. I use MySQL placeholders for this.
Unfortunately, whenever I just put the chart on a page without the table, the default value is applied and the chart does not accept the placeholder when I try using [wpdatachart id=X var1=XY]. How can this be done?
Do I need to display the table and then hide it via CSS?
Hi burgunderblau,
Thank you for your purchase.
Unfortunately it is not possible to use variables in chart shortcode but as a workaround you can enable follow table filtering feature for the chart and when you place that chart with the table on the same page, use CSS to hide that table just like you said.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Thanks for your reply.
For anyone trying to achieve the same: You can add custom CSS to hide the tabls in general, create a plugin with shortcode, ...
However, this is what works for me to hide the table:
<style>div.wpDataTablesWrapper { display: none !important; }<br /></style>
Hi burgunderblau,
Glad that you managed to achieve that by yourself, good job.
Ticket is public so if someone needs the same achievement they can find here.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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