I'm trying to display a day view that has three events all starting at the same time, but I can only see two of them, and just one of them has clickable links to the node.

The problem is that all three events are displayed, but two of them have the same CSS class and are therefore located one above the other. The issue with the clickable link is that the foremost event has a div that transparently covers the div of the other event showed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dMaggot’s picture

The issue with the same CSS classes (and thus one item on top of the other) was happening because I had an event with same start and end date-time. I fixed the end date-time and I can now see all three events, my bad.

The issue that only the most indented item has a clickable link to the node is still present, though, and it is because of the div.calendar.view-item that is behind the calendar item itself. I experimented a bit by removing that div from the template and from some of the CSS rules and I messed up the display (calendar items have incorrect width) but all links are clickable.

dMaggot’s picture

Fixed CSS styles to correctly layout items in singleday calendar view. Working for me on http://ecsl2012.softwarelibre.ca/calendario/dia/2012-11-02

guillaumev’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
3.86 KB

This fixed it for me as well, so I applied it to the week view as well.

dcooley’s picture

The patch in #3 fixed my problem. Weekly and daily links of concurrent events are clickable now.

apaderno’s picture

Version: 7.x-3.4 » 7.x-3.x-dev

Neslee Canil Pinto’s picture

Status: Needs review » Fixed

Committed, Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.