• Resolved dylancohen

    (@dylancohen)


    Hello,
    Since I upgraded to Events Manager Version 5.7.3.4 I lost the categories colour on the WP-fullcalendar.
    Do you know how can I have them back. I miss them.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Apologies for the issue. Which version did you upgrade from?

    Thread Starter dylancohen

    (@dylancohen)

    I do not know. It was the last version available under WP.
    All my plugins are up to date

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I see what you mean and will let the devs know about this however if you can code you can try this temporary fix

    1. go to wp-content/plugins/events-manager/em-wpfc.php
    2. go to line 183 or search for this line

    if ( get_option('dbem_categories_enabled') && !empty ( $EM_Event->get_categories()->categories )) {

    and replace with

    
    if ( get_option('dbem_categories_enabled') && !empty ( $EM_Event->get_categories() )) {
    
    Thread Starter dylancohen

    (@dylancohen)

    You are a great man.

    This works nicely.

    It is was not on line 183 it was on line 365. Just to let you know.

    PERFECT

    Great, thanks for the update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Calendar categories color lost’ is closed to new replies.