pete10uk
Forum Replies Created
-
Forum: Reviews
In reply to: [Ultimate Category Excluder] Plugin makes no senseThe point is I want to do exactly that, if you don’t want anyone to see stuff don’t publish it. you don’t need a plugin to do that.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress cell paddingUpdate, I sorted this by looking through older support requests.
“th” = Table Header
“td’ = Table Data?My Solution which is working for me
.tablepress th,
.tablepress td {
text-align: center;
}.tablepress th,
.tablepress td {
vertical-align: middle;
}.tablepress th,
.tablepress td {
white-space: nowrap;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress cell paddingHi Tobias
I’ve been having issues with padding / widths, nothing I seem to try following the FAQ’s on the subject affects the tables at all. I have applied this code above with 50px in everything and the tables change but I’m not sure what the “th” & “td” relate to and what attribute the px affect. I’m basically trying to stop all my tables from going on to 2 lines per row including the title row. Can you explain? In an ideal world I would like all my tables to centre the cell contents and auto size the widths to the largest content. Is there a better way to achieve this? Link
Forum: Fixing WordPress
In reply to: Homepage nod displaying on Desktop SafariThanks for the help, just in case anyone else finds this post who has the same issue below is the answer.
This issue cleared up by its self over night, not 100% sure how or why but I thought it would be a good idea to find out why it did this in the first place.
I re changed the WordPress Address (URL) & Site Address (URL) fields in General settings and the issue re appeared, again over night this fixed it’s self.
I can only presume that it has something to do with DNS and propagation as suggested but I’m not why.
Just for clarification the only reason I changed these settings was because when I typed in my web address into the web, the www. was disappearing from my site address and I didn’t like this, these settings were the only place that the web address was displayed like this, I changed it, waited 12 hours and now it works as I like (with the www.) and all is well. Thanks for the help MacManXForum: Fixing WordPress
In reply to: Homepage nod displaying on Desktop SafariThanks for the quick response.
It was over 72 hours after the domaine package change when I installed WP, WP has been working fine for 18 hours. just stopped.
I have just tried clearing my DNS in terminal, I got a password request then a net terminal line but no confirmation of anything.
This didn’t fix it and it is still broken.
Thanks anyway