By Peter McLeland on Monday, 31 October 2016
Posted in Technical Issues
Replies 8
Likes 0
Views 480
Votes 0
I'm using the latest ES 2 but am unable to use the toolbar module as it has become too bulky.

Is it possible to hide or disable the extra options that the toolbar now has?

I've attached screenshots of how it was (and how I'd like it to be) and also one of how it displays now if I try and use it.

Thanks
Hello Peter,

You could use other modules like the menu and notifications module for what you are trying to achieve there but should you still opt to render the toolbar there, may I suggest that you switch to the vortex theme instead?
·
Monday, 31 October 2016 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thank you, Vortex looks like a possible solution. Only thing is it looses the custom css settings which were to make the toolbar black with white icons.

Could you advise how and where to put some custom css for this please?

Previously I had it in a custom css folder at templates/rt_ambrosia/custom/scss as follows:


body div#fd.es .es-toolbar .fd-nav>li>a [class^="ies-"], body div#fd.es .es-toolbar .fd-nav>li>a [class*=" ies-"] {
vertical-align: top;
position: relative;
width: 20px;
height: 14px;
line-height: 14px;
color: #FFFFFF;
font-size: 14px;
text-align: center;
}
body div#fd.es .es-toolbar .fd-navbar-search {
background: #000000;
}

body div#fd.es .es-toolbar .fd-navbar-search .search-query {
background: #000000;
}

body div#fd.es .es-toolbar .fd-nav>li>.dropdown-toggle_>.caret {
border-top-color: #FFFFFF;
border-bottom-color: #3a77b6;
}

body div#fd.es .es-toolbar .divider-vertical {
border-left: 1px solid #FFFFFF;
border-right: 0 solid #FFFFFF;
}

body div#fd.es .es-toolbar .navbar-inner {
background-image: -webkit-linear-gradient(top,#3E444E 0,#000000 100%);
background-image: linear-gradient(to bottom,#3E444E 0,#000000 100%);
border: 1px solid #454545;
}

div#fd.es .es-toolbar .fd-nav > li > a .fa {
color: white !important;
}

body div#fd.es *{
font-size:14px !important;
}

body div#fd.es {
font-family: "sourcesanspro","Helvetica","Tahoma","Geneva","Arial",sans-serif !important;
}

#ed .ed-navbar__search-input {
color: white !important;
}
·
Monday, 31 October 2016 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
As the DOM structure for ES2 is very different, you cannot use the same css selectors. First, you would need to replace #fd.es with just #es. As for the rest, you need to use firebug to inspect the elements and alter your css selectors accordingly.
·
Monday, 31 October 2016 22:19
·
0 Likes
·
0 Votes
·
0 Comments
·
OK Thank you Mark I'll work on that.

Can the toolbar that is at the top of ES be hidden so that I don't have duplicate toolbars? I think there was a setting for this in previous version but I can't find it in this one

Regards,

Neil
·
Tuesday, 01 November 2016 16:08
·
0 Likes
·
0 Votes
·
0 Comments
·
There is a settings for this under Settings > General > Toolbar, http://take.ms/soc8F
·
Tuesday, 01 November 2016 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Easy when you know how!

Thanks Mark
·
Tuesday, 01 November 2016 16:25
·
0 Likes
·
0 Votes
·
0 Comments
·
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.
·
Tuesday, 01 November 2016 16:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post