Sean

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 209 total)
  • Author
    Posts
  • in reply to: Fatal PHP Error after updating to version 4.4.32 #1623037
    Sean
    Participant

    Great, thank you so much for your help!

    in reply to: Fatal PHP Error after updating to version 4.4.32 #1622819
    Sean
    Participant

    Thanks Patti! Is my understanding correct that (if we use the first replacement option) we should replace tribe_get_custom_field with TribeEventsCustomMeta::get_custom_field_by_label in our template override files?

    in reply to: Fatal PHP Error after updating to version 4.4.32 #1622469
    Sean
    Participant

    Thanks Brandon. I unfortunately can’t see Patti’s link because it was a private post.

    I understand we need to replace the old function tribe_get_custom_field( 'Our Custom Field Label' ) with the new function. However, I’m unclear of the exact code. If we need to replace it with tribe_get_custom_fields( $id) what do we need to replace the ( $id) with and where we can find that value? Sorry for not understanding your initial reply, we’re still getting accustomed to customizing php!

    Here’s the original function/code:

    <div class = "right-float-box" >
        <div class = "right-float-box-wrapper">
             
            <a class="tribe-events-event-url blue-button" href="<?php echo tribe_get_event_meta( get_the_ID(), '_EventURL', true ); ?>" target="_blank">Event Website</a>
             
            <?php if ( tribe_get_custom_field( 'Online Registration' ) ) : ?>
                <a class="tribe-events-regurl green-button" href="<?php echo esc_url( tribe_get_custom_field( 'Online Registration' ) ); ?>" target="_blank" >Register Online </a>
            <?php endif; ?>
            <?php if ( tribe_get_custom_field( 'Paper Application' ) ) : ?>
                <a class="white-button" href="<?php echo esc_url( tribe_get_custom_field( 'Paper Application' ) ); ?>" target="_blank" >Mail In Application</a>
            <?php endif; ?>
        </div>
    </div>

    Thank you and have a great weekend!

    in reply to: Fatal PHP Error after updating to version 4.4.32 #1622310
    Sean
    Participant

    This reply is private.

    Sean
    Participant

    Thank you very much Matthew, that is a big help! Really appreciate your assistance with this.

    Best regards,
    Karly

    Sean
    Participant

    Thanks for chiming in Matthew! The missing “Done” button was what was happening to us as well. Good to know that modifying the database is not a workaround.

    Sky, thanks for reopening the ticket for this bug. We’ll be anxiously awaiting the fix.

    Sean
    Participant

    This reply is private.

    Sean
    Participant

    Hi Sky,

    Thanks for your reply. I am running the latest version of all plugins. Unfortunately, this issue persists. Can you please advise how this setting can be manually changed in the backend via FTP (which file and what line of code) until the issue is fixed?

    Thank you,
    Karly

    in reply to: Modifying Structured Data #1460131
    Sean
    Participant

    Hi Andras,

    Yes, that is the correct thread. Thanks for pointing us in the right direction!

    Best,
    Karly

    in reply to: Submission Form – Required Fields and Error Message #1457566
    Sean
    Participant

    Thanks for confirming Victor!

    in reply to: Submission Form – Required Fields and Error Message #1455709
    Sean
    Participant

    Hi Nico,

    Thanks for the update. I tested this on a staging site confirmed that the date and additional field values are now retained upon a failed event submission. However, the following issue persists:

    Upon a failed event submission, the values entered into the respective Venue and Organizer fields (Venue Name, Venue Address, Venue Website, Organizer Name, Organizer Email, etc) are not retained. This pertains to when the user enters a “new” Venue or Organizer into the form (if a saved Venue or Organizer is selected, that selection is retained upon a failed event submission).

    Can you please confirm if a fix for this issue is still in the queue for an upcoming maintenance release? Thank you.

    in reply to: Change TEC Schema.org Structured Data #1452788
    Sean
    Participant

    Good morning Andras,

    No worries on the delay. I know you guys were on the annual retreat and understand that tickets re: bugs, etc would have been more urgent (rightfully so) than questions like this.

    With that said, thank you very much for providing the snippet that we can add to get structured data on our list view!

    Best,
    Karly

    in reply to: Uncaught TypeError: n.geocoder.geocode is not a function #1443669
    Sean
    Participant

    Hi Brendan,

    I tried removing that line from our theme’s functions.php but the issue persists. This wasn’t surprising, since the console error was also present on the Twenty Seventeen default WordPress theme (with other plugins deactivated).

    Thanks,
    Karly

    in reply to: Uncaught TypeError: n.geocoder.geocode is not a function #1442239
    Sean
    Participant

    This reply is private.

    in reply to: Questions about the tribe_events shortcode #1440021
    Sean
    Participant

    Ah, bummer. Thanks for letting us know though. Hopefully that functionality will be added in the future. We added our votes to a few such requests on UV. Thanks again.

Viewing 15 posts - 1 through 15 (of 209 total)