Viewing 10 replies - 1 through 10 (of 10 total)
  • I am sorry to hear you are having trouble. Do you have category filtering enabled? Can you send me the site URL at support@spiffycalendar.com?

    For others who may be interested, the events were displayed but hidden due to a CSS conflict. It has now be resolved.

    I am having the same issue….what is the solution?

    The issue was they had another calendar plugin activated at the same time, and this added some CSS styles that hid the events.

    Can you send me a link to your page?

    This turned out to be the same problem with CSS conflict from an event plugin. It was resolved by adding the following custom CSS:

    .spiffy .calnk a span {
        display: inline-block;
    }

    I have something similar happenning after the last Word Press upgrade. Spiffy version is 3.0.2

    Page is http://www.raglan23.co.nz/whats-on-in-raglan/

    With this shortcode a list of events does not show: [spiffy-todays-list style=”Expanded”]

    Playing around to see if other shortcodes work I added in [spiffy-todays-list cat_list=’5′ style=”Expanded”] as well.

    This then turned on an unformatted list of [spiffy-todays-list style=”Expanded”]

    I’ve added the CSS code you suggested above – that has added back the category colours, but it doesn’t produce the list if [spiffy-todays-list cat_list=’5′ style=”Expanded”] is not there. Just the code for the short code.

    Thanks,

    Rodger

    rogal, I find your description a bit confusing. When I look at your page it seems to be working. Can you show me a page where it fails?

    Here is the page not working: http://www.raglan23.co.nz/whats-on-in-raglan/

    Thanks

    Weird. When I copy your page source to my test page, I found that the quotes you are using didn’t seem to work, so the argument didn’t register but I did get the regular today’s list. When I changed the quotes to ‘ then I got the expanded list.

    I’ve just copied the code from the upcoming short code that was working and then chnaged the text for upcoming to todays.

    Now it worked so defintely something to do with the type of quote. There must bea slight diffrence.

    Anyway problem solved and all working now.

    Thanks.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Events do not show’ is closed to new replies.