Change Minical to show next 3 events instead of 3 events in the selected Month

Home Forums Calendar Products Events Calendar PRO Change Minical to show next 3 events instead of 3 events in the selected Month

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1006950
    David
    Participant

    Hi Guys,

    Our Minical is working and looking really good, but my client will not always have 3 events per month.

    We’d like to avoid the white space and have the next 3 events regardless of the month. It would mean they would stay the same as you flick through the months but that’s fine with us.

    Is this possible?

    David

    #1007306
    George
    Participant

    Hey David,

    This indeed possible but would unfortunately custom coding to achieve 🙁 If you’d like to customize the core widget code directly, that is a customization that’s a bit too far outside the scope of our support forums for us to help very much.

    However, some simpler methods might be to just “fake” this effect by having a Mini-Calendar widget and then add the “Upcoming Events” widget below it; then, use CSS to hide the events list in the Mini-Calendar, so that the unchanging “Upcoming Events” widget displays instead. You could achieve this with CSS like this:


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

    You might need further CSS to get the display of things “just right” on your site from there, but this hopefully get you started! 🙂

    Cheers,
    George

    #1011880
    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 ‘Change Minical to show next 3 events instead of 3 events in the selected Month’ is closed to new replies.