thouston
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] [plugin: wp-table-reloaded]Can't save table settingsAh right yes – it hadn’t occured to me that the common factor is that they are large tables. I’ll speak to my host and let you know if this works.
Thank you Tobias – again I really appreciate your support and hopefully that’s all I need for now.
I sorted the two classes question. My custom class was
.wp-table-reloaded-inarticlesquicklinks-column1 {
width: 250px
}
and of course should have been
.wp-table-reloaded-inarticlesquicklinks-column1 .column-1 {
width: 250px
}So that works now.
I’ll be honest – I’m not sure what the td and th do – I’d just copied that code from guide on your website! So how would I make that into a class – just not sure on the exact syntax.
.wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}Would it be something like
.wp-table-reloaded-noborder td th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}
..that doesn’t look quite right. My custom class from this would be wp-table-reloaded-noborderThe trouble with showing me a lovely feature like this – which is working beautifully – is that I get greedy and want to do lots of things like this. So forgive the next question but..
Can I have more than one custom CSS class on the table? I tried ; , and space and non worked.
Secondly, I have this code at the moment
.wp-table-reloaded, .wp-table-reloaded td, .wp-table-reloaded th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
}Again if I could make this a custom class I could apply it to specific tables rather than all at the moment. Is that possible given the addition of td and th in there?
Thank you Tobias – that second suggestion is a much better way of doing it as this will be much easier for my administrator to do without having to amend code in the options.
Really appreciate the prompt response ??
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: Wp-Table Reloaded] lightbox imagesPS: Such a little change I couldn’t help trying it tonight – that works a treat!
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: Wp-Table Reloaded] lightbox imagesI’ll sort that in the morning.
Tobias you really are a star for helping with this sort of thing – way beyond what I’d expect. I appreciate your help and you can expect another donation once my client signs off this latest site!
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: Wp-Table Reloaded] lightbox imagesThanks Tobias. I’m using Lightbox plus and I don’t have to do anything to the images, they just automatic get lightboxed so I guess it’s done via Javascript.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] submission successful but no emailThanks – the mod through cPanel (as described above by pindy) worked for me too – so easy when you know how!