0
Is there a way to adjust what hours are visible on the day view as well as hide Saturdays & Sundays?
Responses (4)
-
Accepted Answer
0to change the start hour (the first that is visible) is easy with just modifying one parameter, however to change the total hours displayed would require some heavier CSS adjustments. The same way, hide Sat and Sun will be tricky... also quite some CSS styling would be necessary for that, I'm afraid. -
Accepted Answer
0you need to modify one parameter in the JS file located here: /components/com_calendarplanner/assets/common.js.
in line 4, you will see this:
var vertical_move = 28;
this is the parameter you need to change.
this number must be 4 times the start hour you want. in this case, the start hour is 7am, therefore 7*4 = 28.
let me know if this helps.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »