Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    that said I am using a widget on my homepage that used to be an agenda view, but now it is a Calendar List.

    Is that by choice or is it a question you need answered for changing it back to the grid view?

    Is your calendar a grouped calendar?

    Thread Starter bigbny

    (@bigbny)

    It is a grouped calendar.

    The question…. I am not able to change the markup of the list view. From what I read I should be able to alter the layout, css, tokens, etc.. from the editor in the calendar admin. But nothing I do has any affect on the list.

    Plugin Contributor Nick Young

    (@nickyoung87)

    You cannot change the layout and the CSS of the whole calendar in the event template. That is only for the event template which you can find out more about here: https://docs.simplecalendar.io/event-template-tags/

    Thread Starter bigbny

    (@bigbny)

    I have read that thanks. Can you point me to an example? Does this markup only effect the hover over an event? I am just not seeing anything get effected when I change this value.

    Thanks again.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Yeah it only affects how the event information is displayed. For example to display the title and the start time of the event you would use:

    [title]
    [start-time]

    You can also use HTML to help with styling with CSS.

    <p class="my-event-title">[title]</p>
    <p class="my-event-start">[start-time]</p>

    Then you could use:

    .my-event-title { color: red; }
    .my-event-start { color: blue; }

    Hope that helps at least a little bit!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Hello,

    I am going to assume this has been resolved since there has not been a reply here. If you continue to have issues please let us know and we will be glad to continue with helping.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Calendar Editor has not effect’ is closed to new replies.