Praveen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How To Replace Wrong Footer ?Hello,
I have noticed that you use Headway Theme, this theme relies on Scripting for creating footer and the footer links.
Also I have noticed the theme has been customized, you will have to disable some of the customizations to troubleshoot.
Regards
Hello Steven,
The only way to troubleshoot is to disable all the plugin for sometime and reload and check, in case if that does not work then change the theme for once and check.
By the way I found something, have a look at this link http://fairuselab.net/2009/08/15/wordpress-authentication-issue/
Regards
Hello Steven,
I had a look at the link you gave, it looks normal, and its not hacked.
I feel it is a plugin or theme thing.If you can list out the plugins used, maybe I can figure out which one is the culprit.
Regards
Hello Steven,
Can you give your site URL,if you do not mind, so I can check what its?
Regards
Hello Steven,
By the description you have given, we cannot really tell your site has been hacked or not.
Meanwhile, you can reset the admin password and try logging in, the article in this link might help you:
http://codex.wordpress.org/Resetting_Your_Password
Also please go through the links below, to check whether your site has been hacked:
http://codex.wordpress.org/FAQ_My_site_was_hacked
http://ottopress.com/2011/how-to-cope-with-a-hacked-site/
Regards
Forum: Fixing WordPress
In reply to: How do i make a list of all posts on a page?Hello,
You create a page template file, and insert what Jimmy has given. And then you use that template for the particular page.
Please read this: http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Regards
Forum: Fixing WordPress
In reply to: Admin Log-in page blank after new theme installedFirst of all let me apologize for giving you the wrong link, the first link in my post should have been http://codex.wordpress.org/Changing_File_Permissions. I see that the files in your Blog subdomain are not displayed. So you will have to set right the file permissions, so please read the above link. In case you have already done so, then please ignore the steps.
In order to troubleshoot, can you please do the following:
- Do you see a readme.html file in your WordPress folder on the server.? If you do, then http://dolphinwatershealing.com/blog/readme.html should be the path for opening the file in a browser. I tried and could not see the same on my browser. This page doesnt work through wordpress, but works as a normal html file. Since this page is not displayed, I feel it is due to the incorrect file permissions
- In case the above step does not help, then read this http://codex.wordpress.org/Editing_wp-config.php#Debug. You just open the wp-config.php file in the root of WordPress and add the following
define('WP_DEBUG', true);.
This will output the errors, if any in the wordpress installation. Please not the debug option will be useful only if the right file permissions are set.
If you need any further assistance please do write back with the steps you have taken and the changes you see.
Regards.
Forum: Fixing WordPress
In reply to: Cannot access dashboardHello,
You might have changed the WordPress address (URL) in the general settings, now your WordPress installation is pointing to a different site.
Please read under “Check Your URL Options” in this link http://codex.wordpress.org/Login_Trouble and do the necessary changes.
Regards
Forum: Fixing WordPress
In reply to: Admin Log-in page blank after new theme installedHello,
I visited the links you have given, and I notice that all the pages are blank, except http://dolphinwatershealing.com/, which is your main site.
Looks like you have installed WordPress in a separate folder or subdomian called Blog.
The possible cause for issue your facing can be one of the following:
- Permissions: Most probably, after you have uploaded the files by FTP, you have not changed the file permissions as needed. You can read http://codex.wordpress.org/Editing_wp-config.php and do the changes. If the pages do have the intercessory permissions then it will not be displayed
- If the above step does not rectify the issue, then the WordPress files uploaded are incomplete.Please re-upload using a different FTP program, as some FTP Programs are know to corrupt files during uploads
If the steps above does not solve the issue, then you will have to enable WordPress error reporting feature, to check what is the cause. Please have a look at this http://codex.wordpress.org/Editing_wp-config.php Read under “Debug” part of the page and enable error reporting. Please note this has to be disabled after the issue is solved.