truonglv
Well-known member
And the domain?
Domain.com or Domain.com/community - and does the www. matter?
Does your forum using WWW or not? If not so don't need.
And the domain?
Domain.com or Domain.com/community - and does the www. matter?
Are you sure? just tested on your forum and successfully
I'm on a Mobil Phone and it doesn't appear for me, not home on desktop. Shouldn't it appear on mobile?Are you sure? just tested on your forum and successfully![]()
I'm on a Mobil Phone and it doesn't appear for me, not home on desktop. Shouldn't it appear on mobile?
I will check it tomorrow.You mean the icon? Could you look up in Template Modification List. My template was applied?
I just checked, there is no icon what so ever on desktop either @Nobita.Kun .Are you sure? just tested on your forum and successfully![]()
I just checked, there is no icon what so ever on desktop either @Nobita.Kun .
You mean the icon? Could you look up in Template Modification List. My template was applied?
I didn't think you needed it checked being you said it was functioning properly. but here are the templates.
View attachment 99844
Thats strange - now it works...It appear on your site:
Thats strange - now it works...
However, it doesn't appear here - http://sphynxlair.com/community/login/
View attachment 99850
Can you?Seem this place. I did not add this. :/
Can you?![]()
<xen:require css="cta_login.css" />
<xen:if is="{$xenOptions.facebookAppId}">
<xen:require css="facebook.css" />
<div class="ctaLoginFacebook">
<a href="{xen:link register/facebook, '', 'reg=1'}" class="fbLogin"><span>{xen:phrase login_with_facebook}</span></a>
</div>
</xen:if>
<xen:if is="{$xenOptions.twitterAppKey}">
<xen:require css="twitter.css" />
<div class="ctaLoginTwitter">
<a href="{xen:link register/twitter, '', 'reg=1'}" class="twitterLogin"><span>{xen:phrase login_with_twitter}</span></a>
</div>
</xen:if>
<xen:if is="{$xenOptions.googleClientId}">
<xen:require css="google.css" />
<div class="ctaLoginGoogle">
<span class="googleLogin GoogleLogin JsOnly" data-client-id="{$xenOptions.googleClientId}" data-redirect-url="{xen:link register/google, '', 'code=__CODE__', 'csrf={$session.sessionCsrf}'}"><span>{xen:phrase login_with_google}</span></span>
</div>
</xen:if>
<xen:if is="{$xenOptions.instagramClientId}">
<xen:require css="instagram.css" />
<div class="ctaLoginTwitter">
<a href="{xen:link register/instagram, '', 'reg=1'}" class="instagramLogin"><span>{xen:phrase instagram_login_with_instagram}</span></a>
</div>
</xen:if>
That didn't work, I guess also you meant the cat login template.@tommydamic68
Put this code above the line: <xen:if is="{$xenOptions.twitterAppKey}">
Code:<xen:if is="{$xenOptions.instagramClientId}"> <xen:require css="instagram.css" /> <div class="ctaLoginTwitter"> <a href="{xen:link register/instagram, '', 'reg=1'}" class="instagramLogin"><span>{xen:phrase instagram_login_with_instagram}</span></a> </div> </xen:if>
<xen:require css="cta_login.css" />
<xen:if is="{$xenOptions.facebookAppId}">
<xen:require css="facebook.css" />
<div class="ctaLoginFacebook">
<a href="{xen:link register/facebook, '', 'reg=1'}" class="fbLogin"><span>{xen:phrase login_with_facebook}</span></a>
</div>
</xen:if>
<xen:if is="{$xenOptions.instagramClientId}">
<xen:require css="instagram.css" />
<div class="ctaLoginTwitter">
<a href="{xen:link register/instagram, '', 'reg=1'}" class="instagramLogin"><span>{xen:phrase instagram_login_with_instagram}</span></a>
</div>
</xen:if>
<xen:if is="{$xenOptions.twitterAppKey}">
<xen:require css="twitter.css" />
<div class="ctaLoginTwitter">
<a href="{xen:link register/twitter, '', 'reg=1'}" class="twitterLogin"><span>{xen:phrase login_with_twitter}</span></a>
</div>
</xen:if>
<xen:if is="{$xenOptions.googleClientId}">
<xen:require css="google.css" />
<div class="ctaLoginGoogle">
<span class="googleLogin GoogleLogin JsOnly" data-client-id="{$xenOptions.googleClientId}" data-redirect-url="{xen:link register/google, '', 'code=__CODE__', 'csrf={$session.sessionCsrf}'}"><span>{xen:phrase login_with_google}</span></span>
</div>
</xen:if>
We use essential cookies to make this site work, and optional cookies to enhance your experience.