Hi,
I wanted the facebook connect button display in row-fluid area (where join us button is) and also look bigger so I edited frontpage.guests.php and facebook.button.php files.
frontpage.guests.php
I added <?php echo $fbHtml;?> inside row-fluid division.
facebook.button.php
I added size="xlarge" parameter to
<fb:login-button size="xlarge" onlogin="joms.connect.update();" scope="<?php echo implode($fbScope, ',')?>"><?php echo JText::_('COM_COMMUNITY_SIGN_IN_WITH_FACEBOOK');?></fb:login-button>
it works fine but I realized that it is not responsive. So I wanted to give different size for mobile.
So in frontpage.guests.php file inside the visible-phone division I wanted to call <?php echo $fbHtml2;?>
I expect fbHtml2 calls a new created facebook.button2.php file which has different size style of button.
The question;
-where the $fbHtml definition is made or how does it call the frontpage.guests.php file?
-do you have better responsive design idea ?
thanks in advance
ismail