• Hello,

    I use FullCalendar with Event-Manager.

    I have several calendar page on my website and only displays all events from all categories , I want it displays the search filter categories of event-manager and the others remain without the search filter categories.

    In the fullcalendar settings : You can override taxonomy search settings as well like this : [fullcalendar type=”post_tag,category”]

    I use the shortcode [fullcalendar type=”event,event-categories”] but my calendar is empty.

    [fullcalendar type=”event] display all events. I can not bring up the Category filter only on this calendar

    Thanks.

    https://www.ads-software.com/plugins/wp-fullcalendar/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    I get this too, I’ve let the devs know about it.

    Thread Starter Delphine88_FR

    (@delphine88_fr)

    Thank you angelo,

    I leave this topic open in case anyone has a solution

    Plugin Support angelo_nwl

    (@angelo_nwl)

    okay, we will let you know once a fix is available.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi, the reason this won’t work is because you can only supply one value there, e.g.

    [fullcalendar type=”post”]

    if you want to deal with taxonomies, you’d do this

    [fullcalendar type=”post” taxonomies=”category,tag”]

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    correction:

    [fullcalendar type=”post” taxonomies=”category,post_tag”]

    you need to use the name of the taxonomy, as you’d see in the url when viewing that taxonomy in your admin area like:

    yoursite.com/wp-admin/edit-tags.php?taxonomy=post_tag

    Hi Marcus, I’m sure this is just me not understanding something but I am using
    [fullcalendar type=”post” taxonomies=”event-categories&tag_ID=54″]
    and the Event Category page is
    https://gdpevents.co.uk/wp-admin/edit-tags.php?action=edit&taxonomy=event-categories&tag_ID=54&post_type=event
    and I’ve tried it all ways until I’m dizzy. Can you guide me here please?

    Hallo,

    I am using WP Fullcalendar with Events Manager.

    Just recognized a very odd malfunction on the Fullcalendar.
    On week and on month views, events of the current day don’t display on the current day, but all on Monday. On day-view it is all fine the events are correctly display.

    When I show the events with the default calendar of Events Manager, the events are correctly display.

    Any idea, what I can do to fix this very odd malfunction?
    This is my site with the calendar: https://gangway.de/veranstaltungskalender/

    Thank you for any help!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    I checked on your link above and seems to be working fine now?

    thx

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    @cantwebsteve

    [fullcalendar type=”post” taxonomies=”event-categories&tag_ID=54″]

    should be something like

    [fullcalendar type=”post” taxonomies=”event-categories” tag=”54″]

    @colorfox please post on a new thread if you still have issues.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘FullCalendar and Event-Manager’ is closed to new replies.