Ticket Fieldset

Home Forums Ticket Products Event Tickets Plus Ticket Fieldset

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1167624
    Jeff Mackler
    Participant

    Click the + and nothing happens.

    There are no js errors in console.

    #1168776
    Geoff B.
    Member

    Good afternoon Jeff and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.

    We are sorry to hear about the fact that you are unable to use the ticket fieldset on your install.
    I would love to help you with this topic.

    As a first troubleshooting step, could you please provide us with your complete system information in a private reply using the instructions found in the following link?

    https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Secondly, would you mind sending me a screenshot that details where you are trying to use the ticket fieldset.

    Best regards,

    Geoff B.

    #1168805
    Jeff Mackler
    Participant

    I figured it out. It’s a conflict with Jupiter theme. This seems like a significant issue, since Jupiter is quite popular. Any idea for a fix?

    #1169330
    Geoff B.
    Member

    Good afternoon Jeff,

    Yikes, that’s not good.

    Could you please send me a copy of your WordPress theme / child theme in a .zip file link (via Dropbox or Google Drive – in private reply) so that I can run some tests on my end ? I can’t promise you anything, but I would absolutely like to take a look to see if we cannot come up with a quick fix for this.

    Please ensure you are using the latest files as found on your actual website.
    This way I will get access to any updates you might have made.

    Best regards,

    Geoff B.

    #1169347
    Jeff Mackler
    Participant

    Thanks for the offer. I’ve tried with Jupiter out of the box too. It used to work, so must have been an update somewhere. No dice now though. I’ll send you the files.

    #1169352
    Jeff Mackler
    Participant

    This reply is private.

    #1170014
    Geoff B.
    Member

    This reply is private.

    #1172209
    Jeff Mackler
    Participant

    The Jupiter people figured out the issue, thanks to your initial troubleshooting. In case it helps, here’s their reaponse/resolution

    I went through /wp-content/plugins/event-tickets-plus/src/Tribe/Meta/Field/ folder and editted Abstract_Field.php line 237:

    $name = $tickets_plus->plugin_path . ‘src/admin-views/meta-fields/’ . sanitize_file_name( $this->type ) . ‘.php’;

    to

    $name = $tickets_plus->plugin_path . ‘src/admin-views/meta-fields/’ . $this->type. ‘.php’;

    And it seems to be working fine now.

    It was exactly render_admin_field() function.

    #1172581
    Geoff B.
    Member

    Good evening Jeff,

    That is awesome. Kudos to the Jupiter theme and yourself for figuring this out.

    I am also super stoked that you are sharing the solution for everybody’s benefit.

    Is there anything else I can help you with ?

    Best regards,

    Geoff B.

    #1172622
    Jeff Mackler
    Participant

    One other changes to make the front end work.

    Line 231 of the same file (/wp-content/plugins/event-tickets-plus/src/Tribe/Meta/Field/Abstract_Field.php) :

    $template = sanitize_file_name( $field->type );

    Need a change to:

    $template = $field->type;

    You’re welcome!

    #1172868
    Geoff B.
    Member

    Good afternoon Jeff,

    Thank you for sharing that last part.

    As a side note, we will also release a fix for this in an upcoming Maintenance release.

    You will be contacted when we do.

    You are welcome back on our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

    #1184515
    Geoff
    Member

    Hi Jeff,

    We just wanted to let you know that a fix for this issue was released in the latest versions Event Tickets and Event Tickets (4.3.1.1). Please update when you have the chance and definitely let us know if you continue to see the issue.

    Thanks for reporting this and for your patience while we worked on it!

    Geoff

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Ticket Fieldset’ is closed to new replies.