Tickets NOT responcive

Home Forums Ticket Products Event Tickets Plus Tickets NOT responcive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #90161
    cecapra
    Participant

    Hello,
    The “Tickets” section is not responsive, on smaller devices a large portion on the Ticket section does not show.

    But the “Details” section and the “Venue” section are properly responsive.

    I have changed the order of the Ticket section and placed it at the top with this php snippet

    remove_action(‘tribe_events_single_event_after_the_meta’,
    array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’), 5);

    add_action(‘tribe_events_single_event_before_the_content’,
    array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’), 5);

    though I do not see that this should effect its responsiveness but …
    I have tried this to no effect:
    “.single-tribe_events #tribe-events-content form.cart, .single-tribe_events #tribe-events-content div.cart {
    width: 90% !important;
    }”

    I am using http://www.responsinator.com/ to check responsiviness.
    Thank you

    #90230
    Kelly
    Participant

    Hi, cecapra! 🙂 Great question, and I really appreciate the comprehensive description in post!

    Responsiveness for all our plugins is something that we’ve been actively working on for some time now. You’d be amazed what a complex issue it is until you start to dig into the meat of it.

    That said, we’re getting very close now, and it definitely is coming soon! We’ve already done a round of usability testing and are working through the feedback we got from that now. Once those tweaks are done, we should be good to roll it out in the following release.

    Again, I apologize that it’s not yet available, but I’m excited to report that it’s just around the corner! 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Tickets NOT responcive’ is closed to new replies.