Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
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