If user populates wrong user or password, login error notice is not displayed.
You can check it in https://motmo.pro
]]>Hi,
Plugin is generating tons of PHP Notices with this message:
[25-Feb-2021 20:25:03 UTC] PHP Notice: Undefined index: HTTP_REFERER in /davidolier.com/wp-content/plugins/wpstudio-login-modal-box/inc/glmb-frontend.php on line 40
Any possible fix on that?
Thank you and regards,
David
]]>Hi,
I’m trying to use in a site with WPML , but when I use a diferent language than the default one, the modal doesn’t redirect, it redirects to the mail /login wordpress page to enter credentials again. Once I put there, it doesn’t redirect to the home page, istead it redirects to the wordpress admin panel
please let me know
thanks
best
I love this plugin, but it would be great if it showed a button for the user to create an account.
Would it be possible to add it?
Thank you!
]]>This plugin doesn`t work and I don’t find version 1.5
]]>When I enter https://www.somepagename.com/#login in the address bar in a browser, it works and modal window appears.
But when I do the same with a shortcode or a link to https://www.somepagename.com/#login it works only in “Customize” mode (after clicking “Customize” in the top left corner of the page while logged in as admin).
When I save and quit “customize” mode, the button/link doesn’t work, meaning I click but modal box is not open.
Any ideas what this could be?
]]>Hi, I’m writing to you because I’ve been with a problem for a long time that seems to be not widespread.
The page configuration box after accessing it is blank, what I would expect is that in this way, the user when accessing remains on the same page, but I do not know why he redirects it to another. Currently to the page of my woocommerce account.
I thought that with this last update the problem would be solved, but no. In fact I tried to uninstall it and reinstall it, but it is not solved either. In fact, I’ve noticed that even if I uninstall it, when I reinstall it, it keeps the previous configuration.
Could you give me some way to solve this?
Thank you very much in advance,
]]>The plugin doesn’t work with Genesis 3.0. The modal box does not appear at all, and the setting page is not there anymore.
]]>Hi team,
I have an issue with the plugin.
When a user enters an incorrect username/password, the message “Login failed: You have entered an incorrect Username or Password, please try again.” doesn’t display in modal box.
You can try it at https://carlazaplana.com.
Can you help me?
Thanks
Jordi
Hi Frank,
Amazing plugin yours, I use it in every single site I manage and develop :). The problem I’m having is in a site using Studio Pro version 2.2.2. Since the last child theme update login link from menu is not working (modal box is not displayed).
My menu contains the same rule that was in place before the update (a link to #login), but now straight click does not open the modal box, nor update the URL (so if I am in /blog/, after click it remains /blog/ and not /blog/#login). I have to right-click the menu item and open it into another tab to work.
Besides that, I have tested the menu with another anchor link and it works fine, so the problem is in some of the rule used by your plugin combined with Studio Pro theme.
FYI: I have created an item menu called “test” for you to see what I am talking about.
From the theme support they say they cannot do a thing because this is a third’s party plugin, so I come to you looking for help. Any clue on how to make it work again?
Thank you again and best regards,
David
]]>I have this mistake in the modal windows:
“Notice: Undefined index: HTTP_REFERER in …\wpstudio-login-modal-box\inc\glmb-frontend.php on line 35”
when i call to this plugin by sort code from php.
please, could you help me?
I have the Genesis login modal box v: 1.2.2
& Genesis v: 2.6.0
Any possibility to add content with hooks? For example, after log in button.
]]>Hi there!
Thanks for your work! it’s a plugin that I use for several sites. But I can’t translate into Spanish.
Could you make the plugin translatable?
Thanks million for your time!
]]>In what file and line should I put:
echo '<a href="' . wp_lostpassword_url() . '">Lost password?</a>';
To display a lost password link? Thank you so much.
]]>Hi dear developer!!
I was trying your great plugin with one page and works fine. But If i use this in a multisite website i can not save several rules or redirections for different websites and doesn’t work fine the button “Login” y must to visit another page that not can be the homepage to appear the modal box.
Here you can see my websites in 4.8 WordPress.
Thanks in advance for your help!! ??
]]>Hello,
Your plugin is compatible with wordpress 4.8 ?
1) Your plugin is compatible with the avada model.
2) Your plugin is compatible with the plugins here.
Ultimate Membership Pro Hide My WordPress PRO Formulaire de souscription à la newsletter Pro Helpdesk Premium Knowledge Base for Documents and FAQs
Thank you
]]>Can this be modified to a generic popup form that shows some content?
]]>When the user clicks the login link is redirected to the first post listed in the page.
For instance if you are in the main page the user is redirected to the first post listed in the page, and then the pop-up appears.
In pages with no posts this is not happening, but the page is reloaded before launching the pop-up. Annoying, isn’t it?
]]>I have a problem with Modal Box. When my clients click on the drawer to log in they are sent to facebook.
Please reply to [email protected]
Thank you!
]]>Hello guys!
Thank you for you plugin, is great, but I could not login.
It always gives me an error of wrong credentials, I tried many times even creating different users:
This is the plugin configuration:
Could you advise us?
Thank you very much in advance
]]>Hi Frank!
Google announced today that it will begin penalizing pages with intrusive interstitials and layered content: https://webmasters.googleblog.com/2016/08/helping-users-easily-access-content-on.html
Theoretically that shouldn’t affect this plugin, since they say “Login dialogs on sites where content is not publicly indexable. For example, this would include private content such as email or unindexable content that is behind a paywall.”
But I thought this could interest you, just in case you have to modify some code, or something ??
Thanks again for everything, and props for that great Seasons PRO theme, i love it!!
Best,
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>Hi there!
Great little plugin, pretty slick, kudos to you, Frank! ??
Just a tiny thing: If the login fails, it redirects to wp-login.php. How could we change that, so the user can try again without going there?
Best!
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>Hello Frank,
Thanks for the plugin, I am a first time user and playing with it a little bit ??
I wanted to add a suggestion:
it would be nice to add a filter inglmb-frontend.php
lines 74 and 75:
$logout = '<li class="menu-item logout"><a href="'.wp_logout_url( home_url() ).'" title="Logout">Log out</a></li>';
$login = '<li class="menu-item login"><a href="' . get_the_permalink() . '/#login" title="Login">Log in</a></li>';
if(has_filter('wpstudio_add_logout_filter')) {
$logout = apply_filters('wpstudio_add_logout_filter', $logout);
}
if(has_filter('wpstudio_add_login_filter')) {
$login = apply_filters('wpstudio_add_login_filter', $login);
}
So that we can customize classes for example in our theme functions.php
function wpstudio_add_logout_classes($logout) {
$extra_classes = 'right';
$logout = '<li class="menu-item logout '.$extra_classes.'"><a href="'.wp_logout_url( home_url() ).'" title="Logout">Log out</a></li>';
return $logout;
}
add_filter('wpstudio_add_logout_filter', 'wpstudio_add_logout_classes');
What do you think? To messy?
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>There is not a lost password link in the login form.
Is there a way to add it?
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>Hi, I love how this works! But, I am playing around with WP Hide & Security Enhancer and renamed the default wp-login.php. Ofcourse, now I get a 404 when trying to login. I looked through your files, and I’m trying to figure out where I would need to change it out to direct to the new login file. Thanks for any help you can provide.
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>Sweet plugin, I was wondering if the plugin works on multisite/network sites?
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>Hello Frank, first of all I would like to say thank you for a great plugin!
I’m using a custom menu in the header right area (parallax pro) as my navigation and I was wondering if there is any way to insert the login link in the header right area?
The problem is I can’t figure out how to make the plugin function properly. If I insert the shortcode in a text widget the login still shows after logging in and does not change to log out.
Would appreciate any advice you could give me.
Cheers,
Jaime
https://www.ads-software.com/plugins/wpstudio-login-modal-box/
]]>*RESOLVED* please disregard
]]>