mike183
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_head css classesAre you using any typography plugins (WP-Typography or the like)?
Thank you! This was the problem, as soon as you mentioned it I felt stupid having not checked there first haha. Thanks again!
Forum: Fixing WordPress
In reply to: wp_head css classesCan’t see anything like that. It is a custom theme that I have developed for a client.
Forum: Fixing WordPress
In reply to: Upload Folder IssuesHmm I thought it might have been an ownership issue, was hoping it wouldn’t be. Thanks for the help I’ll let you know how I get on.
Thanks.
Forum: Fixing WordPress
In reply to: Upload Folder IssuesThanks for the replies.
@esmi I have already tried that, i will try it again later on nonetheless. Have you got any other ideas?
@swansonphotos it happens to Admins so I presume all users until I go and manually delete then re-create the folder myself. After I have done that they are allowed to start uploading.
Forum: Fixing WordPress
In reply to: My Pages Aren't Showing Up When I Click On ThemYep, they all look find to me!
Forum: Fixing WordPress
In reply to: post_category column — is it used anymore?If the fresh install doesn’t have the column then I doubt it is used anymore. Don’t quote me on that though.
Forum: Fixing WordPress
In reply to: admin and site – all whiteThe plugin will have caused this to happen probably. Nothing to worry about, it has happened to me before.
You will need to manually disable the plugins and this will fix the problem. You will then need to go through an re-enable all of the plugins your site uses.
Here is a guide on how to do it:
Forum: Fixing WordPress
In reply to: My Pages Aren't Showing Up When I Click On ThemHave you tried:
– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the Twenty Eleven theme to rule out any theme-specific problems.
– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
Try these suggestions before going down the rewriting route.
Forum: Fixing WordPress
In reply to: Image Upload ErrorsThis is not something that you are going to be able to do from the WordPress admin CP if you were wondering. You are going to have to use FTP to do what has been suggested.
Forum: Fixing WordPress
In reply to: My Pages Aren't Showing Up When I Click On ThemIf the source had been deleted from the template files then unless you had a backup of the template files somewhere it would have to be rewritten I think.
Forum: Fixing WordPress
In reply to: My Pages Aren't Showing Up When I Click On ThemThe source of the pages are empty.
Has anyone been in the template files for your theme recently and possibly deleted them by mistake? Looks like the page.php or custom template file (which ever you are using) is empty to me.
Forum: Fixing WordPress
In reply to: Image Upload ErrorsIf changing the file permissions doesn’t work, sometimes deleting the folder and making it again manually works.
If you are going to be deleting a folder that already has stuff in it that you want to keep, be sure to download the contents of the folder before you delete it π
Forum: Fixing WordPress
In reply to: Image ThumbnailsHow do you use this function?
How does it know which image to create a thumbnail of, the client basically has a collection of high resolution images (which are apparently about 100MB each) and they want them displayed as an image gallery on a page so obviously I will need to generate some thumbnails to get the file sizes down and page load time faster.
What would be the best way to go about doing this?