By TKABE on Thursday, 24 March 2016
Posted in Technical Issues
Replies 3
Likes 0
Views 666
Votes 0
Hi,

A minor improvement required.

The text font and size for the "add as friend" button in the button group shown in the screen capture is not consistent with the other button text style and size.

Todd
Hi TKABE,

Thanks for the heads up. We've fixed the styling in our internal dev server. For the quick fix, open the file 'JOOMLA/components/com_easysocial/themes/wireframe/profile/button.friends.add.php' and look for below code at line 20:


<span><?php echo JText::_( 'COM_EASYSOCIAL_FRIENDS_ADD_AS_FRIEND' );?></span>


and replace the span with:


<span class="fd-small"><?php echo JText::_( 'COM_EASYSOCIAL_FRIENDS_ADD_AS_FRIEND' );?></span>


The same fix will be added into next release of EasySocial.

Hope this help and have a nice day!
Sam
·
Thursday, 24 March 2016 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Sam,

Thanks for being a great technician and expediting the update in your dev server!

I missed one other element I noticed after applying your new code. You might wish to edit the value for 'COM_EASYSOCIAL_FRIENDS_ADD_AS_FRIEND' and change it from "Add as friend" to "Add as Friend" so this button text is consistent with other buttons capital "F" in Friend.

You may also wish to edit other constant values as shown in the screen capture attached the capitalization of values is not consistent across constants shown.

Todd
·
Thursday, 24 March 2016 15:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey TKABE,

I am sorry for the delay of this reply,

You're welcome, that fix already updated in our repo server.

I missed one other element I noticed after applying your new code. You might wish to edit the value for 'COM_EASYSOCIAL_FRIENDS_ADD_AS_FRIEND' and change it from "Add as friend" to "Add as Friend" so this button text is consistent with other buttons capital "F" in Friend.

You may also wish to edit other constant values as shown in the screen capture attached the capitalization of values is not consistent across constants shown.

Regarding this, I will discuss with our team developer and see how it goes.

By the way, thanks for suggestion.
·
Friday, 25 March 2016 15:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post