• Resolved stbedesantafe

    (@stbedesantafe)


    Some things that changed with new version.

    The hover-over Popup on Calendar, Upcoming Events, and Today’s Events are all squished together – the horizontal line over the Event Title cuts through Event Title; the horizontal line under the Event Title cuts through Event Description.

    Start Time/End Time used to automatically display in the Popup. Now it doesn’t. This will require editing all Events to put the Start Time/End Time in the Event Description field – a duplication of effort.

    https://www.ads-software.com/plugins/spiffy-calendar/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Spiffy Calendar

    (@spiffy-calendar)

    Did you do much customization to the CSS?

    I suggest you tick the option to restore the default styles. Then you can add in your CSS to hide the category key:

    .cat-key { display: none; }

    Thread Starter stbedesantafe

    (@stbedesantafe)

    I had not done any customizing to the CSS. However, the “Custom CSS styles” box under Options contained a lot of code (as it did in previous versions), which disappeared when I ticked the box to reset to default – now the font on my Calendar and popups is much smaller:

    [Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]

    Thread Starter stbedesantafe

    (@stbedesantafe)

    Other than Category Key, I have done no customizing of the CSS. However, the Custom CSS styles box under “Options” contained a lot of code which can be viewed here: https://www.stbedesantafe.org/?page_id=2189

    The code in that box existed in all versions of Spiffy Calendar; I presumed it was the default CSS sytle. That code disappeared when I ticked the box to return to default. Everything is back to normal now, but the font is much smaller, although a comparison of the old default-CSS to the new does not seem to show a difference in font-size.

    Spiffy Calendar

    (@spiffy-calendar)

    The default styles have been moved to always load before the custom styles. I made this change so that I could add new default styles freely in the future. You can still add custom CSS, only the CSS that YOU add will appear in the box on the Options page.

    Your old styles do show a larger font in use. You can bump up the font size easily with something like this:

    .spiffy.calendar-table {
    font-size: 1.1em;
    }

    Thread Starter stbedesantafe

    (@stbedesantafe)

    1.1em didn’t seem to change anything. I tried 1.4em and that looks like what I used to have.

    Is there a way to widen the hover-over popup box?

    Spiffy Calendar

    (@spiffy-calendar)

    You can modify the popup width by targeting the following in your custom CSS:

    .calnk a:hover div {
    width: 150px;
    }

    Thread Starter stbedesantafe

    (@stbedesantafe)

    Great. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Issues with version 3.0.0 alpha’ is closed to new replies.