• Resolved henner-h

    (@henner-h)


    In the list view, only the days should be displayed.
    e.g .: 16. Dezember 2019, 18. Februar 2020, 16. Mai 2020
    is this also possible via additional css?

    • This topic was modified 5 years, 1 month ago by henner-h.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author room34

    (@room34)

    Most likely what you want to do can be achieved with CSS, but I’m not sure I understand. Can you tell me what part you don’t want to display? Thanks.

    Thread Starter henner-h

    (@henner-h)

    instead of:

    16. Dezember 2019
    Arbeitskreis Behindertenhilfe
    10. Februar 2020
    Arbeitskreis Behindertenhilfe
    11. Mai 2020
    Arbeitskreis Behindertenhilfe

    I would like to have:

    16. Dezember 2019, 10. Februar 2020, 11. Mai 2020

    Plugin Author room34

    (@room34)

    Ah, OK… so you want to consolidate 3 instances of the same event down to a single item in the list, with all 3 of the dates it occurs.

    Unfortunately this isn’t possible with how the data is structured in the plugin.

    Thread Starter henner-h

    (@henner-h)

    Too bad. Thank you for the super fast response.
    Can I hide the respective “Arbeitskreis Behindertenhilfe”?

    Plugin Author room34

    (@room34)

    This would remove the title on all events in a feed, but if that’s what you’d like to do (sounds like it might work for your use case), here’s the code:

    .ics-calendar .event .title { display: none; }

    Thread Starter henner-h

    (@henner-h)

    Great. Thank you very much. A donation is on the way.

    Plugin Author room34

    (@room34)

    Much appreciated! Let me know if I can help with anything else.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘listview – just days showing’ is closed to new replies.