• Resolved khaotic

    (@khaotic)


    Hello,
    I’ve created four categories of my events (cat1, cat2, cat3, cat4…). I have also created single page with full size calendar and now two questions:

    1. Under the calendar is filter, but it didn’t work correctly I guess, because there aren’t any link to sort events by category. If it wouldn’t work as I want, how to delete this?
    2. Categories colour. It works great in popup but I want to get the category colour also in minicalendar and full size. So, my cat1 is red, cat2 is blue, I want to see in which category is my event without hover on the day number.

    Hope you help soon

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    1. The category list under the calendar is a legend, not a filter. If you would like to remove it you can add some CSS to hide it:

    table.spiffy.cat-key {
        display: none;
    }

    2. I do not color code the day number in the mini-calendar since there may be events from different categories on the same day. I could add an option to color-code the mini-calendar popup text for each event listed on the day in the next release.

    Thread Starter khaotic

    (@khaotic)

    1. Ok, thank you, I’ll add that in my CSS
    2. It will be great ??

    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Version 3.6.0 is now available and will color the titles in the minicalendar popup according to category.

    Thread Starter khaotic

    (@khaotic)

    Thank you so much, it looks great!
    Amazing job. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to sort events by category’ is closed to new replies.