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
I setup a CSS font class:
#demoFont { text-decoration: none; font-style: normal; letter-spacing: 2px; font-weight: 700; font-family: Verdana, Geneva, sans-serif; font-variant: small-caps; text-transform: none; font-size: 12px; color: #56cb00; word-spacing: 2px;
then added a "Set cell CSS class" rule with no luck (please see the linked snapshot below).}
https://www.screencast.com/t/l7me8yvjYE
The CSS class is set in the style.css of the child theme, I tried as well to include it in the custom CSS of the wpDataTable itself, no luck.
I tried without the # and name the class as .demofont but still nothing.
Any ideas?
HI askordakis,
Thank you for your purchase.
Can you please remove that # from id in field in conditional formatting(insert just demoFont)
Then make that css rule in custom CSS of the wpDataTable and for every property use !important because there is a lot of css code that have high priority.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Hello Milan,
I added the following CSS code under Custom CSS
.demofont { text-decoration: none !important ; font-style: normal !important ; letter-spacing: 2px !important ; font-weight: 700 !important ; font-family: Verdana, Geneva, sans-serif !important ; font-variant: small-caps !important ; text-transform: none !important ; font-size: 12px !important ; color: #56cb00 !important ; word-spacing: 2px !important ; }
and then created a rule with "Set cell CSS class" to demoFont (no # or .)
If it's what you meant. But it didnt work.
Do you need credentials to try this for yourself? Or have you got any other idea?
Hold on!!! F(*#$ing CSS is case sensitive :)
It works. Thanks.
HI askordakis,
You are welcome.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables