Support Forum
Hello,
Has anyone else experience this error? I have attached a picture to demonstrate the problem. Basically, there are the two "dormant" remember me buttons. Nothing happens when you click on either one. This error occurs on all major browsers. Is it possible to reduce this to one button and just make it work? Thanks
This will happen if there are two controls with the same ID on the page. So - I am guessing you probably have a sidebar widget or form with the login fields and a second 'remember me' control. The only solution is to get rid of one of them I am afraid. Either the sidebar login or the forum login! They both do the same job of course except that the forum login form is only visible on the forum page.
YELLOW
SWORDFISH
|
Yellow Swordfish said
This will happen if there are two controls with the same ID on the page. So - I am guessing you probably have a sidebar widget or form with the login fields and a second 'remember me' control. The only solution is to get rid of one of them I am afraid. Either the sidebar login or the forum login! They both do the same job of course except that the forum login form is only visible on the forum page.
Is there a way to simply remove or hide the 'remember me' function ?
you could remove them with jquery... but it might just be easier to hide the forum one with css (cant tell you how to hide the other without seeing the css...
to hide ours, add this to your theme:
#spLoginForm #rememberme + label.list {display:none;}
Visit Cruise Talk Central and Mr Papa's World
I'm not very good with this.
1. Firstly, will this hide the entire login function on the forum, or just the "remember me" part? I only want to hide the "remember me" part.
2. Where exactly do I put this? I went to Theme Editor and I am using the CSS Only theme. I pasted it at the bottom and nothing changed. More detail please!
Thank you
yes, it will hide the remember me part only... on the forum inline login form...
I just tried it again and it works fine... after making the change, be sure to clear your browser cache...
Visit Cruise Talk Central and Mr Papa's World
you edit YOUR SP theme... not ours... you should have created your own SP theme prior to making any changes...
see: http://codex.simple-press.com/.....g-a-theme/
then in YOUR sp theme, edit the css-only.css file and at the ened of the file, add:
#spLoginForm #rememberme + label.list {display:none;}
it does work - just tried it again..
Visit Cruise Talk Central and Mr Papa's World
sure.... might not be tonight, but tomorrow...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)