By Anton on Friday, 06 February 2015
Replies 3
Likes 0
Views 1.1K
Votes 0
Hi guys.

Could you please tell me what to change in order to place notification text below toolbar instead of above as it is currently? Saying "notification text" I mean - when you hover an icons on a toolbar you see an icon's name such as Dashboard, Friends Requests, Conversations, etc.

Thanks in advance.
Regards,
Anton.
Hello Anton,

It is possible. You have to open these files:

../components/com_easysocial/themes/wireframe/toolbar/default.php
../components/com_easysocial/themes/wireframe/toolbar/default.friends.php
../components/com_easysocial/themes/wireframe/toolbar/default.conversations.php
../components/com_easysocial/themes/wireframe/toolbar/default.notifications.php

and find for this line:

data-placement="top"

change it to:

data-placement="bottom"


Hope this helps.
·
Friday, 06 February 2015 10:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Great!
Thanks a lot!
·
Friday, 06 February 2015 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anton,

You're welcome.
·
Friday, 06 February 2015 12:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post