Please try setting the SCLogin > Login View Settings > 'Auto Focus Username' setting to No. When enabled, the focus is brought to the username textbox in the module.How can I force the page to land at the TOP of the page, without publishing the module at the top of the page?
Could you provide a specific URL where I can see the SCLogin module in action?In addition, I am having the same issue others have had where the user is not able to login...once logged out. I have tried disabling the Cache, Clearing the Cache. I have navigated away completely from my site only to return and not be able to login via the social plugin.
function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) { return; }
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=";
fjs.parentNode.insertBefore(js, fjs);
} (document, "script", "facebook-jssdk"));
window.fbAsyncInit = function () {
FB.init({
appId: "",
status: true, // Check login status.
cookie: true, // Enable cookies to allow the server to access the session.
xfbml: true // Parse XFBML.
});
FB.Event.subscribe("edge.create", function (response,elem) {
widget_id = elem.id;
if(widget_id!=undefined) {
item_id = widget_id.substr(15);
document.getElementById("fb_like_"+item_id).innerHTML = "<img src='/media/com_aworewards/images/loading.gif' />";
document.getElementById("frm"+item_id).submit();
}
//alert("You liked the URL: " + response);
});
}Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
