matt510
Forum Replies Created
-
Forum: Plugins
In reply to: [Tumblr Widget] [Plugin: Tumblr Widget] Fatal error on installI just tried to install another plugin and got the same error message. I went to that plugin’s page and someone else had the same error, the author suggested that it is because I was running PHP version 4.x. Well sure enough, I upgraded the PHP to version 5.0 and it installed!
Forum: Plugins
In reply to: [Tumblr Widget] [Plugin: Tumblr Widget] Fatal error on installI have deleted and reinstalled a few times to no avail. I’m not sure what the problem is.
Forum: Fixing WordPress
In reply to: RSS Creation ProblemSo it must be a problem with the theme. I changed themes and the feed works ok. Still no idea what the problem is though.
Forum: Fixing WordPress
In reply to: Transparency problem in IEWell, what the heck, you are right. I do not understand at all why that makes it not work in IE. Any thoughs on getting around that? I would rather have it set to auto than have it transparent. If I need to I will just leave it as is.
Thanks for the suggestion, I would have NEVER figured that one out.
Forum: Fixing WordPress
In reply to: IE Image display problemsI figured it out (I think)! In css my main block used a “position: relative;” call and that was (in IE) causing the post to sit on top of the image. So by adding that to img in css, it fixed the problem!
img {
border-style: none;
padding: 4px;
position: relative;
}Now I just have to work on cleaning up my coding! 😉
Thanks for everyone’s help!
Forum: Fixing WordPress
In reply to: creating a blank line on template page without distortionNope, that is my blog.
Forum: Fixing WordPress
In reply to: IE Image display problemsThe problem is that first < p >, it is automatically put there by WordPress. Even when I write in < center > < p > and end it < /p > < center > WordPress forces an initial < p >: making it look like < p > < center > < p > – No idea how to deal with that.
I really appreciate all your help!
This is what I see as source code:
<div class=”storyContent”>
<center><img src=”http://www.mattjonesblog.com/img/cubanssm.jpg” alt=”Cubans”/>
Dan, Sean, Greg, Chad, and I enjoying some fine Cubans and some fine company.
</center>
<span style=”float:left;”><img src=”http://www.mattjonesblog.com/img/dancubansm.jpg” alt=”Dan”/></span>Forum: Fixing WordPress
In reply to: IE Image display problemsThanks for the suggestion! It worked in Firefox, but still will not show up in IE (it has a space for the image on the left, but it is not visible).
Forum: Fixing WordPress
In reply to: IE Image display problemsI did validated the html (for the first time obviously!) and the only errors left are small things that I will have to weed out (my bad use of blockquote for example or external links that have odd strings) – EXCEPT for my “center” issue. What seems to be happening (maybe it is more) is when I write the post in wordpress it automatically inserts a “p” at the beginning of the post which means that the first lines ends up <center> which isn’t good. Any thoughs on that one?
That being said, even if it is bad HTML, it still works and my main problem is still the issue that the “left”aligned image still does not show up in IE, regardless of what I do to <center>.
Forum: Fixing WordPress
In reply to: IE Image display problemsHow would I center without using <center></center>?
When they are removed, the image still does not appear.
I am not too worried about an image resize. Anyone viewing 800×600 or higher wouldn’t get any overlap.
Forum: Fixing WordPress
In reply to: IE Image display problemsThanks, but I cannot actually see where I have done that, I am usually pretty sure to close things in the correct order. the <h2> tag is used for headings (like the date) and are closed pretty quickely.
Or are you suggesting making a new tag in CSS to use?
And again, it isn’t the “center” image that is having problems, it is the “left” (or “right”) aligned images.
Forum: Fixing WordPress
In reply to: IE Image display problemsHeh, I am not surprised the code is messy, I am pretty new to all this. That being said, it isn’t the “center” align that is causing the problems, it is the “left” align. Even after fixing that, the problem remains.
Forum: Fixing WordPress
In reply to: Import from ModBlog?Yeah, that seems to be the case. I just added them one by one…
Forum: Fixing WordPress
In reply to: WordPress database error in permalinkThanks for checking. I have been messing around and figured out what the problem was, sorry I hadn’t posted back here yet. Thanks!