Usability of tabs

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 11, 2013 1:32 pm
Reply with quote
Report this post
We are using Tabs GK5 to display tabbed content. We do have a problem with it's usability. It seems like most of the users thinks that the grey tab is the active one, rather than the white one. Can you change this so that it has more usability?

Screenshot-35.png
User avatar
Expert Boarder

GK User
Tue Jun 11, 2013 1:59 pm
Reply with quote
Report this post
Could You post an url to your site?
User avatar
Moderator

GK User
Tue Jun 11, 2013 4:08 pm
Reply with quote
Report this post
As in previous post - no, I cannot provide you access.
User avatar
Expert Boarder

GK User
Tue Jun 11, 2013 10:47 pm
Reply with quote
Report this post
Please edit: /templates/gk_bikestore/css/override.css and add at its end:
Code: Select all
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li.active:hover, .gkTabsWrap.horizontal ol li.active:hover {
background: #FFF;
color: #696969;
}
.gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li {
background: #696969;
color: #FFF;
}
.gkTabsWrap.vertical ol li:hover, .gkTabsWrap.horizontal ol li:hover {
background: #F9F9F9;
color: #353639;
}


Solution is just a theory - without access You need to figure thing on your own.
First class declares look of active tab, second of inactive, third of inactive hovered. Play with background color and font color. Those declarations use colors as they are now, so You would need to change them to your liking.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Jun 12, 2013 11:05 am
Reply with quote
Report this post
Any idea how can I add a top border on active tab?
User avatar
Expert Boarder

GK User
Wed Jun 12, 2013 11:20 am
Reply with quote
Report this post
with border-top: 1px solid green for example in first declaration, but if You will add it only on one tab it may behave strangely when You switch tabs.
User avatar
Moderator

GK User
Wed Jun 12, 2013 12:09 pm
Reply with quote
Report this post
This is exactly what I've tried before contacting you. It does not work!
User avatar
Expert Boarder

GK User
Wed Jun 12, 2013 12:34 pm
Reply with quote
Report this post
Without access to your site I can't help you :(.
Perhaps You could publish it somewhere and password protect?
User avatar
Moderator

GK User
Wed Jun 12, 2013 1:10 pm
Reply with quote
Report this post
What you mean you can't help. I just installed quickstart and this is where I am today. Can't you just take the template and make modifs on your system?
User avatar
Expert Boarder

GK User
Wed Jun 12, 2013 7:41 pm
Reply with quote
Report this post
I can't help because I can't see what misses things up on your side (either some already made configuration, or something wrong with css changes).

I have checked, and this works great with default installation:
Code: Select all
.gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li.active, .gkTabsWrap.vertical ol li.active:hover, .gkTabsWrap.horizontal ol li.active:hover {
    border-top: 1px solid red;
}

it puts nice red border on top of active tab
User avatar
Moderator


cron