• I have activated the plugin, and configured it how I want it.. But when I refreshed my page, my js scripts were not loading correctly, so I disabled my JS minify options, and the page displayed correctly again.

    However, the login, either from the meta page, or by adding a custom link, as specified in your plugin page’s documentation, it still simply redirects me to the standard login page.

    My theme’s footer.php does include ” wp_footer(); “

    I cannot seem to find any reason that the plugin isn’t doing anything, the js is being loaded…

    <script type="text/javascript" src="https://thesouthernlibertarian.com/wp-content/plugins/simplemodal-login/js/jquery.simplemodal.js?ver=1.4.1"></script>
    <script type="text/javascript">/*<![CDATA[*//*  */
    var SimpleModalLoginL10n = {
    	shortcut: "true",
    	empty_username: "<strong>ERROR</strong>: The username field is empty.",
    	empty_password: "<strong>ERROR</strong>: The password field is empty.",
    	empty_email: "<strong>ERROR</strong>: The email field is empty.",
    	empty_all: "<strong>ERROR</strong>: All fields are required."
    };
    /*  *//*]]>*/</script>
    <script type="text/javascript" src="https://thesouthernlibertarian.com/wp-content/plugins/simplemodal-login/js/osx.js?ver=1.0.4"></script>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter SLibertarian

    (@slibertarian)

    I have disabled it, since it was causing other issues.. perhaps I will try again. I was really hoping to use this, as I love the idea, and it’s the only one of it’s kind that I can find…

    I’m having the same issue. Everything looks like it should work, but doesn’t.

    So far I have only narrowed it down to something related to the theme I’m using (HTML5 Reset, https://github.com/murtaugh/HTML5-Reset-Wordpress-Theme), it works perfectly on the TwentyTen theme.

    Looks like it was the version of jQuery loaded by the HTML5 Reset theme. It was loading v1.4.1 from the googleapis, I changed it to load 1.4.x (which loads 1.4.4 as of this posting) and it fixed the problem.

    If I have time later I may dig deeper into what part of the Simplemodal Plugin needs adjusting to compensate for using jQuery 1.4.1, but for now this fixes my problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SimpleModal Login] Is simply redirecting to the standard login page..’ is closed to new replies.