lockettpots
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaSeems to be resolved!
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaHi esmi
You are a GENIUS!!!! That extra line on the config file did the trick.
I can’t tell you how grateful I am.John
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaHi esmi
Ignore the first part of the reply. I think I mistyped it.
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaHi esmi
I’m afraid that produced a server error when I tried to access the site through Chrome. Removing the line gave me access again.
I’ve contacted the hosting provider in case they have changed any server settings which might account for the problem, but any further suggestions from you would be very much appreciated since the site actually belongs to a client and as you can imagine I’m getting no end of grief!!!
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaHi esmi
http://www.breakthrough-to-learning.co.uk is the URL but as I said the site displays perfectly to visitors. It’s the content editor that has the problem.
The server error logs do not show any related errors.
John
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaHi esmi
I’ve re-uploaded by FTP all the files and folders from a fresh download but to no avail I’m afraid.
What now?
John
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaA bit more information
If I view the page source the content of the post is there!!!
John
Forum: Fixing WordPress
In reply to: Edit page shows apparently empty edit areaHi esmi
Thanks for the response. You will see from the original post that I have done everything except the last, but I did an upgrade to 3.4.1.What about the config file? I presume that I don’t re-upload that?
John
Forum: Themes and Templates
In reply to: Templat compatibiltyCan you post the URL of your site?
Forum: Themes and Templates
In reply to: Help with debugging my index.html web page with wordpressAre you using the complexity-2 theme by theme forest? If so you should contact them for support.
regsrds
JohnA link to the Joomla site would help us understand what you want
Forum: Themes and Templates
In reply to: Div does not expand to content when served via wordpressTry adding
overflow:hidden;to #MainContent
Forum: Themes and Templates
In reply to: Dynamic link to blog from a static pageHi Josh
Don’t replace the ‘url’ bit with the actual url. bloginfo(‘url’) returns the url of the site in a browser readable form (so you don’t use echo)
<a href="<?php bloginfo('url'); ?>/news" title="News">News</a>should do what you want.
For more info on the bloginfo() function have a look at
http://codex.ww.wp.xz.cn/Function_Reference/bloginfoHope this helps
John
Forum: Fixing WordPress
In reply to: Images not Displaying after moving site to a new serverHappy to hear that you have solved it.
Forum: Fixing WordPress
In reply to: Getting rid of "Home" on home pageHi
It would help us to help you if you posted a link to the site so that we can see what is going on and offer possible solutions