Okay
  Public Ticket #4559051
Calendar agenda - unbound
Open

Comments

  • qmkpl started the conversation

    Good morning, I’m interested in using and purchasing the calendar. I currently have the Lite version and I’m testing it.

    I have a few questions. I added the calendar using the widget in Gutenberg. 
    If the calendar is in agenda mode, is it possible to make it display events from the following month as well?
    I know there is a shortcode (  [stec layouts__agenda_list_unbound="true"]. ), but it doesn’t work when I enter it in the Extra Attributes field. Does the Pro version unlock this?

    And the second question: in the agenda view — and only there — the following days in the month are displayed nicely. Is it possible to make it display the whole month, from 1 to 31?

    Best regards.
    Martin

    Attached files:  Zrzut ekranu 2026-04-17 o 00.48.58.png

  •  1,004
    Zhivko replied

    Hi,

    Sorry for the late reply.

    Unbound mode doesn't work in the Lite version.

    About the agenda view 1-31 - this is a slider there. You can drag move it.

    Attached files:  agenda.mp4


    Stachethemes Developer

  • qmkpl replied

    Hello, Thank you for your reply.

    I have one more issue. I’m currently focusing mainly on the agenda view. When I click on an event, the image I added to the event appears, but it’s not displayed in full. From what I can see, it’s shown at a size of 1240x698 px. Is it possible to change this somewhere so that the full image is displayed (for example, most of my images are vertical, like 1400x1920 px)?

    In the demo version, one of the events (https://stachethemes.com/calendar/events/nightlife-under-the-stars/2026-05-01T20:00) opens from the agenda view with one main image and four smaller ones below. Is this only available in the Pro version?

  • qmkpl replied

    2nd. 

    Thank you for the video. I know it can be done that way, but is it possible to scale it down so that the entire month is visible without using the slider?

  •  1,004
    Zhivko replied

    I am afraid the agenda slider can't be scaled this way.

    About the images - you can set the aspect ratio of the media slider there using css:

    .stec-media-carousel {
        aspect-ratio: 9/16 !important;
    }

    This works on the lite version as well.


    Stachethemes Developer

  • qmkpl replied

    Thanks, I managed to scale it down and added a few other values. It looks great.

    1. I have a question about the calendar in Grid mode. I would like the event categories not to be displayed. I assume I need to set this in the Extra Attributes field (or maybe CSS), because in another place the same calendar in Agenda mode should show Event Categories.

    4835303192.png


    2. And I’d also like to remove the button at the bottom of the calendar (grid mode).

    6973432739.png



    How can I do this? Could you help me? 

  •  1,004
    Zhivko replied

    To hide the next button go to Calendar Dashboard -> Layouts -> Grid layout section and uncheck this option:

    6917465506.png

    To hide the tags in Grid layout add this css to your custom styles:

    .stec-layout-grid-wrap .stec-tags-list { display: none !important; }

    Stachethemes Developer

  • qmkpl replied

    Thank you. I missed the option in the settings.

    I’m coming back with one final question. In GRID mode, the events are ordered either from past to future, or from future events (the furthest ones) back to the oldest.

    I would like past events to be skipped entirely. The point is that the calendar in GRID mode on the homepage should show only the next 3 upcoming events. Unfortunately, it doesn’t show that, and I can’t figure out how to set it up.

    And is it possible to remove “SHOW MORE” only in this one place on the homepage?

    Could I count on your help?