Want a material design login and register page, then check out here
https://17chapters.blogspot...
It's just awesome
Saurabh Prakash () - 8 years ago - Reply 0
if we use your codes its not works properly. In your codes css and javascript files are not work. tell the solution... plz
zk saifi () - 9 years ago - Reply 0
hello .. i have query !!
I want a 2 drop downs like .. City and area.
If both of them are chosen then only this panel must appear....... if both are not selected then panel must not appear .
Please help me .
Devansh Shrivastava () - 9 years ago - Reply 0
I have a weird problem. I have this on two different test sites. On the one site, it works no problem. On the other site, either it doesn't come up, or it comes up and disappears immediately. I am using the snippet in modals.
Kate Nagel () - 9 years ago - Reply 0
Hi, the onClick function doesn't work me. Should there be a JS / jQuery script included somewhere?
Kirill Zemlyanukhin () - 9 years ago - Reply 0
Hi, I have just started using bootstrap and have tried to use this log in and sign up form. I have used a fade modal and it works for the log in form but when i try to click through to the sign up form the log in box goes but the sign up form does not load. have i left something out of this line .
joe () - 9 years ago - Reply 0
Hi Joe,
I've just been doing something similar and saw your comment. I changed my code as follows (Note that I've changed the names of the modals):
Change:
onClick="$('#loginbox').hide(); $('#signupbox').show()"
To:
onClick="$('#loginModal').modal('hide'); $('#signupModal').modal('show')"
Assuming you've changed all the panels to modals correctly this should work just fine
B.
properOrder () - 9 years ago - Reply 0
Hi properOrder, thanks for sharing, I tried to use the code as you explained but I'm seeing Sign In and Sign Up panel one after the other at the same time both are appearing on screen.
Pawan Pareek () - 7 years ago - Reply 0
When i launch in a browser, the interface looks plain, and not how it should? anyone know how to resolve this?
Ella () - 9 years ago - Reply 0
you can search the various forgot password snippets on the site
angelxmoreno () - 9 years ago - Reply 0
What I don't get it is where are all the colours of the themes? What if I want to choose "Amelia" over "Plain Bootstrap"? There isn't any color attributes in style tags.
Teuvo Jääskeläinen () - 9 years ago - Reply 0
that is a feature of bootstrap. Those themes override the existing CSS classes
angelxmoreno () - 9 years ago - Reply 0
i need a glass login and registation forms for my project so, help me
Vinod () - 9 years ago - Reply 0
Hello,
The validation part is missing in this demo.If i have customized the validation it is showing abnormal alignment.Can you please help this?
Mohanraj M () - 10 years ago - Reply 0
It is not missing, it is simply not included. This is a snippet, not a full fledge solution. You will have to code that part yourself for now.
angelxmoreno () - 9 years ago - Reply 0
change the "display:none" style from the signup to the register and remove it from signup.
take a look at http://bootsnipp.com/user/s...
angelxmoreno () - 9 years ago - Reply 0
What everyone wants to know, is where is the CSS file with all of the styles? Well if you actually read the html you would know. The author of this code put his styles in a style tag, not in a separate CSS file. The styles are all there people, just look through the code!
Matt () - 10 years ago - Reply 0
This site is called BootSnipp. It is where you can find snippets of html/css/js code for your Bootstrap projects. Bootstrap is a requirement for all snippets on this site. Install Bootstrap. That is where the CSS lives.
angelxmoreno () - 9 years ago - Reply 0
adding to the initial question....any CSS for this snippet?!? Looks great on this site, but where's the CSS code? Is it just using Bootstrap CSS?
peachysuz () - 10 years ago - Reply 0
You just need Bootstap CSS that you can download at http://getbootstrap.com
maxsurguy () - 10 years ago - Reply 0
Where to get the CSS for it. When i try to run it, its doesn't show the css content. What link should I put in the css href
Sagar () - 10 years ago - Reply 0
You just need Bootstap CSS that you can download at http://getbootstrap.com. Please get it there.
maxsurguy () - 10 years ago - Reply 0
Hello, it may be that Kaspersky Internet Security blocks access to my php code containing this snippet? I tried with others and do not give me problems.
Destino () - 10 years ago - Reply 0
Good. Guess not been well explained. Fails with this code snippet, and obviously I put the comment here. Just that I have it in a php file and I run php code there. The fact is that with this code login code antivirus does not let see the page.
Destino () - 10 years ago - Reply 0
dude, you are VERY confused. This has nothing to do with PHP what-so-ever.
angelxmoreno () - 9 years ago - Reply 0
that's so weird because there's nothing security related in the code snippet itself, maybe your antivirus doesn't allow displaying any localhost PHP pages? In that case you have to disable the antivirus for localhost domain.
maxsurguy () - 10 years ago - Reply 0