• Resolved jpotthas

    (@jpotthas)


    Hello,

    I’m trying to set so that one calendar shows three different feeds and I want to have each feed have a different color. I was playing around in the plugin script but I’m afraid I’m not sure if it’s possible to specify color on the feed rather then on events.

    Any ideas you can offer would be appreciated thanks.

    https://wordpress.org/plugins/full-calendar-js/

Viewing 1 replies (of 1 total)
  • Thread Starter jpotthas

    (@jpotthas)

    Okay after more digging and trial and error I actually figured this out. You can set the color for specific source feeds with this code

    eventSources: [
            {url: '<?php echo get_option('fc_option_feed1'); ?>', color: '#378006',},
            {url: '<?php echo get_option('fc_option_feed2'); ?>', color: '#ff83ca',},
            {url: '<?php echo get_option('fc_option_feed3'); ?>', color: '#378006',}
            ],

Viewing 1 replies (of 1 total)
  • The topic ‘Specify different colors for the three different feeds’ is closed to new replies.