tribe_mini_calendar count="0"

Home Forums Calendar Products Events Calendar PRO tribe_mini_calendar count="0"

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1067121
    oniregoc
    Participant

    Hello

    I need to display the mini calendar without any details under the calandar so trying

    [tribe_mini_calendar category="mycategory" count="1"] working fine to display only one event.

    But to display none:

    [tribe_mini_calendar category="mycategory" count="0"]

    doesn’t work: it display all events under the calendar.

    any help ?

    #1067378
    Brook
    Participant

    Howdy Oni!

    I would love to help you with this. There is not builtin way to show no list under the minical, because that would of course break most of the builtin functionality. But, a small modification could do this if you really only want the Minical and don’t want people to be able to view what events are on a given day.

    Simply add this CSS to any CSS file in your theme:

    body .tribe-mini-calendar-list-wrapper { display: none; }

    From there the list will be hidden completely from view.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    #1079893
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘tribe_mini_calendar count="0"’ is closed to new replies.