WPProHelp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't login?Try resetting your password. There are several methods how you can do it, i.e. via FTP, via phpMyadmin etc. You can read more here:
Forum: Fixing WordPress
In reply to: WP works but only when a filename in path is specified?Hi,
can you clear the cache of your browser and try again? From this end your website works fine.
Forum: Fixing WordPress
In reply to: no follow links in postUse the nofollow option in the tag as per the below example:
Forum: Fixing WordPress
In reply to: Blog just disappeared, now 404 error on every page and homeThe error you are getting is HTTP 404 which means file not found. It seems that some of your files might have been deleted by mistake or something.
Do you have FTP access to the website? Can you login via FTP to confirm if all files are there?
Forum: Fixing WordPress
In reply to: Can't access dashboardTry resetting the plugins folder by using FTP. More here:
Forum: Fixing WordPress
In reply to: Site Moves QuestionIf the first domain expires then the redirects will stop working, if DNS records etc are taken down from the Domain Registrar.
Forum: Fixing WordPress
In reply to: duplicated compress component in gzip questionNo it is not related to htaccess.
Can you give us your website URL so we check it out?
Forum: Installing WordPress
In reply to: Restoring old blog from MySQL backupsHi Brad,
1. Install a local copy of WordPress
2. Restore one of the database backups you have to the database WordPress is using.
3. Login to the WordPress with the restored database.
4. Use the Tools > Export to export the blog posts etc from the WordPress dashboard
5. Login to the new WordPress you are building and use the Tools > Import to import the blog posts from the old database.That should be it. Let me know if you have any further queries and good luck with the process.
Forum: Fixing WordPress
In reply to: Changing CSS on tags and commentsYou should find the CSS file (most probably called styles.css) used by your Theme.
The theme files can be found in the /wp-content/themes/.
In the CSS file search for the a:hover properties or something similar and change the colour from there.
Forum: Fixing WordPress
In reply to: duplicated compress component in gzip questionCan you please rephrase and explain in more detail what is your issue?
Forum: Fixing WordPress
In reply to: 403 Forbidden, error after updating pluginsAnd once you clean your website and make sure there is no harmful code in it, make sure you submit it for a review again to Google from the Google webmaster tool so you make sure you get all your SEO ranking back.
Forum: Fixing WordPress
In reply to: Organizing uploads option: any effect on existing uploads?What do you mean by 550 permission denied?
I mean do you get such error when you try to upload a file to the uploads directory using FTP?
If that is the case then all you need to do is give permissions to the FTP user to be able to write to that folder form the CPanel or else contact your hosting provider to configure it for you.
It is always worth to have a user that is able to upload files via FTP. Even if you don’t use it, you might never know.
Forum: Fixing WordPress
In reply to: Connection was reset – publish postsIt seems more like a PHP or mySQL related setting then. Did you try to make a backup of your website, install it locally (on Xampp or so) and see if you can reproduce the issue?
As it seems the issue might be related to the hosting provider configuration.
Forum: Fixing WordPress
In reply to: Duplicate Home PageFor the top menu in the website, are you using some kind of WordPress menu or are those some theme settings?
The first “Home” in your Website is generated automatically from the Theme. The others are dynamic configured by you, no? If that is the case, from where did you configure them? using WordPress menus or some theme configuration?
Check those out and most probably you’ll find out what the problem is.
Forum: Fixing WordPress
In reply to: How can i add Google Mail accounts using my wordpress domain?WordPress.org does not provide any hosting. Did you download WordPress or install WordPress or you’re simply using a pre-installed blog?