misheck
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how do I stop Pictures showing HTMLI have had a similar problem but its usually caused by having some coding within the image title or caption or some funny characters that corrupt the html tag and may close or open an image tag so make sure you do not have any of these characters in the caption, title, and alternate text
( " [ { - / <> '
For me removing those characters has solved my problem.If you understand what I mean is that the html tag can be closed or even its definition changed like this
<img alt= "my"image name" >
so you see that your alternative name has now messed up the alt tag.Forum: Fixing WordPress
In reply to: HTTP error when uploading images with FlashThe host said they do not support WordPress issues. Another wordpress I have installed on the same host is working fine so I think my problem is with this particular installation.
Forum: Fixing WordPress
In reply to: How to add Admin panel at top when logged in as admin in V3.1Found the solution here
All you need to do is add this to your footer but look at the link I have provided for a much clearer explanation.
<?php wp_footer(); ?> </body> </html>
Forum: Fixing WordPress
In reply to: Slow wordpress with consistant database overheadsI have tested another WP on the same host and its faster than the website in question.
What I dont understand is that there is great speed difference between moving from tags to tag or category to category than there is from post to post?
Also some of the menus do not load up at times like the category menu. I will try disable the plugins.
Is there any issues with using custom fields because that what I use for the homepage to display the images?
Forum: Fixing WordPress
In reply to: WordPress slow after moving hostI will disable gzip and its worrying when its taking 11.8 seconds to load a website. Thanks for the help.
Forum: Fixing WordPress
In reply to: WordPress slow after moving hostHow do I disable gzip in phpmyadmin?
Forum: Fixing WordPress
In reply to: http error when loading a pictureI am getting the same HTTP errors and also my website is very slow too. So what can you recommend because I am on godaddy not dreamhost.
Forum: Fixing WordPress
In reply to: WordPress slow after moving hostThe link to the website is here. I moved to godaddy webhost. I have tried visiting the site from different computers but its still the same speed.
Forum: Fixing WordPress
In reply to: wordpress will not display anythingThanks for the help. Thats worked for me.
Forum: Fixing WordPress
In reply to: wordpress will not display anythingThanks for the help. I have just re-installed WP but the error is still there so I think I need to point the webserver to the the default doc. I tried pointing it to the index.php but thats not working. I would appreciate if you could help me with location of the default home page.
Forum: Fixing WordPress
In reply to: Site will not display properly in IEOk thanks for the tip. That has solved one of the problems my other problem is I cannot login to the site using IE6/7 but I can login using firefox and Safari.
About the frames I thought thats what the WP Theme looks like, I am still new to WordPress and I just trying around the software on Windows and Linux before making further adjustments to the final site.
I was a bit surprised the site only worked in firefox and safari but anyway I just deleted the post and thats solved my problem.
Forum: Fixing WordPress
In reply to: Site will not display properly in IEThe questions is I cannot view my site using IE6 or IE7 and I cannot login using IE6/7. Sorry I thought the heading was the question, and I put the description in the post.
The site was working fine initially but problems started appearing after a few days. I could not login using Internet Explorer and now I cannot view the site properly using IE6 or IE7.
Here is the question My site will not display properly and also will not allow me to login using IE6/7, It just displays <!–[endif]–> on the article.When I try to login it will ask me to login again even after entering the correct username and password. I do not have these problems when using firefox.
The link to the site is The server looses connection sometimes so the link might not work at other times but you can give it a try.
Forum: Fixing WordPress
In reply to: adding varying content to pages on siteI have had look at your suggestions but at a quick glance it looks as if I will need knowledge of php which at the moment is none existent. I will have a go in the next few days and see how I get on.