Show all "View As" options to visitors?

Home Forums Calendar Products Events Calendar PRO Show all "View As" options to visitors?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1073485

    I’d like to have the “View As” dropdown appear by default for visitors so that they can see what their choices are without clicking (map, list, day, etc.). Is this possible? Thanks.

    #1074717
    Hunter
    Moderator

    Hello and welcome back to the forums 🙂

    One simple option would be to add a dropdown icon arrow with this CSS code (example in screenshot below):

    .tribe-bar-views-list li:first-child a span::after {
    content: '\2193';
    }

    Another option would be to do a template override using the instructions found in our Themer’s Guide. You may need to adjust the Basic Template Settings found under Events > Settings > Display.

    If you decide to go with the template override, the following CSS will help:

    #tribe-bar-views [name="tribe-bar-view"] {
    display: inline-block;
    }

    #tribe-bar-views .tribe-bar-views-list {
    display: none;
    }

    Sorry there isn’t an easier solution, but I wish you the best of luck with the customization and thanks for choosing PRO!

    #1077239

    This is helpful. Thanks!

    #1080021
    Hunter
    Moderator

    Thanks for the update 🙂

    I’ll close this thread out but please open a new one if you have any more questions. Thanks again and have a good week!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Show all "View As" options to visitors?’ is closed to new replies.