sami simo

Registered
I have enabled Login sidebar Box; but there is no Facebook or twitter login button in this widget, is this not implemented or something is not working on my site..?
 
I'd consider this a "bug"

Open: xb_sidebar_login.css

Find:
Code:
.LoggedOut .section.loginButton
{
   display: none;
}

Change to:

Code:
.LoggedOut .section.loginButton #SignupButton {
  display: none;
}

I hide the entire block, I'll hide just the button itself.
 
It's not working unfortunately.
I'm not sure if I have described well my issue, I was expecting something like this:

Capture.PNG
 
I see... you aren't loading the visitor panel via the framework which we use that template to load the social logins it would appear, go to: ad_sidebar_top

Code:
<div class="section socialLogins">
   <div class="secondaryContent">
     <xen:include template="xb_socialLogins" />
   </div>
</div>

Add that at the bottom of the template
 
Just as a heads up I've adjusted this for our next release, so it'll load in the sidebar login form itself instead of the other separate block (if the sidebar login is enabled)
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back