Events not showing on a cell phone

Home Forums Calendar Products Events Calendar PRO Events not showing on a cell phone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #995610
    Anthony
    Participant

    Events show OK on a PC and an IPad but do not show on a cell phone. There are no errors and it appears to be taking the time to read the events but the calendar does not appear on the screen, only the sidebar items.

    #995683
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    I see you are using a modified version of Twenty Fourteen and in that theme it hides the Entry Content in archive sections on screen sizes smaller then 400px, which happens to be where our event views are placed. Single events should not have an issue.

    We have a fixed included in the next release for now try out this css:

    @media screen and (max-width: 400px) {
    .list-view.events-archive .site-content .type-page .entry-content {
    display: initial;
    }
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #995921
    Anthony
    Participant

    Hi Brian,

    That worked!! I thought I had reverted to the std theme but I must have missed something as it did not work when I did that.

    Thanks,

    Tony

    #996040
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Events not showing on a cell phone’ is closed to new replies.