Photo View Chronology – Recurring Events knocking other events out of chronology

Home Forums Calendar Products Events Calendar PRO Photo View Chronology – Recurring Events knocking other events out of chronology

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #968288
    Kat
    Participant

    Hello,

    My client would like all the events in Photo View to read from left to right in chronological order. I made an effort to use the same size images, keeping event titles to one line and removed description text, but I cannot see where to:

    1) Force chronology for Photo View events

    2) or remove the Recurring Event line so all the events appear to be the same vertical size

    3) Force all Photo View events to be the exact same vertical size

    Here’s the example of what I am referring to:
    http://minersfoundry.org/events/

    Many thanks in advance, I really like this plugin and have used it for a couple of clients. Looking forward to further updates and new features.

    Todd

    #968447
    Brian
    Member

    Hi,

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

    The issue you are having is the Photo View uses a masonry script to align all the events and it cannot and does not take into account event date, but only size of the event container. This view is designed for looks first and event order second. If you did it in reverse it could leave huge gaps in the rows and would look strange.

    However, we maybe to come up with something to help here.

    I do not think it is a good idea to force a min-height as that would mess up the event containers on smaller screens.

    This css may help though remove the recurring info:

    .tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-photo-event-wrap .tribe-events-event-meta .recurringinfo {
    display: none;
    }

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

    Let me know if that helps.

    Thanks

    #968496
    Kat
    Participant

    Thanks Brian,

    The CSS code snippet worked with my theme and was able to hide the display of my recurring event, thus making each event equal in height and staying in chronological order.

    My CSS skills are lacking, thanks for posting the code.

    #968507
    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 ‘Photo View Chronology – Recurring Events knocking other events out of chronology’ is closed to new replies.