timkbrown
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Italics Become Bold, Bold Becomes Upper CaseAhhh, I did find the following in the theme CSS:
div.entry-content strong,div.comments ol.commentlist strong{text-transform:uppercase;}
– and –
div.entry-content em,div.comments ol.commentlist em{font-style:normal;font-weight:700;}
Wonder why this is in here…
Forum: Fixing WordPress
In reply to: Italics Become Bold, Bold Becomes Upper CaseNo. Using the PlaintxtBlog 3.0, theme essentially ‘out of the box’. The only CSS change is I’ve added the code below. The issue I’m reporting here, however, was present even before the CSS change.
/*SLIDE SHOW PRO POSITION*/
.flashmovie{
float:left;
padding-top: 0px;
padding-bottom: 0px;
}Forum: Installing WordPress
In reply to: Trouble Converting to 2.1Thank you Otto42. Very much appreciated.
Forum: Installing WordPress
In reply to: Trouble Converting to 2.1I stand corrected… The archives appear to be okay, but the database error remains and is displayed here.
Forum: Installing WordPress
In reply to: Trouble Converting to 2.1Otto42,
I’m back in business (almost) thanks to your help. (I misunderstood and thought only files, not folders got moved over with the upgrade). My remaining issue is that the archive seems to be corrupted. Where the archive use to appear I now get:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT cat_id, cat_name FROMAre you able to help with this issue?
Thanks you very much!