Home › Forums › Ticket Products › Event Tickets Plus › Ticket Fieldset
- This topic has 12 replies, 4 voices, and was last updated 9 years, 5 months ago by
Geoff.
-
AuthorPosts
-
September 22, 2016 at 12:34 pm #1167624
Jeff Mackler
ParticipantClick the + and nothing happens.
There are no js errors in console.
September 26, 2016 at 9:35 am #1168776Geoff B.
MemberGood 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.
September 26, 2016 at 9:49 am #1168805Jeff Mackler
ParticipantI 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?
September 27, 2016 at 10:24 am #1169330Geoff B.
MemberGood 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.
September 27, 2016 at 11:01 am #1169347Jeff Mackler
ParticipantThanks 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.
September 27, 2016 at 11:11 am #1169352Jeff Mackler
ParticipantThis reply is private.
September 28, 2016 at 1:02 pm #1170014Geoff B.
MemberThis reply is private.
October 4, 2016 at 5:38 am #1172209Jeff Mackler
ParticipantThe 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.
October 4, 2016 at 11:58 pm #1172581Geoff B.
MemberGood 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.
October 5, 2016 at 4:10 am #1172622Jeff Mackler
ParticipantOne 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!
October 5, 2016 at 11:18 am #1172868Geoff B.
MemberGood 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.
October 28, 2016 at 9:39 am #1184515Geoff
MemberHi 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
-
AuthorPosts
- The topic ‘Ticket Fieldset’ is closed to new replies.
