The "months" view does not display event names and does not link.

Home Forums Calendar Products Events Calendar PRO The "months" view does not display event names and does not link.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #321245
    laurahknight
    Participant

    Hi,

    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

    #322833
    Casey D
    Member

    Hello 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

    #323329
    laurahknight
    Participant

    Hi 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

    #323353
    laurahknight
    Participant

    Hi 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

    #323490
    laurahknight
    Participant

    Hi 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

    #335904
    Casey D
    Member

    Hello 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

    #640317
    Casey D
    Member

    Hello 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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘The "months" view does not display event names and does not link.’ is closed to new replies.