Thanks, Let me know how to make those login buttons with simple image not full texts. I just want to remove those full text coming to it
Signin with facebook
signin with google
signin with linkedin
Thanks, Let me know how to make those login buttons with simple image not full texts. I just want to remove those full text coming to it
Signin with facebook
signin with google
signin with linkedin
rich-hi-rich
Hi
Open /components\com_community\templates\templates\jomsocial\layouts\facebook.button.php file
Find this code and remove
<?php echo JText::_('COM_COMMUNITY_SIGN_IN_WITH_FACEBOOK') ?>
In the same way open Google.button, linkedin.button file to customize the login buttons.
thanks for information
I did that but google and linkedin buttons is half shown.
rich-hi-rich
Add this code at the end of template.css file and adjust the style as per needs
.btn-sign-with-linkedin,.btn-sign-with-google {padding:10px;}
Ninja thanks, this needs to be kept in jomsocial template.css or joomla template?
Ninja My subscription will end soon , will i get this fix if ends also
rich-hi-rich
Hi
I raised the issue to development team and i will update you once it fixed. In case your subscription end you can contact me pankaj@joomlart.com i will share the fix file for this bug.
Ninja i applied to joomla template.css protostar but it didnot worked.
Hi rich-hi-rich
There is no code found in template.css
if you add it it will work http://prntscr.com/whekbb
Do not forget to clear Joomla site cache after apply changes.
Hello, how are you? I am also having this problem, I was able to configure twitter to log in to the home page, but it is not working for the "my twitter updates" plugin with the same keys. My subscription will also expire in a few days, I would like to know what to do.Ninja
arthurreis
Kindly open a new thread for plugin issue as this topic is for registration and submit complete details for staff.
Ninja i am doing it multiple times to clear cache sometimes it appears and sometimes it fails
rich-hi-rich any timelines when I can get this fix.
rich-hi-rich am doing it multiple times to clear cache sometimes it appears and sometimes it fails
Hi
Its showing normal on your site http://prntscr.com/xyalm7
Any steps to replicate the style issue?
Ninja No idea how it is coming like this to you. I am facing issue whenever i open using mobile and desktops
rich-hi-rich
Hi
Change the code with
.btn-sign-with-linkedin,.btn-sign-with-google {padding:10px!important;}
it will force the style to use the padding.
rich-hi-rich
Hi,
We've updated the twitter login. Please use this joms package.
https://drive.google.com/file/d/1AfGd56y0oyWsS6DN-0pApn0vK9kbN0Xf/view?usp=sharing
After installing the package, you need to update your callback url at Authentication settings on your Twitter App. To get new Callback Url, please open link
administrator/index.php?option=com_community&view=configuration&cfgSection=integrations
At twitter app
Thanks