xinxin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Continue reading link errorOK, so I have done a little more sleuthing. The same thing happens when I use different themes … the default Twenty Ten or Atahualpa.
Basically I get a continue reading link (it’s different in each theme) which goes nowhere. I have tried Firefox, IE and Chrome – no joy.
These are the fixes that I have tried:
1. Re-uploaded the core WP files (from a fresh download)
2. Deactivated all of my pluginsNeither of these have worked.
Any ideas? At all?
Forum: Networking WordPress
In reply to: Tried and tested themes for multisite?Thanks guys, good advice all around. That plugin looks very useful.
Forum: Fixing WordPress
In reply to: Page Character CountHi there – I think this issue only occurs when you are hosting your site on a server with php4.
http://wordpress.org/support/topic/291583?replies=10#post-1145369
Forum: Fixing WordPress
In reply to: Cannot publish LONG pages! – (Word Count Limit)Hi there – I think this issue only occurs when you are hosting your site on a server with php4.
http://wordpress.org/support/topic/291583?replies=10#post-1145369
Forum: Fixing WordPress
In reply to: Page edits return an empty pageThis server is still running on php4. I am going to try the same code on a server that’s running php5.
… and for the record, two servers that I have access too will not allow a long page / post – both are still running php4.
My own hosting account which is running php5 will happily have a long page – I pasted it in three times for good measure.
I’m going to mark this as resolved and ensure that there are sufficiently descriptive keywords. And contact the hosting provider. The site has to work.
And thanks for the help esmi 🙂
Forum: Fixing WordPress
In reply to: Page edits return an empty pageTried that – with no joy.
Forum: Fixing WordPress
In reply to: Page edits return an empty pageTry http://www.owairaka.school.nz/board-of-trustees/
I always post content via a notepad file and add formatting later.
Forum: Fixing WordPress
In reply to: Page edits return an empty pagehttp://www.owairaka.school.nz – currently undergoing a revamp
Forum: Fixing WordPress
In reply to: Page edits return an empty pageI’m still working on this problem which seems to have affected a number of others too.
http://wordpress.org/support/topic/271194?replies=8
http://wordpress.org/support/topic/265401?replies=2If I enter 837 words / 3891 characters / 4725 characters with spaces the whole thing fails. If I enter 400 words / 1908 characters / 2307 characters with spaces it works. The trouble is that this page needs 1200 + words – no options. I have changed the PHP memory limit in my wp-settings file and will now contact my host to see if they will increase it on the server. It’s a shared server so I don’t know how much luck I’ll have meanwhile, I would appreciate any thoughts.
Forum: Fixing WordPress
In reply to: Page edits return an empty pageSome more information.
I have disabled the theme and used both the default and Kubrick – same error.
There seems to be a critical threshhold of number of characters where this problem occurs. If I post a smaller post/page (tested both) it appears fine. Over a certain, unknown limit, the post/page published blank and the edit box changes to a blank form.
Any ideas would be appreciated.
Forum: Fixing WordPress
In reply to: Adding new widgetsThanks esmi
No it doesn’t so I’ll look for another one. Or I could look through the help files and write my own I ‘spose. ARRRGGGHHHH
CheersProblem solved:
In the css files look for this code and either remove the ‘clear:both;’ or change it to ‘clear:none;’
/* ———– Gallery style ————-*/
.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear:both;
display:block !important;
}Can I add a me too? I have checked and my code is valid. Any further ideas would be appreciated.
Forum: Fixing WordPress
In reply to: image styling problemThanks, sewmyheadon – this helped me in one of my sites.
Forum: Themes and Templates
In reply to: Rotating imagesThanks for the tip charle97. Could someone explain exactly how and where I use this tag?