Support Forum
Good morning!
Did the ability to hide the Login button (via Components - Login and Registration) on the forum go away with 5.0? Also the Registration button? (as we will not have open registration)
Previously I could take this off the forum page and have users just use a widget to login...
One of the main reasons I ask is the inline form is giving me issues (the text boxes disappear when I enter text?)...I thought it may actually be some sort of conflict with the login widget because by clicking the "remember me" box my page jumps to the footer where there is another remember me box in the widget. I disabled the widget and the jumping is gone, but the text boxes still disappear on me when I start entering text =/
V5 is theme and template driven so many options are now a matter of editing the template.
You will need the spHead.php template. Load it up in the SP theme editor and you will find the template functions class for login, registration and the login form. They should be real easy to spot. You can just remove them or comment them out.
As always we recommend making your own theme to avoid losing customisation during a future upgrade.
YELLOW
SWORDFISH
|
My guess is this will be a CSS styling conflict with your theme (or possibly another plugin). if you know how to use Firebug or your browsers developer tools then you should be able to track it down to see what CSS is being applied.
Does it happen everywhere within the forum or just the login form?
YELLOW
SWORDFISH
|
Haha....well....yes I think....but I am also open to keeping it because it is very attractive, and if I use a full page setup the only login would be in the footer and a login towards the top would be useful as well. Glutton for punishment?
Right now I'm just seeing an inline element making the opacity 0.......not the best with investigating using firebug...having the issue at http://schools.borislow.com/forum/
Ah interesting. Something is embedding an opacity style statement into the text input control when it becomes selected - via javascript. So this is not being done through a stylesheet. It is also not being done by SP. Probably theme or plugin related. No ides what i am afraid.
Just a word of caution.... now I have looked at your source I see theme or plugin is loading jQuery and the jQuery UI from outside sources instead of using the WP versions. This may well cause some items within SP to just not work although you may be one of the lucky ones.
YELLOW
SWORDFISH
|
1 Guest(s)