Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: automatic WP upgrade failsOut of interest, what are/were the permissions on
/var/www/wordpress/. Maybe www-data doesn’t have write permission because it’s owned by your user account and there’s no group write access?Forum: Fixing WordPress
In reply to: Amateur attempt to alter footer has website disappear entirely….Upload a copy of footer.php from a fresh, unedited copy of your theme.
Forum: Fixing WordPress
In reply to: how to code always set mode 777 for folder sub(folder month) uploadsWhat you propose is like removing the front door to your house because your keys are faulty. Sure, you can now enter your house, but so can anyone else.
Have a read of this: The dangers of 777
The reason you can’t upload images is that the owner of the directory is most likely not the one under which the web server is running. So it can’t write to the uploads directory tree. You need to ascertain the group/owner permissions and set them accordingly. If you don’t know how to do that I have a small plugin on GitHub that can display all your relevant permissions/ownerships.
Forum: Fixing WordPress
In reply to: woocommerce cant turn off "site wide store notice"From your site:
<!-- Dynamic page generated in 0.617 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2014-05-06 07:56:14 --> <!-- Compression = gzip -->Clear your cache.
Forum: Fixing WordPress
In reply to: display driver problemYou’re asking in the wrong place. This forum is for self hosted WordPress web sites. Maybe try the manufacturer:
Forum: Fixing WordPress
In reply to: Site problem!!!You didn’t provide a URL. Try resaving your permalinks in Settings –> General.
Forum: Fixing WordPress
In reply to: footer menu wont showDid you assign the menu to a menu location in Appearance –> Menus –> Manage Locations
Forum: Fixing WordPress
In reply to: Make Logo ResponsiveYou can fix it by removing
float: left;on the #logo selector around line 693.Forum: Fixing WordPress
In reply to: WordPress didn't show up properly and shows only a tree menuYou have file permission errors on your site, for instance your css files aren’t readable by the web server. Have a read of this:
Forum: Fixing WordPress
In reply to: WordPress Portfolio Title LengthBased on what you’ve provided it’s difficult to answer. You need to include as much information as possible
Forum: Fixing WordPress
In reply to: Image link placementCan you provide the URL to your site?
Forum: Fixing WordPress
In reply to: Posts not showing up on blog pageMight be better to paste relevant code at somewhere like pastebin.com and then copy the link in here. That way, the conversation is kept in the forum and not taken elsewhere.
Forum: Fixing WordPress
In reply to: I have trouble viewing my updates to my site on the web.Are you running a caching plugin? If so, clear the cache.
What’s your site URL?
Forum: Fixing WordPress
In reply to: How to change wp url and logon username- Try this plugin: http://wordpress.org/plugins/rename-wp-login/
- Ordinarily, usernames can’t be changed. What you should do is create a new user, attribute all posts/pages to the new user and grant administator access to it. Then, logout and log back in as the new user and delete your original account.