Can we use this modal with with navbar-fixed-top ??????
not working within this <nav class="navbar navbar-inverse navbar-fixed-top">
Veenit Kumar () - 8 years ago - Reply -1
Can anybody helps me?,, i use this login but it doesnt works with my MySQL database.
i dont know how to work with JS. So if anybody can help me, i will be really thankful.
Kerem () - 8 years ago - Reply 0
how can i add post method i add php file but i am not able to save it in my database
Utkarsh Jaiswal () - 8 years ago - Reply 0
hello sir when i copy css code html code and jcs file login form proper work but registre form can not open
Amarkant semwal () - 8 years ago - Reply 0
hello Everyone!
it looks very well but i have a problem.. if i open the modal login, i cant click on the modal or use it. if i click on the modal or anywhere it will close the modal.. it looks like the modal is in the background.
does anyone understand my problem? :)
thx for help
Jey Doub () - 8 years ago - Reply 0
using <nav class="navbar navbar-inverse navbar-fixed-top"> ??????//
Veenit Kumar () - 8 years ago - Reply 0
I'm facing the same problem. I added it into a navbar class. Please Veenit Kumar, is that the source of problem ?
Boom_ Jack () - 7 years ago - Reply 0
Working well with the latest Version of Umbraco CMS (7.5).
I get no errors and its all opening like its supposed to.
Aaron Reitz () - 8 years ago - Reply 0
Anyone can help me? this snippet is not working... I think it is my mistake. If anyone please contact me
Thank you
Mayura Lakshitha Hettiarachchi () - 8 years ago - Reply 0
Hi, again
i use a "login" and a "register" button on my page-menu... how to make "register-form" immediately shown on click on "register-botton"?
vipfafen () - 9 years ago - Reply 0
should i splitt the code? separate file for the login window? at the moment i have one html file for the whole stuff (540 lines of html)
vipfafen () - 9 years ago - Reply 0
Hi everyone,
The snippet is very good.
But i am having a problem, the login form is opening. but, when i click on the REGISTER or FORGOT PASSWORD button on the login form, they are not working.
Someone Please help me with this, as i am stuck at this point.
i am using this snippet in my layout page, so that it is available on all the pages.
i tried testing the code with a debugger, but as far as i know, on click of the register and forgot password button, the JS code is not being read.
additional info- i am using .net 4.0 framework (Visual Studios, MVC 4) and my view is Razor.
Akshat Tripathi () - 9 years ago - Reply 0
use bootstrap 3 css and bootstrap 4 script and and in the body tag add <script> and paste the script from here then it will work fine
Utkarsh Jaiswal () - 8 years ago - Reply 0
Thanks for the reply, but it's ridiculous to give an incomplete answer, an example syntax would have helped, or just don't answer at all.
Hayder Aero () - 7 years ago - Reply 0
use bootstrap 3 css and bootstrap 4 script and and in the body tag add <script> and paste the script from here then it will work fine
Utkarsh Jaiswal () - 8 years ago - Reply 0
Hi
Very nice snippet. Thanks a lot.
I modified your modalAnimate function to focus on the first input field which I think is good UX.:
$newForm.fadeToggle($modalAnimateTime, function(){
$("input",$newForm).first().focus();
});
You can also ensure the first input has focus on initial load by adding this:
$('.modal').on('shown.bs.modal', function() {
$(".modal input").first().focus();
})
But a great snippet - thanks for sharing it.
Rick Jordan () - 9 years ago - Reply 0
how can i make this work? purely for testing
} else {
msgChange($('#div-lost-msg'), $('#icon-lost-msg'), $('#text-lost-msg'), "success", "glyphicon-ok", "Send OK") ;
window.location="dashboard.php";
So after an OK i will go to dashboard.php?
Winston With () - 9 years ago - Reply 0
Line 21 in the Javascript file... $("form").submit(function () {
Replace "form" with your form element.
Adrian () - 9 years ago - Reply 0
Thank god it didn't poop ! But more seriously ... did you link your page to the js file ? Add something like : <script src="js/modal.js" type="text/javascript"></script> to the page
Gabriel B. Miller () - 9 years ago - Reply 0