Cole Geissinger
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Modal Login] Open Modal AutomaticallyI feel so bad, you have a few threads on here that I have the same response (almost). This is a do-able feature that I could probably squeeze in a closer release (probably 2.1), but I have no expected date on that at the moment as my availability is a little slim to get a good amounts of work in.
Again, if you got the skills, you’re welcome to modify the code into your own creation.
Forum: Plugins
In reply to: [WP Modal Login] User Selects PasswordHi mbenari
This might be something I’ll toss in on future versions, but it’s not on scope at the moment.
Forum: Plugins
In reply to: [WP Modal Login] Add "Terms & Conditions" checkboxThis is beyond the scope of this plugin at the moment, but if you are keen on forking the existing plugin you can do so on GitHub and make your own version 🙂 https://github.com/colegeissinger/wp-modal-login (NOTE: I just realized I didn’t push the latest version, 2.0.3, to GitHub, give it a few and that should be up there if it isn’t…)
This method is recommended rather than modifying the core plugin code incase any updates wipe out your code.
In the future I’d like to add in more “hooks” and “filters” for custom dev stuff like this that is beyond my over all scope.
Forum: Plugins
In reply to: [WP Modal Login] login not appearingThis is an issue caused by another plugin.
I see you are loading a plugin called “WooCommerce Compare Product” but this is just an extension to WooCommerce. That plugin will not work without installing and enabling the WooCommerce plugin. Make sure you install that and your issues should be fixed from what I can see via the source code.
This issue here lies on line 803 of the homepage (near the footer) where that plugin loads some WooCommerce dependent JavaScript and errors out. JS errors happens, all JS processing ends and anything defined below that error will not be processed (hence why my plugin is not working on your site and possibly others too).
Here’s the error
Uncaught ReferenceError: woocommerce_params is not definedForum: Plugins
In reply to: [WP Modal Login] login not appearingDo you have a public URL I can use to check things out further?
Forum: Plugins
In reply to: [WP Modal Login] login not appearingSounds like the JavaScript isn’t getting loaded. Can you verify your theme has wp_footer() in your themes footer.php? That function is required for this plugin to function.
Forum: Plugins
In reply to: [WP Modal Login] Hangs on "checking credentials…"Thanks Hassan,
Have you tried disabling all active plugins and tested the login feature? It’s possible a plugin in conflicting as some have found in the past with an issue similar to this.
Forum: Plugins
In reply to: [WP Modal Login] RedirectHi Josh, thanks for the suggestion. I’ll add this to the next update which I’ll be rolling out soon.
Forum: Plugins
In reply to: [WP Modal Login] Auto Refresh page after logging inI’m unable to duplicate this issue. Logging in on all of my tests the page will auto refresh on login. There may be some instances that your internet is hanging and is taking a while for refresh.
Can you provide more information such as browser & version and your OS? I’d like to replicate your setup as much as I can to test further.
Forum: Plugins
In reply to: [WP Modal Login] Hangs on "checking credentials…"Please provide the plugin version, browser & version along with OS. This sounds similar to a previous bug that was fixed in the latest release.
Forum: Plugins
In reply to: [WP Modal Login] Not working Chrome/Text Color ChangeHi Ach258. This sounds like likes issues with your themes CSS styles taking a higher precedence than the plugin. Setting the !important tag to your color declaration might do the trick (eg #form .submit .button { color:#fff !important; })
Forum: Plugins
In reply to: [WP Modal Login] Suggestion to redirect back to same page@xzuxzu the plugin is built to always return to the exact same page when the user logs in. Are you experiencing users being redirected to another location upon login?
Please provide more details as to what is happening and I’ll see what is going on here.
Forum: Plugins
In reply to: [WP Modal Login] How to forward to certain page after login?Currently right now the plugin doesn’t support for login redirects but is on the list of future releases.
Forum: Plugins
In reply to: [WP Modal Login] Auto Refresh page after logging inThe plugin should be redirecting you to the home page by default and can be overwritten in the PHP script or the widget.
What option are you using to add the login window?
Forum: Plugins
In reply to: [WP Modal Login] Adding using PHP to pagePlease try updating to the latest version v2.0.2 and see if your login issues have been corrected. If not, open a new ticket in the support forum.