My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1692: Background image in every day
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by solange....@gmail.com, Feb 8, 2013
Hi there,
Currently I'm working with Events Manager and customizing the calendar-full.php file, included in the plugin templates,  and showing as a slide/carousel to see all days of the month. It works well with the characteristics that I have given, some class that provide one image background (prominent event)  and the rest of the events of the day in every days of the month. The problems comes when I try to manage as a week (consider that calendar-full.php only has a full-month view so I customized to show as a horizontal carousel)..because the resultant code just returns divs as follows:

<div class="eventless-pre">
<div class="ev_day">31</div><!-- <<---THIS is the last day of January-->
</div>
<div class="eventful">
<div class="ev_day"> 1  </div><!-- <<---THIS is the first day of february-->
</div>
<div class="eventless">
<div class="ev_day">2</div><!-- <<---Etc..-->
</div>
<!-- Etc..-->

Please see the png screenshot that show how looks currently my calendar-full.php here: http://www.zapatosrojos.net/weekly-calendar.png

The only thing I have related with the calendar, are the  days number. There is not a week treatment, no S,M,T,etc.. name days.

So, (I'm sorry for the long presentation) I decide to use FULLCALENDAR because gives me the possibility to get monthly and weekly view as well. BUT, the thing is, I was trying to customized as I made with calendar-full.php file and I discover that is so hard to do it. Specially because as I explain above, in every day I have background image and the rollOver action should not display a floating div but shows the events occupying the same space every day (as you can see in the day numer 5 at http://www.zapatosrojos.net/weekly-calendar.png ).

Well, that my problem..I'm wondering if anyone of yours han been the same or similar problem and how solved it?

Thanks in advance!!
Sole
Aug 21, 2013
Project Member #1 adamrs...@gmail.com
you can use `dayRender` to have full control over this
http://arshaw.com/fullcalendar/docs/display/dayRender/
Status: Done
Aug 21, 2013
Project Member #2 adamrs...@gmail.com
see comment above
Sign in to add a comment

Powered by Google Project Hosting