Home › Forums › Calendar Products › Events Calendar PRO › The "months" view does not display event names and does not link.
- This topic has 6 replies, 2 voices, and was last updated 11 years, 8 months ago by
Casey D.
-
AuthorPosts
-
July 9, 2014 at 6:09 am #321245
laurahknight
ParticipantHi,
As the title says, it is not linking to the particular event: http://www.laurahknight.com/spl/events/month/ what might be the reasone. Am I missing anything here? I can send the login details if required.
Apart from this, great plugin!
Cheers
July 9, 2014 at 10:28 am #322833Casey D
MemberHello laurahknight,
In 3.5 we released a ‘responsive design’ feature update. What you are seeing here (grid with dots) is our month view for smaller screens.
There seems to be a conflict with the theme. If you changed to a theme like Twentytwelve temporarily, you should see the month view behave normally.
I’m not exactly sure where the conflict lies, but ultimately the container window is too small and it is ‘tripping’ the responsive code. If you were able to make this wider, I believe it would work correctly.
This is a great site otherwise and I’ll add it to our showcase list once we correct this!
Does this make sense? Let me know if I can explain anything else!
Cheers!
– Casey Driscoll
July 9, 2014 at 11:55 am #323329laurahknight
ParticipantHi Casey,
Thank you for the quick reply. As you mentioned, I expanded the content area: http://awesomescreenshot.com/01734ecv74 and the issue still seems to persist. Also, tried with twenty twelve theme (though its content area of full width page is smaller than this) and same result. I think the issue is not related to “responsiveness” else why would it not link to the respective event page? I am more concerned about events linking via calender than displaying their names in it. I hope this makes sense.
Appreciate your time and response,
Cheers
July 9, 2014 at 11:59 am #323353laurahknight
ParticipantHi Casey,
I expanded the content area: http://awesomescreenshot.com/01734ecv74 and you can see the issue still exists. I also tried switching over to a default twenty twelve theme (though its content area of full width page is less than this), but the issue still exists. I think the issue is not related to responsiveness, else why would it not link to the respective events page? I am more concerned about the event linking via calender than displaying the event name in it. I hope this makes it clear.
Appreciate your time and response on this,
Cheers
July 9, 2014 at 12:20 pm #323490laurahknight
ParticipantHi Casey,
I expanded the content area: http://awesomescreenshot.com/01734ecv74 and you can see the issue still exists. I also tried switching over to a default twenty twelve theme (though its content area of full width page is less than this), but the issue still exists. I think the issue is not related to responsiveness, else why would it not link to the respective events page? I am more concerned about the event linking via calender than displaying the event name in it. I hope this makes it clear.
Appreciate your time and response on this,
CheersJuly 10, 2014 at 9:33 am #335904Casey D
MemberHello laurahknight,
After talking with a developer the problem is definitely that the responsive code is triggering, but I thought it was for a different reason.
We’ve seen this a few times, the problem is you have another plugin that is stripping out the media queries on our CSS, thus all code is triggering without respect to media size.
For example, each event title in the calendar (hidden in yours) should have a media query of max set to 768 on this line of CSS:
.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .hentry { display: none; }
But since the media queries are stripped for some reason, the display: none prevails and the titles are hidden.
For example, here is the same code from the wpshindig.com site with media query intact:
media=”(max-width: 768px)”
.tribe-events-calendar td .tribe-events-viewmore, .tribe-events-calendar td .hentry { display: none; }I noticed too that the ‘List’ view of your calendar is also in responsive mode. (Big blocky elements that look more like buttons than text)
If you follow this conflict tutorial, you should be able to find which plugin is causing this. I was hoping to find other forum threads with this issue (I’m fairly certain they exist) but wasn’t able to. If you dig around you may find some more information in our forums though.
Does this make sense? Let me know if this doesn’t work for you.
Cheers!
– Casey Driscoll
August 11, 2014 at 10:05 am #640317Casey D
MemberHello laurahknight,
We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Cheers!
– Casey Driscoll
-
AuthorPosts
- The topic ‘The "months" view does not display event names and does not link.’ is closed to new replies.
