alietzow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: inser/ edit link button not workingI’ve been having the same issue since upgrading to 3.5.1. Not as easy of an upgrade as previous releases. I’m finding a whole host of folks having trouble with this issue. Some recommending updating php files, which is always a bit intimidating if you’re trying to stay out of the code.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] WP-Tables-reloadedhttp://iareia.com/pay-ila-dues-fees/ Whoops. I changed this webpage to this new address. I’ve already tried putting all html on one line, without any breaks, and that hasn’t made any difference.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] WP-Tables-reloadedI have since tried the solution posted 6 days ago, here – http://ww.wp.xz.cn/support/topic/plugin-wp-table-reloaded-alignment?replies=4 –
I found that the following did not work for me:
.wp-table-reloaded-id-1 .column-4 {
vertical-align: top !important;
}So, unfortunately, I’m still digging for an answer.
I’m having a similar problem. I’m trying to change the background color in the table at http://iareia.org/wordpress/?page_id=109 from the light gray to match the color flanking right and left. So, under “Custom CSS”, under Plugin Options, I entered:
.wp-table-reloaded-id-1 .row-1 td {
background-color: #EDEDDC!important; }
}This appears to have no effect. Once I can control color, I’ll move on to correcting the formatting of the bullet lists.