Hi all, First of all I love this component. I would like to be able to have the scheduler start fully expanded when a client clicks on a link to it. the reason is that for some reason my menus drop down behind scheduler and a few other things on the site.
lumina.turnertechrepair.info is the url if you are curious.
As for menus - in components/com_scheduler/codebase/dhtmlxscheduler_wp.css, locate
dhx_cal_container{z-index:999;}
and replace with
dhx_cal_container{z-index:0;}
You may add this code into scheduler_include.html file (wp-content/plugins/event-calendar-scheduler/scheduler_include.html).
Also you may modify style of link to specify where and how to show link: