labatt
Forum Replies Created
-
BTW – I tried disabling all plugins except yours AND the theme and I still got this error.
Forget it.. I see why. I changed my site from https:// to https:// so the share counts reset. That sucks ?? but isn’t the fault of Shareaholic.
Forum: Plugins
In reply to: [OpenX Wordpress Widget] Conflict with LayerSliderForget it… it’s not with this plugin.. it’s a conflict between LayerSlider and the actual Google Ad.
Forum: Plugins
In reply to: [OpenX Wordpress Widget] Conflict with LayerSliderBTW – the result is that the slider doesn’t display. When I disable this plugin, the errors go away and the slider displays.
Forum: Plugins
In reply to: [Register Plus Redux] Login page asks for "Username" and "E-mail"And.. figured it out. Turns out it wasn’t this plugin (isn’t that always the case?)
I’m running W3 Total Cache, in addition to Register Plus Redux.
I noticed that the wp-login.php page was NOT minified, but the /login page IS minified. I disabled minification and it works. It appears as if the <script> stuff above got messed up during the minification.
Forum: Plugins
In reply to: [Register Plus Redux] Login page asks for "Username" and "E-mail"OK.. narrowed it down further. Line 1000 and forward of rpr-login.php are causing the issue…
`elseif ( !isset( $_GET[‘action’] ) ) {
if ( ‘1’ === $register_plus_redux->rpr_get_option( ‘username_is_email’ ) ) {
?>
<!–[if (lte IE 8)]>
<script type=”text/javascript”>
document.getElementById(“loginform”).childNodes[0].childNodes[0].childNodes[0].nodeValue = “<?php _e( ‘E-mail’, ‘register-plus-redux’ ); ?>”;
</script>
<![endif]–>
<!–[if (gt IE 8)|!(IE)]><!–>
<script type=”text/javascript”>
document.getElementById(“loginform”).childNodes[1].childNodes[1].childNodes[0].nodeValue = “<?php _e( ‘E-mail’, ‘register-plus-redux’ ); ?>”;
</script>
<!–<![endif]–>`It seems as if you hit the wp-login.php form directly, it executes the lte IE 8 jquery replace. If you hit it through the redirect, it executes the gt IE 8 jqeury replace. However, I’m using Chrome and the other’s that are having this issue are using Firefox.
Forum: Plugins
In reply to: [Register Plus Redux] Login page asks for "Username" and "E-mail"All the Ozh plugin does is add this rule to the .htaccess –
RewriteRule ^login/?$ /wp-login.php [QSA,L]
So that’s not the source of the problem.
Forum: Plugins
In reply to: [Register Plus Redux] Login page asks for "Username" and "E-mail"Narrowed down where the issue is, but I still can’t find it in the code.
I have the Ozh’s Simpler Login URL plugin install. This is a redirect plugin so when you go to https://url/login it shows the wp-login.php page. It’s only when you do this that it shows “Username” and “E-Mail”. If you go directly to the wp-login.php page it shows “E-Mail” and “Password”.
So the Register Plus Redux script (I think) is getting confused and thinking the page is a registration page as opposed to a login page when the redirect happens.
Once again, help?
Forum: Plugins
In reply to: [Register Plus Redux] Login page asks for "Username" and "E-mail"Any ideas? Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] One page doesn't cache correctlyActually, it’s happening across multiple pages. No rhyme or reason. I turn off page cache, no problems.