Hello, thank you for this modification. Great idea and it is exactly what I was looking for.
After applying the modifications to the templates, this is what I get. I'm running XenForo 1.2, maybe that's why:
Any suggestions?
Can you post the URL?
Hello, thank you for this modification. Great idea and it is exactly what I was looking for.
After applying the modifications to the templates, this is what I get. I'm running XenForo 1.2, maybe that's why:
Any suggestions?
Additionally, in XenForo 1.2 this overlay is no longer opaque. You can fix this with some CSS styling by editing this template:
Admin CP -> Appearance -> Templates -> EXTRA.css
Add this code:
Code:.xenOverlay #pageLogin { background-color: #333333; color: #ffffff; padding: 20px; border-radius: 20px; }
for me it did , since i'm not a tech geek , i find it easy and more simpleDoes this increase new member signups? I'm curious if anyone has stats on this and what the response has been? Is there an advantage?
that is why i used it from the first placeattention being at eye level and middle of screen
Additionally, in XenForo 1.2 this overlay is no longer opaque. You can fix this with some CSS styling by editing this template:
Admin CP -> Appearance -> Templates -> EXTRA.css
Add this code:
Code:.xenOverlay #pageLogin { background-color: #333333; color: #ffffff; padding: 20px; border-radius: 20px; }
.xenOverlay #pageLogin
{
background: rgba(0, 0, 0, 0.75);
color: #ffffff;
padding: 20px;
border: 20px solid rgba(0, 0, 0, 0.25);
border-radius: 20px;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
can you put picture for the resultJake, this doesn't look like the overlay we are used to know. Transparency and box shadow effects are missing. This is better:
Code:.xenOverlay #pageLogin { background: rgba(0, 0, 0, 0.75); color: #ffffff; padding: 20px; border: 20px solid rgba(0, 0, 0, 0.25); border-radius: 20px; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5); }
Click at "Contact Us" on your forum.can you put picture for the result
How the heck does this thing work?![]()
I noticed this as well. A missing formOverlay class results in white text boxes instead of the black/blue ones. You need to fix this with CSS:Jake this isn't working with 1.2 as Julian posted, same results for me also.
The loginBar function changed it seems in 1.2 from previous version in xenforo.js, its not triggering the formOverlay class for the styling.
.xenOverlay .formOverlay .textCtrl, .xenOverlay #pageLogin .textCtrl
{
@property "formOverlayTextCtrl";
color: @primaryLightest;
background-color: black;
border-color: @primaryLighter;
@property "/formOverlayTextCtrl";
}
.xenOverlay .formOverlay .textCtrl:focus,
.xenOverlay .formOverlay .textCtrl.Focus, .xenOverlay #pageLogin .textCtrl:focus
{
@property "formOverlayTextCtrlFocus";
background: @primaryDarker none;
@property "/formOverlayTextCtrlFocus";
}
That's what I ended up doing with some template edits, by linking the words "Register" and "Log In" to the following URLs:
/index.php?register
/login
We use essential cookies to make this site work, and optional cookies to enhance your experience.