facebook connect button does not work

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Oct 20, 2013 10:59 am
hi

i have your product https://www.gavick.com/joomla-templates/news,109.html for joomla
but here http://mydigitalpress.it/you/login-form.html " facebook connect button " does not work

in Plug-in Manager: Plug-ins
i change Facebook API app ID and Facebook API secret in Authentication - Facebook
but no result

can you help me pls?
thanks lucia
User avatar
Fresh Boarder

teitbite
Sun Oct 20, 2013 3:14 pm
Hi

Please update template to the latest version. There were some changes in facebook API code recently. I think a fix for this has been released already.
User avatar
Moderator

GK User
Tue Oct 22, 2013 1:48 pm
ok :)
User avatar
Fresh Boarder

GK User
Tue Oct 22, 2013 7:48 pm
i had update the template but "fb connect" does not work
see http://mydigitalpress.it/component/users/?view=login pls

have you oth solution for me?

thanks lucia
User avatar
Fresh Boarder

GK User
Tue Oct 22, 2013 7:50 pm
pls note that
GavickPro Facebook authentication plugin is on
and the Facebook API app ID and Facebook API secret are ok for fb
User avatar
Fresh Boarder

teitbite
Thu Oct 24, 2013 9:40 pm
Hi

Try this solution maybe:

edit file: /html/com_users/login/default_login.php

find a line:

Code: Select all
<form action="<?php echo JRoute::_('index.php?option=com_users&task=user.login'); ?>" method="post">


and replace it with:

Code: Select all
<form action="<?php echo JRoute::_('index.php?option=com_users&task=user.login'); ?>" method="post" id="com-login-form">
User avatar
Moderator


cron