[Plugin: SimpleModal Login] Is simply redirecting to the standard login page..
-
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)
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.