Calendar Width
-
I use your plugin on my website. I’ve had issues with the size of the calendar plugin before, and you provided me the following support…
Our development team has implemented the following fixes to your Spider Calendar. They added the following code to /spider-event-calendar/calendar.php file:
#bigcalendar<?php echo $many_sp_calendar; ?>,
#afterbig<?php echo $many_sp_calendar; ?>{
display: block !important;
width: 100% !important;
}
#cal_event p{
color:<?php echo $ev_color;?>;
line-height: 22px;
}You will see it if you search with this code snippet:
#bigcalendar<?php echo $many_sp_calendar; ?>
It is the entry below the following code…
#views_select .arrow-right{
display: none;
}or with #cal_event p ID. Let me know if implementing these changes resolves the issue.
Thank you!I’ve modified the calendar.php file after every update and it has fixed the problem. However, with this latest update, the code change no longer works.
You can see the issue by going here…
http://ramonahillsideplayers.org/calendar-of-events/Also the bottom of the page here…
http://ramonahillsideplayers.org
The topic ‘Calendar Width’ is closed to new replies.