here’s another thread which may help you with this – https://ww.wp.xz.cn/support/topic/possible-to-reduce-days-on-calendar?replies=3
eg. under wp-fullcalendar/includes/js/inline.js
Thread Starter
oahn00
(@oahn00)
Tnx, but I can’t find it in “inline.js” and when I tried to change it in “wp-fullcalendar.php” nothing happend.
Could Events Manager effect this issuu?
are you using the latest WP FullCalendar version?
Thread Starter
oahn00
(@oahn00)
Yes, I’ve the latest version, 0.9.
And Events Manager Version 5.5.7.1.
did you already tried under wp-fullcalendar/includes/js/inline.js ?
Thread Starter
oahn00
(@oahn00)
Yes, I did.
Could you please show me the lines in that file where I can choose “false” to weekends? I can’t see that code in this file.
should be something like
var wpfc_loaded = false;
var wpfc_counts = {};
jQuery(document).ready( function($){
var fullcalendar_args = {
timeFormat: WPFC.timeFormat,
defaultView: WPFC.defaultView,
weekends: <?php echo get_option('wpfc_weekends',true) ? 'false':'true'; ?>,
Thread Starter
oahn00
(@oahn00)
Now I got it as I wanted.
Thank you!
Have a great summer!
Thread Starter
oahn00
(@oahn00)
Sorry, forgot to mark this topic as resolved.