davidvanstaveren
Forum Replies Created
-
Thanks for reaching out as always you are the best!
I had to dial back the update to the prior release however according to the host company that is not going to last long as they do an auto update and it’s going to force me to update to the 4.9 version whether I like it or not.
As soon as it happens I will let you know and we can take a look at it together.
Cheers and thanks…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] changing multiple link coloursThanks Tobias I love that it will come in very handy! very cool.
I have written a review:
I love this Plugin!
I am an old school .html coder but somewhat new to using WordPress. I have found that using TablePress to be very helpful when creating tables in WP.
Also Tobias the creator and owner of this Plugin deserves a round of applause! He is very helpful and responds to any and every question, honestly I don’t know how he does it!
If you can send him a couple of bucks here and there via PayPal as his Plugin is free!
Cheers,
David.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] changing multiple link coloursThanks Tobias I am going to keep this handy for next time.
For this project I don’t want to change the link colours in all the tables just specific ones as I have multiple tables with different cell colours.
This code will come in useful for those that want different colours for different. TD backgrounds.
Cheers to you friend and thanks as always,
David
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] changing multiple link coloursI think I figured it out:
.tablepress-id-83 {
}a:visited {
color: #800080;
}a:hover {
color: #008000;
}a:active {
color: #FF0000;
}}