Tools Bar - ThemesCorp.com [Deleted]

One last thing. Can the toolbar allow for custom settings/URLS?
Yes, the focus has rightly been done on this, customization.

Styles properties allow you to customize each block, and you can of course add a different link on each block also. (See screens)
 
Allan updated Tools Bar - ThemesCorp.com with a new update entry:

2 new tabs and blocks: Inbox and Alert - 3.0.0

New release: 3.0.0

2 new tabs and blocks: Inbox and Alert, This allows you to add 2 new blocks, which displays the number of new conversation and the number of alerts. It can replace the Inbox and Alert tabs in Navbar
(You can separate the blocks of the other blocks by selecting an option)

For each block (Inbox and Alert), you can:
- Enable block
- Show the block only if new conversation/alert
- Hide Inbox or/and alert tab in navbar
- Hide tooltip to inbox or/and alert tab in navbar...

Read the rest of this update entry...
 
This is an awesome addon! Works well!

I think I found a small bug! If I have the toolbar enabled, but the alertblock disabled I no longer get the alert icon in the navbar when a new alert happens.
 
Hello,

You must disable this option before disable add-on:
Screenshot_1.webp

But on the fact, I agree with you, this option should not be effective if the add-on is disabled.

I will fix it in the next update ;)
 
Last edited:
Where i can find out version to Font Awesome path? If i blank this Fields then what version to Font Awesome are using by default?
Ha, I forgot to put the field by default, you are right. Download the archive again, I fixed this problem.

By default, it's: //maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
 
Can you make this feature disabled for all users in mobile browsers?
It's possible to disable yes.
  • Add this in EXTRA.css:
Code:
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveNarrowWidth) {
.tc_toolsbar_position
{
display: none !important;
}
}
</xen:if>

You can also use this option:
Put on "0" for hide the toolsbar to mobile browsers
Screenshot_7.webp
 
Ha, I forgot to put the field by default, you are right. Download the archive again, I fixed this problem.

By default, it's: //maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css

Does not fixed, Still are fields empty.

Also Font Awesome's site link are not working.

74ae8f1efddc401796f1713d9f4e4ef0.png
 
Put on "0" for hide the toolsbar to mobile browsers
screenshot_7-png.147174

@Allan, Its hide but still showing when touch screen in side, Do you have any chance to add option disabled for all users in mobile browsers?

One more bug, why not count are in center?

a972f374439b41ed99576bd5a31d3c42.png
 
Last edited:
Top Bottom