Comments 2tsvrb started the conversationJanuary 11, 2019 at 5:47pmHi again,is it possible to set event category color instead of calendar color as default for single events? 878Zhivko repliedJanuary 12, 2019 at 2:54pmHi,Replace file stachethemes_event_calendar\front\view\single.php with the one I've attached. Stachethemes Developer 2tsvrb repliedJanuary 15, 2019 at 8:21pmHi,can not see difference. Calendar color is still as default color for single event. 94Valentin repliedJanuary 16, 2019 at 10:03amCan you give me ftp access to the files to do it for you? You can post here privately.Stachethemes Support My Time Zone is GMT+3 Envato Profile | Facebook | Twitter | Newsletter | Rate & Review tsvrb replied privately 878Zhivko repliedJanuary 20, 2019 at 4:18pm[email protected]Direct FTP access is safer since any php typo could produce an error which cannot be undone from the admin but I'll try be careful. Stachethemes Developer tsvrb replied privately 878Zhivko repliedJanuary 25, 2019 at 3:27pmHi,I've added additional code to your theme functions.php file: add_action('wp_footer', function() { ?> <script type="text/javascript"> (function ($) { if (typeof $.stecExtend !== 'function') { return; } $.stecExtend(function (master) { $.each(master.calData.eventsPool, function () { if (this.category.length > 0) { this.color = this.category[0].color; } }); }, 'onAddToEventsPool'); })(jQuery); </script> <?php}); This code changes the color of the events in the calendar as well.Single page code is working as intended: http://test02.igmetall.de/stec_event/test/ Stachethemes Developer1 Like 2tsvrb repliedJanuary 26, 2019 at 4:40pmThank you! Works fine.Maybe you can integrate this feature in your next update to be able to choos between calendar color or category color as .It is not uncommon to use category color as default ;-) 878Zhivko repliedJanuary 29, 2019 at 12:22pmYou are right it's common for users to request this so we'll most like add it in the options. Stachethemes Developer Sign in to reply ...
Hi again,
is it possible to set event category color instead of calendar color as default for single events?
Hi,
Replace file stachethemes_event_calendar\front\view\single.php with the one I've attached.
Stachethemes Developer
Hi,
can not see difference. Calendar color is still as default color for single event.
Can you give me ftp access to the files to do it for you? You can post here privately.
Stachethemes Support
My Time Zone is GMT+3
Envato Profile | Facebook | Twitter | Newsletter | Rate & Review
[email protected]
Direct FTP access is safer since any php typo could produce an error which cannot be undone from the admin but I'll try be careful.
Stachethemes Developer
Hi,
I've added additional code to your theme functions.php file:
This code changes the color of the events in the calendar as well.
Single page code is working as intended: http://test02.igmetall.de/stec_event/test/
Stachethemes Developer
Thank you! Works fine.
Maybe you can integrate this feature in your next update to be able to choos between calendar color or category color as .
It is not uncommon to use category color as default ;-)
You are right it's common for users to request this so we'll most like add it in the options.
Stachethemes Developer