Hi everybody,
This is my first post in the forum. I installed the calendar module and everything is working perfectly except for two issues that I don't know how to fix.
The first is that I do not see the name of the month between the previous and next arrows, as I have seen in screenshots of the calendar module.
The second is that in the month view, I see listed all the events, but when I switch to week or day, I get nothing.
Can anyone help me please?
If you need more information about my setup, I will give it gladly.
Thank you.

Comments

ratref’s picture

Not sure if this is exactly the same issue, but the calendar views were extending the Prev arrow over the Month.

The culprit seemed to be in calendar_multiday.css at .view .date-nav-wrapper .date-prev, which starts on Line 776
Specifically, Line 783:

.view .date-nav-wrapper .date-prev {
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: none repeat scroll 0 0 #dfdfdf;
  float: none;
  padding: 5px 0;
  position: absolute;
 /*  right: 60px; Removed to expose label and move Prev link    */
  text-align: right;
  top: 0px;
  width: auto;
  z-index: 1;
  font-size: 12px;

As for the week/day issue, not running into that problem once I can tell I'm on the proper day/week, but more info might help.

keyvanrad’s picture

I had the exact same problem and thanks to 'ratref' who provided the fix.
Not sure if there is a bug/issue filed for this already but it will be fixed by removing that 'right: 60px' in the css file.

lriera’s picture

Hello ratref and keyvanrad,

Thank you very much for your answers. With your help I've solved the problem of the name of the month. Now it appears on the page and when I press the next or previous arrows the name changes. Perfect! Thank you!

Now I have a new problem, I see that the tabs for switching between month, week, day or year views, have disappeared. I don't know if it have relation with the anterior problem or is a new one. I also don't know if I must open a new thread in the Forum for this problem or I can follow with this thread.

Again I will appreciate any help you can offer to me.

Best regards

ratref’s picture

That setting is in the view configuration of what you're using.

Under page settings, for each display, you need to set a Menu. Select "Default menu tab" for the first display,
then set the parent menu to Calendar. You can set the rest of the menus for each display to 'Menu' Tab

Hope this helps.

ratref’s picture

As a follow-up, the latest version has a left:auto on the line following the right:60px.
Depending on your theme, you might play with blocking that line from passing through code.

I don't like to manipulate module .css, but I don't feel as bad if I simply block it for the time being.

kajtijoe’s picture

Priority: Normal » Major

The problem I found:
In the calendar view, you see the current month ( There was April several time today - now it is May ).
Direct type date into url:
2012-04 -> got June ( not good )
2012-05 -> got May ( good )
2012-06 -> got June ( good )
2012-07 -> got June ( not good )
Using buttons:
Starting from month
May or June, and after move 2 month forward, the url will the 2012-07 permanently.

In preview of View, the switching between months is working.

kajtijoe’s picture

Workaround:
I disabled the caching inside View ( Page settings ) and now it is working.

cliff98109’s picture

I'm having a very similar problem with calendar. Year and month seem to work fine. Week and day display the month between the forward and back arrows and don't display the calendar events.

I tried Ratrefs css mods in post #1 and #5 but no change in behavior, anyone else seeing the same thing?

ETA: I finally got around to looking at this again, it turns out I had a typo in the file name, Ratrefs css mods moved the arrows in to the right position. Now only the month tab is having display issues, showing "week of" in the header with no events in the calendar (it was late when I wrote the original post so maybe I was confused).

Neslee Canil Pinto’s picture

Issue summary: View changes
Status: Active » Closed (outdated)