Photo View Stretching My Event (only when there is 1 event, 2 events + works)

Home Forums Calendar Products Events Calendar PRO Photo View Stretching My Event (only when there is 1 event, 2 events + works)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #131892
    custommods
    Participant

    The Photo view is stretching my single event until it is about 1px in width, it starts off at about 200px and stretches upwards until the width is only 1px or so and the height is about 800 px. help please. http://www.miamisfinest.net/events

    #132198
    custommods
    Participant

    now that i added more events, they slowly change size (they get smaller slowly) in photo view (the only reason i purchased this app, photo view).

    #132209
    custommods
    Participant

    I had to fix my problem with a workaround, adding this style to my css
    #tribe-events-photo-events{
    width:900px !important;
    }

    for some reason that element is constantly shifting in size which made all the elements move.. and my callendar view has the names of the days creeping over into eachothers sections (so tuesdays slot has MON partially in it, etc) unhappy with the current state of the app and the fact that i have waited 2 days with no response.

    #132802
    Brook
    Participant

    Howdy custommods,

    Thank you for posting the resolution! While I am glad you were able to find one, I wish we were able to be of more help. Of course we only work on weekdays, so we were not able to respond quicker to your post.

    As for why the sizes were shifting, our plugin is designed to handle templates and images of various widths. It is hard to say for sure without seeing the problem for myself, but it is likely that our allowing multiple sizes of images is what was causing unintended behavior for your fixed width site.

    Please let us know if you need assistance with something else in the future!

    – Brook

    #132878
    custommods
    Participant

    Listed is my complete work around that fixed all sizes
    @media all and (min-width: 501px) and (max-width: 700px){
    #tribe-events-photo-events{ width:500px !important;
    }}
    @media all and (min-width: 701px) and (max-width: 800px){
    #tribe-events-photo-events{ width:700px !important;
    }}
    @media all and (min-width: 801px) and (max-width: 900px){
    #tribe-events-photo-events{ width:800px !important;
    }}
    @media all and (min-width: 901px) {
    #tribe-events-photo-events{
    width: 900px !important;
    } }

    #132880
    custommods
    Participant

    I have another question in regards to the footer of my site, should i post a new thread? my footer and header image curosels dont load in single single event views. Example of working curosel : miamisfinest.net/events
    Example of single event: http://miamisfinest.net/event/rage-by-the-pound-w-skism-victor-niglio-crnkn-2/

    #135432
    Brook
    Participant

    Howdy again custommods,

    We do ask that you open a new topic for each problem whenever possible. However, since we have been running a bit behind this week in responding, I do not want you to have to open a new topic then wait for a response. In the future please do open new topics as it usually gets you the quickest response, but just this once I will happily make an exception.

    Have you tried changing the Events Template found in Events > Settings > Display. I would not be surprised if the “Default Page Template” option worked for you better than the Default Events Template. You might try each of the templates to see if one of them brings your carousel back.

    Does that make sense? Will that work for you? Please let me know. Cheers!

    – Brook

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Photo View Stretching My Event (only when there is 1 event, 2 events + works)’ is closed to new replies.