acastlenut
Forum Replies Created
-
Hi, I had a similar problem with a client’s site. After being warned about the ithemes upgrade locking users out, they deactivated the plugin. The result of this was not being able to login. The login url in the browser changed to https://urladr. The following code was put into wp-config.php
define( ‘FORCE_SSL_LOGIN’, true );
define( ‘FORCE_SSL_ADMIN’, true );
define( ‘DISALLOW_FILE_EDIT’, true );Deleting or commenting out this code solved the problem.
Cheers
Hi, I had a similar problem with a clients site. After being warned about the upgrade locking users out, they deactivated the plugin. The result of this was the following code was put in wp-config.php
define( 'FORCE_SSL_LOGIN', true ); define( 'FORCE_SSL_ADMIN', true ); define( 'DISALLOW_FILE_EDIT', true );Deleting or commenting out this code solved the problem.
Cheers
Forum: Fixing WordPress
In reply to: Twenty ten: tooltip when hovering over comments linkGreat stuff jakry001. It solved my immediate problem of the tooltips getting in the way of reading the page titles.