Jess
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit page linkI meant to your website. If you’re logged in, the edit buttons should appear. Otherwise, go to yoururl/wp-admin and see if you can get to the Dashboard to edit things from there.
Forum: Fixing WordPress
In reply to: Can't open my website or wordpress“Unless you’re having 100% without any doubts or variation, the exact same problem, do not post in someone else’s thread. Start your own topic.”
Forum: Fixing WordPress
In reply to: Edit page linkAre you logged in?
Forum: Fixing WordPress
In reply to: Help How can I switch off comments on old posts?There are many plugins to choose from that will help you do this:
http://wordpress.org/extend/plugins/search.php?q=Close+comments
Forum: Fixing WordPress
In reply to: Can't open my website or wordpressSounds like a plugin causing trouble. But you need to run through all of the standard WordPress troubleshooting steps to isolate your problem:
- flush any caching plugins you might be running, as well as server and/or browser caches.
- deactivate 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). Sometimes, an apparently inactive plugin can still cause problems.
- If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read http://bit.ly/UhpkLl if you need help).
- switch to the Twenty Eleven theme to rule out any theme-specific problems.
- If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentyeleven. That will force your site to use it.
- manual upgrade. When all else fails, download a fresh copy of the latest.zip file of 3.5 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first: http://bit.ly/RbU5qG
- check the Master List to see if you’re experiencing a known issue: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
Forum: Fixing WordPress
In reply to: Image Uploads FailTry checking the error logs on your server – this sounds like it may be a permissions issue writing to the server, or the database. These logs have to be accessed through your host.
Forum: Fixing WordPress
In reply to: partial admin rights (author)Review the information here:
Forum: Fixing WordPress
In reply to: New page redirects to home pageOkay, then you need to go through the basic WordPress troubleshooting steps:
- flush any caching plugins you might be running, as well as server and/or browser caches.
- deactivate 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). Sometimes, an apparently inactive plugin can still cause problems.
- If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read http://bit.ly/UhpkLl if you need help).
- switch to the Twenty Eleven theme to rule out any theme-specific problems.
- If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentyeleven. That will force your site to use it.
- manual upgrade. When all else fails, download a fresh copy of the latest.zip file of 3.5 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first: http://bit.ly/RbU5qG
- check the Master List to see if you’re experiencing a known issue: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
Forum: Fixing WordPress
In reply to: Bullet points, images and bordersAll of this depends on your CSS. Use Firebug in Firefox, Chrome development tools, or something similar to look at your code in the browser, and then you can determine what CSS you need to edit (in the child theme CSS file) to get the look you want.
Forum: Fixing WordPress
In reply to: Content lost after changing Admin. Server Error 404 File not foundYou will have to restore your database to retrieve the content.
Forum: Fixing WordPress
In reply to: how to crop image when upload by selection areaYou can crop images in WordPress.
If the image is already in your Media Library, hover over it in the table view and select “edit.” Then select “Edit Image” and you will be taken to a pane where you can crop, rotate, scale, etc.
If you need to upload the image, choose Media>Add New, then drag and drop. Once your file is uploaded, click “Edit Image.”
There are also tons of plugins:
Forum: Fixing WordPress
In reply to: a fatal error occurred when I try to move my blogTry these steps first:
- flush any caching plugins you might be running, as well as server and/or browser caches.
- deactivate 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). Sometimes, an apparently inactive plugin can still cause problems.
- If you can’t get into your admin dashboard, try resetting the plugins folder by FTP or PhpMyAdmin (read http://bit.ly/UhpkLl if you need help).
- switch to the Twenty Eleven theme to rule out any theme-specific problems.
- If you can’t log in to change themes, you can remove the theme folders via FTP so the only one is twentyeleven. That will force your site to use it.
- manual upgrade. When all else fails, download a fresh copy of the latest.zip file of 3.5 (top right on this page) to your computer, and use that to copy up. You may need to delete the wp-admin and wp-includes folders on your server. Read the Manual Update directions first: http://bit.ly/RbU5qG
- check the Master List to see if you’re experiencing a known issue: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
Also, this thread might help you:
http://wordpress.org/support/topic/wordpress-update-crashed-now-blog-is-broken?replies=7
Forum: Fixing WordPress
In reply to: a fatal error occurred when I try to move my blogAck, sorry, my html broke the page. Correct comment is below this one.
Forum: Fixing WordPress
In reply to: More than one post appearing on "Static post" home pageThis is a duplicate post – stick to the thread in the theme’s support forum:
http://wordpress.org/support/topic/cant-limit-static-post-to-1-postother-posts-showing-up?replies=1
Forum: Fixing WordPress
In reply to: New page redirects to home pageTry removing the shortcode, just to see if that is what is causing the redirect.
If it is, then you will need to contact the developer of the software you’re trying to use for help.