This is located on an internal website so I can't share the URL but, I'd like to display 4 events in monthly calendar view instead of 3. Also, is it possible to show just the work week in monthly view? See attachment.
The design at the moment is such that only 3 events can be displayed and all extra events will be shown as +n at the bottom. Week view does not have this restriction.
To remove sunday and saturday add this code in your theme functions.php file at the bottom:
// Removes sunday and saturday from month view // Note to work properly set in General settings -> First day of the week to monday add_action('stec_after_html', function() { ?> <script type="text/javascript"> (function ($) { $.stecExtend(function (m) {
This is located on an internal website so I can't share the URL but, I'd like to display 4 events in monthly calendar view instead of 3. Also, is it possible to show just the work week in monthly view? See attachment.
Thanks
Hi,
The design at the moment is such that only 3 events can be displayed and all extra events will be shown as +n at the bottom. Week view does not have this restriction.
To remove sunday and saturday add this code in your theme functions.php file at the bottom:
Stachethemes Developer