Okay
  Public Ticket #3033813
Show full size image
Closed

Comments

  •  1
    cultivatehub started the conversation

    Is there a way to show the full size image that has been uploaded. My customers that submit typically have an 8.5" x 11" flyer they have created and i would like to show that full image. 

    If there isn't a setting let me know what code I could overwrite to make that change. Thanks!

  •  783
    Zhivko replied

    Hi,

    You could override the media container height by adding in STEC -> Fonts & Colors -> Custom style tab following css:

    .stec-layout-single-media-content {
        height: 0 !important;
        padding-top: calc(100% / 0.77) !important;
    }

    where 0.77 is the aspect ratio of the image (e.g. 1583px / 2048px = 0.77)


    Stachethemes Developer

  •  1
    cultivatehub replied

    Okay thanks! Another question. Is there a way for me to build out my own events detail page? I'm using elementor and I can create a template for it but is there way to use shortcodes to insert the various information in the page? I'd like to have a bit more control over that page. Thanks

  •  1
    cultivatehub replied

    Actually that didn't work the way I was expecting. Is not a way to just show the full width and let the height be whatever it needs to be to keep it in scale? 

    FOr instance, This one is a horizontal image: http://findcardshows.com/stec_event/tc-sports-cards-presents/

    BUt this one is vertical: http://findcardshows.com/stec_event/dallas-card-show/

    It looks great on the vertical but it's cutting off the other. If I can just have it display the full width of the container then that should be able to scale any image. Thanks!

  •  783
    Zhivko replied

    I'd suggest you to include the images directly in the event's desription area.


    Stachethemes Developer

  •  1
    cultivatehub replied

    Is there not a State field for the front end submission?

  •  783
    Zhivko replied

    What do you mean by state?


    Stachethemes Developer

  •  1
    cultivatehub replied

    On the submission it asks for address but there is not State field. Such as Texas for instance. It would be helpful for the address so people know what state the event is taking place in. Right now, I'm having to manually add it to the City field. Thanks

  •  783
    Zhivko replied

    Sorry, there's no state field at the moment. I'll make sure to address this issue in the next version of the calendar by allowing users to add custom fields to the location form.


    Stachethemes Developer