By Ferlin Mogot on Thursday, 14 November 2013
Posted in Technical Issues
Replies 9
Likes 0
Views 749
Votes 0
I'm using template from yootheme for my web. I wanna merge ES menus (in ES toolbar) to top menu in my web.
is this posible?

Thanks
Hello Ferlin,

Not too sure if I understand you here but if you are trying to place EasySocial's toolbar to replace your site's toolbar, I am sorry but unfortunately the only work around for this is for you to customize your Joomla template
·
Thursday, 14 November 2013 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, I mean I wanna put the toolbar menus to my web menu.
Now, I can put toolbar menu in my menu using easysocial toolbar module.
But I found problems there. that is:
1. I only wanna display friend icon, conversations icon, notifications icon, and show profile. But home icon, seach and login also display in the module.
what the problem?

2. when I click my profile, color of links under my profile is white.
how to change it to #FF9C00 ?

3. I wanna change toolbar color to #303030.
how to do?

Thanks
·
Friday, 15 November 2013 12:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Please find the answers to your inquiries below:


1. I only wanna display friend icon, conversations icon, notifications icon, and show profile. But home icon, seach and login also display in the module.
what the problem?

You can disable them through the module parameters.


2. when I click my profile, color of links under my profile is white.
how to change it to #FF9C00 ?
3. I wanna change toolbar color to #303030.
how to do?

I will need the URL to the site to check on the module wrapper and provide you with a set of css codes.
·
Friday, 15 November 2013 18:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You can disable them through the module parameters.


Yes, I had set it up in module parameter, but they still appear in ES toolbar module in my web.
You can check picture attachment in my first post. (issue no.1.png)


I will need the URL to the site to check on the module wrapper and provide you with a set of css codes.


You can visit: http://freecybers.com, and login there to see the ES toolbar module in my web.


Thanks
·
Saturday, 16 November 2013 15:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Saturday, 16 November 2013 16:34
·
0 Likes
·
0 Votes
·
0 Comments
·
OK
·
Sunday, 17 November 2013 00:18
·
0 Likes
·
0 Votes
·
0 Comments
·
It looks like your files are not updated properly. I have updated the toolbar files and it works fine now. To fix the toolbar colors, you need to remove the codes below from your template file /templates/yoo_venture/css/custom.css


#page #toolbar a {
color: #FFFFFF;
}
·
Sunday, 17 November 2013 03:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark, if I wanna change toolbar color to #303030.
how to do?

Thank in advance
·
Monday, 18 November 2013 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You need to use these codes,


#es-wrap > .navbar > .navbar-inner{
background: #303030 !important;
}
·
Tuesday, 19 November 2013 01:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post