Jeff Mackler

Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Ticket Fieldset #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!

    in reply to: Ticket Fieldset #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.

    in reply to: Ticket Fieldset #1169352
    Jeff Mackler
    Participant

    This reply is private.

    in reply to: Ticket Fieldset #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.

    in reply to: Ticket Fieldset #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?

Viewing 5 posts - 16 through 20 (of 20 total)