faebu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Calendar] Post Categories and CalendarEvents aren’t shown on “normal” category pages.
You need to build your own category based index for events.
Forum: Plugins
In reply to: [WP Calendar] TimeFormat FullCalendar for week and dayIf you just wish to overwrite the time format for certain view, do the following:
{events_calendar; timeFormat->week="hh:mm", timeFormat->day="hh:mm"}See als available calendar modes here.
Forum: Plugins
In reply to: [WP Calendar] Tag für die Kategorie-IDIf you’re using the shortcode
{events_printlist}, you could filter the categories by using the tagcategories.You have to use the category ids.
{event_printlist; categories="1,8,9"}Problem solved?
Forum: Plugins
In reply to: [WP Calendar] Link to events does not workSieht so aus als wäre das erledigt…?
Forum: Plugins
In reply to: [WP Calendar] TimeFormat FullCalendar for week and day{events_calendar; timeFormat="hh:mm"}Forum: Plugins
In reply to: [WP Calendar] Multilingual events?Hi, not supported and not planned eigter
Forum: Plugins
In reply to: [WP Calendar] How do I change language of buttonsSee the full calendar documentation about button text.
Forum: Plugins
In reply to: [WP Calendar] Inserting Graphical Calender and Start it in April 2013The startdate of the calendar is not set by the plugin itselves, but by the jquery based fullcalendar. You can set any options of the fullcalendar by append it to the shortcode.
To make the calendar start on 2013-04-01 you should do something like that:
{events_calendar; weekMode="variable"; year=2014; month=3; date=1}Notice that the month start by 0 (=january)
Forum: Plugins
In reply to: [WP Calendar] How do I change language of buttons{events_calendar; buttonText->today="Another Text"}Forum: Plugins
In reply to: [WP Calendar] Add wp calender in PHPWhat do you want excactly. Have a close look at the documentation, which describes various ways of php integration in your theme.
Forum: Plugins
In reply to: [WP Calendar] Fade out after begin dateHallo Tim
I do not understand your question?
Ich verstehe Deine Frage nicht wirklich…?
Greeting from switzerland
Grüsse aus der SchweizForum: Plugins
In reply to: [WP Calendar] FullCalendar not displaying, found solutionHi Sabrina
Thanks for your input. I’ll check that!
Cheers!
Forum: Plugins
In reply to: help setting a default start time in wp-calendarit’s done in the new version. please avoid double posts in the support forum.
thx.
Forum: Plugins
In reply to: [WP Calendar] suggested Featuredone in new version!
Forum: Plugins
In reply to: [WP Calendar] After update to 1.5.3 no time is viewedtry activating and deactivating the plugin.