Hi, I have tried many variables but am unable to get images/thumbnails working in my tables. All I can see is the image link in the front-end, if I click the link the image pops up, but I need it to be visible in my tables.
Also having trouble deleting tables. I click to delete a table but wordpress just freezes and I can't do anything without refreshing but the file is still there.
I don't see any links to your website, so I couldn't see what you're referring to.
Anyway, it seems that you're adding images as URLs to string-type columns, but without the <img src... tag. You can add images using image columns, or you can use string-type columns, but like this:
<img src="url-to-the-image" width="70">
And the image will be added to the cell with a width of 70px.
As for deleting the tables - how big are your tables, and how were they created? This shouldn't matter, but if the tables are quite big, there could be issues with your website's memory limit. Please share more details about this.
Hi, I have tried many variables but am unable to get images/thumbnails working in my tables. All I can see is the image link in the front-end, if I click the link the image pops up, but I need it to be visible in my tables.
Also having trouble deleting tables. I click to delete a table but wordpress just freezes and I can't do anything without refreshing but the file is still there.
Hello Scott
Thank you for your purchase.
I don't see any links to your website, so I couldn't see what you're referring to.
Anyway, it seems that you're adding images as URLs to string-type columns, but without the <img src... tag. You can add images using image columns, or you can use string-type columns, but like this:
And the image will be added to the cell with a width of 70px.
As for deleting the tables - how big are your tables, and how were they created? This shouldn't matter, but if the tables are quite big, there could be issues with your website's memory limit. Please share more details about this.
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
Can we use images from Gravity Forms and display them on a datable? I have tried many ways to no avail,
thank you
hi. My issue with images has been resolved and this ticket can be closed.
Thank you
Thanks for letting us know, Scott.
David - images can be pulled from Gravity Forms if they are added as single upload. Multiple files cannot be passed correctly to wpDataTables.
If you have more questions about this, please open a new ticket, and we'll gladly help you there.
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