clain
Forum Replies Created
-
Thanks much for your response,
I tried removing the slot ID and did a save. It then showed 0 in the slot id space.
Then I pasted the new slot ID and hit Save, again the old ID came back form nowhere.
The plugins I use are
Jetpack [cache and cdns are turned off]
All in one SEO plugin
Akismet
Google Analyticator
Google XML Sitemaps
Use Google Libraries
WP-paginateCheers..!!
ClainI am sure that I did not added a space while copying. To test this, I even typed a random number to see if that was updating. But after saving it again showed the old slot id.
I uninstalled the plugin completely and re installed it. Strangely the publisher id and ad slot id was there already when I activated the plugin after the install.
My Firefox does not store any sorts of history and do not cache anything since I have configured it that way to help with my web development profession. This rules out any possibility of browser caching.
I loved this plugin much that I was not in a mood to leave it. Finally decided to directly paste the ad-sense code in the custom script box to get it to work.
I have explained all that I did hoping it will be useful to for debugging.
Cheers..!!
ClainForum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1many thanks mate …!! I am gonna try the plugin now.
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1Actually there is a work around.
Rename your wp-login.php to say logmein.php.
Now once the login screen appears, using “Firebug” find the <form> tag and modify the action=”wp-login.php” to action=”logmein.php”.
Do the Login It works fine.
Alternatively you can edit this line on and change it to logmein.php
<form name="loginform" id="loginform" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post">But when you update the wordpress do not forget to update this as well.
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1@mike … My apologies if I am being rude..
I will take your word I am trying to rename it…
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1Mate,
If ever I could login, I can install the Plugin…!! OOPs!!
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1That’s Crazy,
I have a home based internet connection and my IP is dynamic. Everytime I connect to the internet, I get a new IP provided by the ISP.
No way it can be restricted with IP.
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1Your link did not have a solution though.
How can rename the wp-login.php and use it for login? What are the changes that need to be done for this to work.?
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1I just figured out that, My hosting provider has blocked access to wp-login.php.
Now if I rename the file wp-login.php it shows me with the login page.
But still it redirects to 127.0.0.1 as soon as I try to login or press enter button.
Forum: Fixing WordPress
In reply to: wp-login.php redirects to http://127.0.0.1The site is letgoltsmethod.com
Nope I have not activated default wordpress theme.
I tried downloading the entire site and it worked perfectly on my local host.
I cannot change the theme to default theme as the site is live.
There is no reference for localhost as well.