By Joe Scaramucci on Tuesday, 21 June 2016
Posted in General Issues
Likes 0
Views 320
Votes 0
Hi all,
I have just played around with components/com_easysocial/themes/wireframe/toolbar/default.php, trying to add the small user profile avatar to the tooltip but I need a quick help on how to do it, as I can not find the right solution.

Thank you in advance for your support.

regards
joe
Hey there,

I am really sorry for the delay of this reply as it is a public holiday for us here.

I've checked in your site, it seems like you are using the Elegant theme for your Easysocial site, if yes you have to modify on this file -> JoomlaFolder\components\com_easysocial\themes\elegant\toolbar\default.php


		<li>	
<a href="javascript:void(0);"
data-original-title="<?php echo JText::_('COM_EASYSOCIAL_TOOLBAR_RECENT_NOTIFICATIONS', true);?>"
data-placement="top"
data-es-provide="tooltip"
>
<i class="fa fa-globe"></i>
<span class="label label-notification" data-notificationSystem-counter><?php echo $newNotifications > 0 ? $newNotifications : '';?></span>
</a>
</li>


You can put this example code into your toolbar, so it will generate another new icon on the toolbar, you can refer on my attached screenshot below. Hope this will help.

By the way, I am really sorry but unfortunately our support policy does not cover customizations Thanks for understand.
·
Wednesday, 22 June 2016 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you so much Arlex !
Your suggestions pointed me to the right direction

Regards
joe
·
Wednesday, 22 June 2016 14:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 22 June 2016 14:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post