Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jerry Rietveld

    (@jgrietveld)

    Hi amaslinphoto,

    My guess is that the event date and/or time lies in the past already. In that case events are automatically hidden. Try adding age=all to the shortcode and see if that fixes it.

    Cheers,
    Jerry

    Thread Starter amaslinphoto

    (@amaslinphoto)

    Ahhh I didn’t change the end date!

    Is there anyway to get this as a widget as well??

    Thanks

    Plugin Author Jerry Rietveld

    (@jgrietveld)

    Yes there is, but that does require you to dive into your template’s code a bit! If you’re comfortable with that, continue reading: It’s not a native feature of the plugin yet, but you can enable shortcodes inside the Text widget by adding the following line to your theme’s

    functions.php

    file:

    add_filter('widget_text', 'do_shortcode');

    Now add the Text widget to your sidebar and add the shortcode inside the text field. Save it and done!

    Thread Starter amaslinphoto

    (@amaslinphoto)

    Where abouts in functions.php do i add it?

    Thread Starter amaslinphoto

    (@amaslinphoto)

    Ahhh don’t worry got it! Anyway to change font size and colour? thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘There are no events to display’ is closed to new replies.