nycnml
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Image Sizes] FAQ or User Manual documentationHi — Can you furnish a link to the FAQ here? I confess I couldn’t find it.
Wow, great. REALLY great. Thanks. Tip about consolidating = awesome.
Hi Tobias,
Thanks — confession: I am a bit confused. I’m not sure where to add that “padding: 0;” line. Right now, my custom CSS looks like what’s pasted below.
.tablepress-id-2 tbody td {
font-family: Verdana;
font-size: 11px;
line-height: 1.6em;
color: #585660;
background-color: #fff;
}.tablepress-id-2,
.tablepress-id-2 tr,
.tablepress-id-2 tbody td,
.tablepress-id-2 thead th,
.tablepress-id-2 tfoot th {
border-top: #fff;
border-left: #fff;
border-right: #fff;
border-bottom: #fff;
background-color: #fff;
}.tablepress-id-2 .row-2 td {
padding-bottom: 40px;
}.tablepress-id-2 .row-1 td {
background-color: #fff;
}.tablepress-id-2 .row-3 td {
background-color: #fff;
}.tablepress-id-2 .row-5 td {
background-color: #fff;
}.tablepress-id-2 .row-7 td {
background-color: #fff;
}.tablepress-id-2 .row-4 td {
padding-bottom: 40px;
}.tablepress-id-2 .row-6 td {
padding-bottom: 40px;
}.tablepress-id-2 .row-8 td {
padding-bottom: 40px;
}.tablepress-id-2 .row-1 td,
.tablepress-id-2 .row-3 td,
.tablepress-id-2 .row-5 td,
.tablepress-id-2 .row-7 td {
vertical-align: bottom;
width: 50%;
}/* THIS IS THE SURF SCHOOL TABLE */
.tablepress-id-4 tbody td {
font-family: Verdana;
font-size: 11px;
line-height: 1.6em;
color: #585660;
background-color: #fff;
}.tablepress-id-4,
.tablepress-id-4 tr,
.tablepress-id-4 tbody td,
.tablepress-id-4 thead th,
.tablepress-id-4 tfoot th {
border-top: #fff;
border-left: #fff;
border-right: #fff;
border-bottom: #fff;
background-color: #fff;
}.tablepress-id-4 .row-2 td {
padding-bottom: 30px;
}.tablepress-id-4 .row-1 td {
background-color: #fff;
}.tablepress-id-4 .row-3 td {
background-color: #fff;
}.tablepress-id-4 .row-5 td {
background-color: #fff;
}.tablepress-id-4 .row-7 td {
background-color: #fff;
}.tablepress-id-4 .row-4 td {
padding-bottom: 30px;
}.tablepress-id-4 .row-6 td {
padding-bottom: 30px;
}.tablepress-id-4 .row-8 td {
padding-bottom: 30px;
}.tablepress-id-4 .row-1 td,
.tablepress-id-4 .row-3 td,
.tablepress-id-4 .row-5 td,
.tablepress-id-4 .row-7 td {
vertical-align: bottom;
width: 33%;
}Can you tell me where, specifically, I should put the “padding 0” bit? Thanks so much, I appreciate the assist.
Regards,
NickHi Tobias,
Worked perfectly, thanks! I appreciate the tip about the 50% thing. It makes sense. As to the 8px default padding, I suppose if I want to address it I can do so on an individual basis — that is, it’s more of an issue for the rows that have images. I think I have the skills to remove the padding from just those rows, but if you have a quick snippet at the ready, I wouldn’t be unhappy about it 😉
Thanks again,
NickOkay, I’m obviously having a fun time 🙂 Sorry about all the back and forth. I have figured out the Advanced Editor thing (duh).
Holy cow — I somehow called up an advanced editor popup while editing a cell. I cannot seem to duplicate that action. Am I daffy?
And now for my own follow up! I tried using the standard “” tag, and it works fine. I would love to be able to either use specific colors for specific words, or specific sizes — is there a straightforward way to do that?
Hi Tobias,
I’ve read this thread and found it very helpful. I’m trying to follow along, and implement what i need for my site. I am trying to align all the images in the table to the bottom. That string of CSS I don’t seem to be able to ascertain.
My table can be seen at http://waterlogue.com/tips-001/
If you can let me know what CSS I can use to get all the images to the bottom, that would be great.
One other thing — there seems to be 8px of padding throughout the whole table. Is that specified in the custom settings, or is that something I can get rid of in my custom CSS?
Many thanks,
NickForum: Fixing WordPress
In reply to: Custom Sidebar QuestionRelated question: I’ve installed the plugin and have set up a custom sidebar. I then dragged some content into the new sidebar via the Widgets panel. So far, so good. I created a page, and designated the custom sidebar to appear. It seems my theme may not support dynamic sidebars — the theme is PureType from Elegant Themes.
Some research suggests that I place the following code:
wp_head();
before the closing HEAD tag (</head>) in my HTML.
Question: Does this seem like a correct fix, and if so, do you know where I would find the HTML file(s) to insert this line into? The HTML view of pages I create via wp-admin does not show any HEAD tags.