Jomsocial facebook button in Login popup

GK User
Mon Nov 23, 2015 8:43 am
Dear Team,
How can I show the jomsocial facebook login button in gavick login popup?
I can't use jomsocial facebook login button and gavick facebook login button at the same time,
Best,

Rob
User avatar
Expert Boarder

teitbite
Wed Nov 25, 2015 7:38 pm
Hi

"Gavick facebook login button" is attached to a login module, so simply publish joomsocial login module in it's place should solve the problem.
User avatar
Moderator

GK User
Thu Nov 26, 2015 2:40 pm
Dear Teitbite,
thank you. It' is showing in pop but not in the login page, How can i show the social buttons also on the login page?
I added a couple of screenshot to be more detailed on what I mean,
Best,
Rob
User avatar
Expert Boarder

teitbite
Sat Nov 28, 2015 5:35 pm
Hi

It's a regular joomla login page. If You need to use Joomsocial login page You need to select this type of page for Login. I believe it can be done next to Login page in menu item settings.
User avatar
Moderator

GK User
Mon Nov 30, 2015 8:08 pm
Hi teitbite,
Thanks I solved it. What I can't undertand is, How can I force that the login will open always as popup?
As you can see from my screenshot sometimes whene clicking on login happen that I get that page, but I need always the popup. Is your login popup module working also on all mobile platforms?
Best,
Rob
User avatar
Expert Boarder

teitbite
Tue Dec 01, 2015 9:40 am
Hi

Popup is triggered with a javascrip, but if there is something in the way of this script, like a conflicting extension than a page is oppened to maintain functionality. To determine what is the problem exactly I would need to see Your site and see if there is no errors in console.
User avatar
Moderator

GK User
Tue Dec 01, 2015 10:04 am
Dear Teitbite,
I send to you a PM with the link to my development site and other details,
Best,
Baggio
User avatar
Expert Boarder

teitbite
Tue Dec 01, 2015 3:04 pm
I found that many the time the issue happens when the page is not fully loaded.
Please try to go to "roma" and press instantly "il mio account", you won't see the popup, instead you'll be redirect to the page. Then, if you try do the the same, but waiting that the page will be fully loaded you probably will see the popup instead the page


In this case there is not much I can do. If someone will click it fast than the script which supposed to be loading popup may not be ready yet. All that can be done is to speed the load of the site with some extra cache solution from a server or 3rd party extension. I'm using jotCache, but I'm not sure how it will work with JomSocial.
User avatar
Moderator

GK User
Tue Dec 01, 2015 5:59 pm
Dear Teitbite,
ok, but the only my problem in all this mess is that I use the jomsocial registration and I don't want show up joomla default registration, as you can see in the right side of the screenshot. How can I remove this right part?
Otherwise something else I can do is the following:
Change the login menu item in a menu alias associated to the homepage, so if the user click when the page is not loaded he will be redirected to the homepage where he can easily login/register trought jomsocial module. What do you think? Some other suggestions?
Best,
Baggio
User avatar
Expert Boarder

teitbite
Wed Dec 02, 2015 3:25 pm
Hi

If You mean to hide register form use this code in css:

Code: Select all
.login_register_col + .login_register_col {
    display: none;
}


Or edit (remove) file /html/com_users/login/default_login.php
User avatar
Moderator


cron