thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxTry deleting that post and then recreate it.
Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxYou don’t by any change have WP installed locally do you? I do and a few times I’ve thought I’m updating my live site when I’m actually in my local install admin area.
Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxYou also have some code that doesn’t need to be there right below the link in question. Same link but without the image:
<p><a href="http://pipanhot.com/images/Quote_Santayana.jpg"></a></p>Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxThe posts are stored in the database, they’re not actual files on your server.
Ok so… when you edit that post, it shows the code you posted above? Please post the content of the post.
Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxTry resaving it.
Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxNot when I view the source. It’s:
<img src="http://pipanhot.com/images/Quote_Santayana.jpg" class="alignleft" alt="" width="" height="" />Forum: Fixing WordPress
In reply to: nonsense commentsThis forum is for self hosted blogs. You need to be here.
Forum: Fixing WordPress
In reply to: Image problem in Explorer, but OK in FirefoxYou need to add the width and height of the image in the img tag.
Forum: Fixing WordPress
In reply to: Align search bar to the right.Ah, yes, I totally disregarded #topbar. Listen to Cais, that’s the best way.
Forum: Fixing WordPress
In reply to: Align search bar to the right.Replace:
<form action="http://www.google.com/cse" id="cse-search-box"> <div> <input type="hidden" name="cx" value="003702787494767027014:klvpwrdc2t4" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Pesquisar" /> </div> </form> <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=pt"></script>with
<form action="http://www.google.com/cse" id="cse-search-box"> <div style="text-align:right;"> <input type="hidden" name="cx" value="003702787494767027014:klvpwrdc2t4" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" size="31" /> <input type="submit" name="sa" value="Pesquisar" /> </div> </form> <script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=pt"></script>This is probably in header.php.
Forum: Fixing WordPress
In reply to: nonsense commentsI need simple instructions to activate this plugin
Simple Instructions: Go to plugins and activate it.
what do I do with the discussion link on the dashboard
Click on it and choose the settings you want.
Forum: Fixing WordPress
In reply to: Can’t see text in the text box for new postNo you can’t contact WordPress directly. This forum is where you come for help for self hosted WP blogs.
once I copy it into the text field,
Copy and paste it from what? Because if it’s anything besides a plain text editor, it can cause all kinds of problems.
Forum: Fixing WordPress
In reply to: Problem with Chrome – (Sorry, but again…)The site displays fine when I view it in Chrome.
Forum: Fixing WordPress
In reply to: Serious problem. Help?Did you read through any of the guides that esmi linked to?
Yes
You couldn’t have because they answer your question.
Forum: Fixing WordPress
In reply to: Individual Post Pages Wont AppearFor starters, what do you mean by “playing”? As in, what exactly did you do?