digigirl
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Amazon S3 for WordPress] No longer supported?Well, I’d still wonder if this plugin is supported, seeing as I got no answer.
However, the issue I was having is resolved. It was a permissions issue on the S3 end, nothing to do with the plugin. Seems to be working fine now.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Formatting Help?Ah, brilliant! Thanks.
I’m gonna get all this CSS stuff down eventually.
I do appreciate your help!
Donation on the way.
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Formatting Help?Okay, I have a different question today.
I want to highlight one column as “Best Value.” However, the code I am using seems to only affect the header row, not the whole column. Here’s what I’ve got:
.wp-table-reloaded-id-3 .column-4{
background-color: #e0eee0;
}Doing this only changes the background on Row 1, Column 4 (which is D). The rest of the rows in that column retain the main table colors. (I tried doing the border color also and had the same result)
You can see it here: http://aclevercat.com/services/backup/
Is there some trick to getting it to recognize the whole column?
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Formatting Help?I got it! I just hadn’t tried just the right combination yet, apparently.
Here is the code that finally gave me what I wanted:
.wp-table-reloaded td {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #000000;
text-align:center;
}.wp-table-reloaded .column-1 {
text-align:left;
}Hopefully that will help someone else!
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] Formatting Help?Hi, I have a similar question to the first one in this thread.
I want to have the text centered in all the cells except for the first column, where I want them to be left-aligned.
I’ve tried every variation I can think of, but no matter what I do, the whole table does one or the other. I can’t get Column A to behave differently than the other columns. Here is what I have currently:
.wp-table-reloaded td {
font-family: Arial, Helvetica, Sans-serif;
font-size: 12px;
color: #000000;
text-align:center;
}.wp-table-reloaded .column-A td {
text-align:left;
}I’ve also tried changing the columns IDs to numbers since that is what is shown in your documentation. I’ve tried taking the text-align out of the main td css as above and doing a separate css setting for Column A with left align and another one for Columns B-H with center align. I’ve tried doing it with and without the td, and also th. And I think 2 or 3 other things I can’t remember anymore.
What am I doing wrong?
D’oh! Never mind!
It wasn’t this plugin after all. It was another that was the problem.
I’m very happy to say this one is fine! Thanks for a great plugin!
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] What’s the trick?Thanks for the information. Just having a recommended page speed tester will help. I will continue to delve deeper to see if I can figure it out. Thanks!
Forum: Plugins
In reply to: [Plugin: Parallelize] question regarding usageAgreed – need some additional information on how to use this.
I set up 3 subdomains (host1.aclevercat.com, host2.aclevercat.com, host3.aclevercat.com) in my Cpanel, plugged them into the plugin settings, updated, then clicked Update Posts.
When I refreshed my site – half the images were gone. I Restored Posts and they came back, thankfully (that part works great).
Please let us know how to correctly configure this.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Images disappear when W3 is activatedOkay, I wondered if it had something to do with the CDN. I will play with those settings and see if I can fix it.
Forum: Plugins
In reply to: [Plugin: WEBO Site SpeedUp] Webo installs favicon?Perhaps it would be better if you let users know that they need to install a favicon and offer the option of providing yours?
Still not cool to be automatically installing your favicon on other peoples’ sites.
Forum: Plugins
In reply to: [Plugin: PerformerJS] Only works with text links?It may have been my theme. Seems to be working now that I’ve changed the theme.
Forum: Plugins
In reply to: [Plugin: PerformerJS] Accordianer doesn’t retractNever mind! My mistake – I found a typo on the code.
Yay! Accordian working fine!
Forum: Fixing WordPress
In reply to: 2.9 messing with HTML coding?Help? Someone?
Forum: Plugins
In reply to: [Plugin: Page Peel] Not working at all – no errors, no page peelMore weirdness to report.
I checked my desired theme to see if it had the footer code and it didn’t, so I added it right before the
</body>code in footer.php. Now Page Peel works on that domain (digigirlhost.com).The weird part is that it still won’t work on the other (fresh install) domain, with nothing in it but a couple of themes and no plugins. It will work with the classic and some other themes on the digigirlhost.com domain, but not on the demo.poshblogs.com domain with the same themes. They are both on the same shared server with the same settings.
???
Forum: Plugins
In reply to: [Plugin: Page Peel] Not working at all – no errors, no page peelOops.
Okay, that was me trying out putting the entire path in the pagepeel-js.php file to see if it would fix it and forgetting to put it back. I have now fixed that issue.
That didn’t fix the problem, though. I’m still getting nothing.