Viewing 3 replies - 1 through 3 (of 3 total)
  • bramcee

    (@bramcee)

    I’m having the same issue. Any help appreciated!

    bramcee

    (@bramcee)

    I found this in another post and it worked for me.

    It’s a regex that is not matching. At line 356 in wp-fullcalendar.php I changed:

    return text.replace(/#([a-zA-Z0-9]{3}[a-zA-Z0-9]{3}?) – /g, ‘<span class=”wpfc-cat-icon” style=”background-color:#$1″></span>’);

    with

    return text.replace(/#([a-zA-Z0-9]{3}[a-zA-Z0-9]{3}?)/g, ‘<span class=”wpfc-cat-icon” style=”background-color:#$1″></span>’);

    This didn’t work for me. <p>
    I am using a Chameleon Theme by Elegant Themes. I can’t seem to get the categories to color code. <p>
    In the Post Types category I selected Events (event) – powered by Events Manager and then checked event categories. <p>
    Is there anyone from FullCalendar monitoring these posts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Categories color not showing in Full Calendar’ is closed to new replies.