irishb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual/HTML Tabs – BrokenResolved. See my other post for how: http://ww.wp.xz.cn/support/topic/248728?replies=2
Forum: Fixing WordPress
In reply to: WordPress TinyMCE EditorMake sure that if this method worked for you – post here about your story! I’d love to know that I helped out at least one person. 🙂
Forum: Fixing WordPress
In reply to: Visual/HTML Tabs – BrokenLonely bump. 🙁
Forum: Fixing WordPress
In reply to: Post titles suddenly appear underlinedTake a deep breath, Saurus. I agree the OP should have read the sticky at the top of the first page, though some people make mistakes. A simple reminder would have been just as effective, and more tasteful to boot.
lsanders: What Saurus means to say is that it’s generally never a good idea to bring text from Microsoft Word to your WordPress post. This is because Microsoft Word will add a whole bunch of garbage to your text, and in turn will be added to your WordPress post.
In regards to using inline CSS, I’m sure it’s Word’s fault once again. You would have seen this in the HTML version of your post, but chances are that you were in the Visual tab. No worries!
EDIT: Oh, anyway what I came here to say was that now that you’re problem is fixed, can you edit this post to “resolved” so that others might benefit from this thread? Thanks!
Forum: Fixing WordPress
In reply to: Post titles suddenly appear underlinedOkay, looks like there was some embedded CSS in your January 20th post titled “Check Out Our Chat with mio: Made in Oakland”. Go into your WordPress Admin and edit that post in HTML, and you’ll see this:
<style> <!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} a:link, span.MsoHyperlink {color:blue; text-decoration:underline; text-underline:single;} a:visited, span.MsoHyperlinkFollowed {color:purple; text-decoration:underline; text-underline:single;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;</style>I’m not sure if you intended all of that to be in there, but in the middle of all that mess is “a:link, span.MsoHyperlink {color: blue; text-decoration:underline;”
Remove the “text-decoration:underline;” string and you’re golden. If you don’t need any of that other stuff, I’d remove all of that too.
Forum: Fixing WordPress
In reply to: “Hidden” WordPress & .htaccessI don’t have a ton of experience with modifying .htaccess files, but my gut tells me that any “index” page will be considered to be meant to redirect to the home page. If I can find a way to tell it to stop redirecting like that, I’ll post here again.
Forum: Fixing WordPress
In reply to: Post titles suddenly appear underlinedNo idea why that might be happening all of a sudden like that, but you can probably resolve it through the style.css file in your selected theme.
Toss up a link to your blog and I can check out exactly which line of code you would need to change, and what to change it to.
Forum: Fixing WordPress
In reply to: “Edit Post” appears in the title after all of my new postsIf I understand this correctly, you’re seeing something like this:
“Post Title! Edit Post” followed by the body of your post.
This is most likely where your selected WordPress Theme decided to place the “Edit Post” link, instead of after the post like most themes choose to do. Try to find the .php file in your theme that controls posts, and move the PHP code that generates that “Edit Post” to after your post, instead of after your title.
Hope that helps!
Forum: Fixing WordPress
In reply to: Visual/HTML Tabs – BrokenNo one else is having this issue, or have heard about it?
Maybe there’s an updated version of the TinyMCE editor or something that I’m missing?
Forum: Fixing WordPress
In reply to: Sidebar goes down (valid xhtml css, every tag closed) :[Oh, it’s marked as resolved. Nevermind!
Forum: Fixing WordPress
In reply to: Sidebar goes down (valid xhtml css, every tag closed) :[I’m assuming the /test/ page is how you want it to look?
Looking at the source of each page, you have significant changes to the HTML on your main page in that you seem to no longer use the <div id=”content_area” class=”block”> after the first content block (the “Almost Complete” block). For some reason there are div’s with classes of “separator biggap” that do absolutely nothing, and close without content, and these seem to separate the content blocks.
Once you begin your next content block, it’s no longer within a <div id=”content_area” class=”block”> and instead resides in its parent div, <div id=”block_content”>. This is why from “WordPress 2.7 is Out” and on, it has no structure and none of the formatting the first “Almost Complete” block has. Because it’s not residing in a <div id=”content_area” class=”block”>.
Hope this helps.
Forum: Fixing WordPress
In reply to: Cannot upload images: IO errorResolved: Fixed it myself. The problem was Flash. Even though I had repeatedly installed the latest version, I had never uninstalled it completely, and reinstalled it. That did the trick. Should have known to try that, being in Windows and all…
Hope this finds solution finds someone a relief to their problems!
Forum: Fixing WordPress
In reply to: Cannot upload images: IO errorStill looking for an answer. Bumping to the top so that someone might see this and help out! 🙂
Forum: Fixing WordPress
In reply to: Cannot upload images: IO errorI hookup my camera to my own computer. I copy the files from my camera to my desktop. I then try to upload the files on my desktop to WordPress, and that’s when I get the error.
I have been able to do this many, many times before. Also, the regular non-Flash uploader works fine.
Forum: Fixing WordPress
In reply to: Cannot upload images: IO errorAnyone? It’s a pretty irritating problem…