MarkFL
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Styling IssueThanks Tobias, got to the bottom of it – it wasn’t done with tablepress originally!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Styling IssueThanks Tobias, you can see the issue here: https://regentclassicorgans.com/past-commissions/. It did look like this: https://web.archive.org/web/20150125062751/https://regentclassicorgans.com/past-commissions/. Unfortunately the relevant css also got deleted!
Forum: Themes and Templates
In reply to: [Decode] Share to Facebook – wrong imageI’ve tried to get around it with Hupso share plugin; Add to any share buttons, All in one SEO, Facebook Featured Image and Open Graph Meta Tags plugin and now Yoast. Can I email you the details as the website is private and sensitive at this time?
Forum: Themes and Templates
In reply to: [Decode] Share to Facebook – wrong imageI’ve tried to get around it with Hupso share plugin; Add to any share buttons, All in one SEO, Facebook Featured Image and Open Graph Meta Tags plugin and now Yoast. Can I email you the details as the website is private and sensitive at this time?
Forum: Themes and Templates
In reply to: [Decode] Share to Facebook – wrong imageI have tried this with various plugins but I always get “Your page has meta tags in the body instead of the head. This may be because your HTML was malformed and they fell lower in the parse tree.
Please fix this in order for the tags to be usable” in the debugger. Any other deas?I did it in the end. Here’s the code in case it helps anyone else:
.tablepress-id-2 tbody td {
background: #65a9d7;
background: -webkit-gradient(linear,left top,left bottom,from(#b4b4b4),to(#e10404));
background: -webkit-linear-gradient(top,#b4b4b4,#e10404);
background: -moz-linear-gradient(top,#b4b4b4,#e10404);
background: -ms-linear-gradient(top,#b4b4b4,#e10404);
background: -o-linear-gradient(top,#b4b4b4,#e10404);
padding: 6px 12px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(0,0,0,0) 0 0 0;
-moz-box-shadow: rgba(0,0,0,0) 0 0 0;
box-shadow: rgba(0,0,0,0) 0 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Arial, serif;
text-decoration: none;
vertical-align: middle;
text-align: center;
}
.tablepress-id-2 tbody td a {
color: #fff;
}.tablepress-id-2 .column-2 {
background: #ffffff;
}.tablepress-id-2 .column-4 {
background: #ffffff;
}.tablepress-id-2 .column-6 {
background: #ffffff;
}Thanks but the code provided there doesn’t work with my theme.
Forum: Themes and Templates
In reply to: [Nusantara] Can you change the font size in the footer?Thanks Phillip. I have tried looking in the style.css file but I just can’t see where the relevant code is! Very frustrating.
Forum: Plugins
In reply to: [RV Embed PDF] Frame – How do I publish a PDF without a frame?Thanks, that sounds like a good idea. How do I go about that?!
Forum: Plugins
In reply to: [WP e-Commerce Shop Styling] Tax added in transaction reportThe original transaction report.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Border styling CSS questionPerfect! Thanks Tobias, brilliant, quick, helpful support.
Regards, Mark
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Border styling CSS questionHi Tobias,
That worked first time, thank you! One small thing, you can see the lines between each row and I’d rather they weren’t visible. The site is under wraps at the moment so don’t want to link to it publicly – I can send it privately to you though?
Thanks again.
MarkThanks Tobias, what a quick reply! It’s looking like I’m going to need the custom extension. Cheers, Mark