Home › Forums › Calendar Products › Community Events › 'View As' Dropdown Not Obvious
- This topic has 6 replies, 2 voices, and was last updated 10 years, 5 months ago by
Barry.
-
AuthorPosts
-
November 25, 2015 at 7:14 am #1030810
Carolin
ParticipantThe styling of the “View As” drop-down to change the page view from e.g. Photo to Week etc. is not very obvious. Users are not realising that they can change the view. Oddly, when the page loads there is a better styled version visible for a couple of seconds but then it changes to the eventual, more confusing style. How can I override it to a version where there is an obvious drop-down?
See screen shots of briefly visible style as opposed to the eventual style after full page load:
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
November 25, 2015 at 7:45 am #1030835Barry
MemberHi Carolin,
It sounds like you are experiencing something other than what you find if you visit our demo site:
I wonder, could you share your domain (by private reply if you prefer) so I could take a look first hand and see if there is any obvious reason for the discrepancy?
November 25, 2015 at 8:04 am #1030841Carolin
ParticipantHi Barry
Your demo site actually has the same configuration that my client is complaining about. Without a drop-down arrow, it is not immediately obvious to someone unfamiliar with the site that there is an option to change the view. The user has to click on the view type in order to see a drop-down with other options. We would prefer a style where it is clear that there is a selection of views available. The standard drop-down list style would achieve that.
November 25, 2015 at 8:05 am #1030842Carolin
ParticipantThis reply is private.
November 25, 2015 at 9:12 am #1030866Barry
MemberHi Carolin,
Thanks for clarifying – I see what you mean now.
There are various ways you could style it to make it clearer that it functions as a dropdown, for instance here’s a basic CSS-based approach (nothing more than a starting point):
.tribe-bar-views-list li:first-child a span::after { content: '\2193'; }Alternatively, if you prefer to revert to the raw select element, you could add some CSS like this:
#tribe-bar-views [name="tribe-bar-view"] { display: inline-block; } #tribe-bar-views .tribe-bar-views-list { display: none; }To find out more about adding custom CSS, please refer to our Themer’s Guide — does that help?
November 25, 2015 at 9:52 am #1030889Carolin
ParticipantPerfect solutions. Thanks a million!
November 25, 2015 at 10:38 am #1030897Barry
MemberHappy to help 🙂
-
AuthorPosts
- The topic ‘'View As' Dropdown Not Obvious’ is closed to new replies.
