Jess
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Stats on old websiteIf it is using an old, insecure version of WordPress, you may have been hacked.
If so, go through all of these resources:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://wordpress.org/support/topic/268083#post-1065779
http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
http://ottopress.com/2009/hacked-wordpress-backdoors/Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.htmlForum: Everything else WordPress
In reply to: How can I make my website faster?Contact your host. Sounds like your server is choking your site, or perhaps you’re on a bad piece of hardware.
Forum: Everything else WordPress
In reply to: Deep url forwardingYou might look at the Plugins directory for “redirects” – there are a lot of great tools out there for all sorts of purposes.
Forum: Everything else WordPress
In reply to: Web designer won't release password to the siteIt all depends on the agreement that was reached when the author hired the designer, though. Perhaps there is a stipulation in the contract that the designer retains administrative control, for whatever reason. I’ve had clients specifically tell me they don’t want access to anything on the backend, ever, for fear of creating havoc, and only want me to pass along credentials and control if they hire someone else to take care of maintenance going forward, for example.
Sounds heavy handed, but one has to pay attention to fine print…
Forum: Fixing WordPress
In reply to: Text widget overriding other sidebar widgets(Duh, I didn’t see your site address in your original post since it didn’t stick out as a link to me, sorry!!)
Forum: Fixing WordPress
In reply to: Home page wrong in IE but correct in FirefoxLooks like a widget, perhaps generated by a plugin – so check the plugin files and settings for ways to customize.
But seriously, you need to validate your code all the way through as well. Here’s why:
Forum: Fixing WordPress
In reply to: Home page wrong in IE but correct in FirefoxFirst try validating your code.
Forum: Fixing WordPress
In reply to: Text widget overriding other sidebar widgetsCode looks ok, except for your empty
<p></p>. Use CSS to create vertical white space if needed, or a break for just one line.Can you provide a link to the website itself, so that we can see the code in context?
Forum: Fixing WordPress
In reply to: 403 Forbidden errorHave you checked your wp-config.php file to make sure your passwords and settings are correct?
Have you checked your .htaccess file?
http://codex.wordpress.org/Using_Permalinks#Creating_and_editing_.28.htaccess.29
Forum: Fixing WordPress
In reply to: Cant insert image into post or featured image.Have you tried all of the 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 this page 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.
- 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: WordPress and site running super slowYour profanity is not appropriate.
But as to your issue – I would try uninstalling and reinstalling Jetpack.
Forum: Themes and Templates
In reply to: How do I add a navigation bar?There are a couple of ways you can add a navigation menu to your site.
First, look at what your theme already has. Play with the options on the Appearance_Menus_Screen.
Read through this doc for what WordPress can do with menus: WordPress_Menu_User_Guide
Or you can build a Child Theme and add your own from scratch:
Child_Themes
Navigation_MenusForum: Themes and Templates
In reply to: Static homepage title in GoogleIt’s in your header – the defined title includes that first dash.
So, check the WordPress settings to see how you entered your site title there: Settings_General_Screen
If it is correct there, then check your theme’s header.php file.
Once you’ve corrected this, it will take Google awhile to index the change, so the easiest way to see if it has taken effect is to look at your browser – the name of the site usually appears in the window title or the tab title, depending on what browser you’re using.
Try 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 this page 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.
- check the Master List to see if you’re experiencing a known issue: http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list
Forum: Everything else WordPress
In reply to: Please help to redirect my siteWithout installing WordPress? Then this isn’t a WordPress question, and you’re in the wrong forums.