j2thaizzo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I override an image border?Never mind. Figured it out.
had to get rid of padding around image. If anyone else has the problem, here’s the fix:
#main_feature img, #home_content img, .post_entry img, #content img, #single img {
background: #000;
padding: 0px;
}Padding was set to 1px. Change it to 0px and it worked.
Forum: Fixing WordPress
In reply to: Thumbnail images won’t show up!I’m trying to edit the uploads page, but I’m getting the error “you don’t have sufficient permissions…” which makes no sense since I’m the only site administrator, and the person who set up the site. Totally frustrated…
Forum: Fixing WordPress
In reply to: Thumbnail images won’t show up!Thank you Shane. I’ll try that now. Fingers crossed!!!
Forum: Fixing WordPress
In reply to: Help!! Plugins disable post editingAt this point I don’t know what to do, since I’m basically unable to protect my comments from spam.
Forum: Fixing WordPress
In reply to: Help!! Plugins disable post editingYep. that didn’t work either.
Forum: Fixing WordPress
In reply to: Help!! Plugins disable post editingIOW I have tried disabling ALL the plugins and just loading an anti-spam or poll plugin, and it by itself disables editing. (When I go to edit, the right sidebar is there, w/ tags, categories etc, but no title, body, etc.)
Forum: Fixing WordPress
In reply to: Help!! Plugins disable post editingI disabled them all and am now down to just three plugins, but as of now, posting and editing won’t work with any plugin that is a spam fighter or poll. Could that be the sign of a virus? A virus seems unlikely since I’m on a Mac, but since everything was working fine until yesterday, I’m worried that something has corrupted the code itself. Is there any way to check that???