Dirk

Forum Replies Created

Viewing 14 posts - 91 through 104 (of 104 total)
  • Author
    Posts
  • in reply to: Add text ticket box #882290
    Dirk
    Participant

    Hi Josh,
    Thank you for replying this quickly. I followed the themers instruction and the tickets.php is copied.
    Unfortunaly I cannot work out where to put it. Tried some stuff but it’s not showing.
    I would like to add some text, just generic text after the submit button:

    if ( $is_there_any_product_to_sell ) : ?>
    <tr>
    <td colspan=”4″ class=’woocommerce add-to-cart’>

    <button type=”submit”
    class=”button alt”><?php esc_html_e( ‘Add to cart’, ‘tribe-wootickets’ );?></button>
    </td>
    </tr>
    <?php endif ?>

    Can you help me where to and how to put the text there?

    Thank you very much!

    Dirk

    in reply to: Barcode/QR Code Hack Found? I WILL PAY for a dev to help me. #878618
    Dirk
    Participant

    You got me very excited that this kind of solution might be on your roadmap for the end of this year. Or at least soon! Very excited!

    in reply to: Printing the tickets #846275
    Dirk
    Participant

    I guess it’s a gmail problem, thank you for the information. I do hope you will bring back PDF in the future 🙂

    in reply to: Admin bar en Dashboard not blocked / hiding #846271
    Dirk
    Participant

    I understand you have to ask that questions and unfortunately I indeed chose Block acces to WordPress dashboard.
    We’re currently live and can’t mess around much so I just hid the admin bar entirely. It creates some difficulties but we’ll try to fix it in the future. Thank you for your response though. We’ll be in thouch 😉

    in reply to: Printing the tickets #810772
    Dirk
    Participant

    Ahhh, that’s a pity! I hope you bring back PDF tickets soon then! ;). PDF is compatible across the board. Nowadays natively supported on every OS.

    As a follow-up question since apparently more people have these issues: Do you perhaps have a list of handlers which do not support the page break? That way we can warn customers of this flaw.

    Thanks in advance!

    in reply to: Transfer existing events to Community Events #810476
    Dirk
    Participant

    Thank you very much. It’s clear! 🙂
    So with this information I assume it’s not possible to block the custom role from the Community Events settings.
    That’s the last question I have about this. Feel free to close the thread. 🙂

    in reply to: Transfer existing events to Community Events #810415
    Dirk
    Participant

    It helps alot!
    We made some custom roles similar to the WordPress role ‘author’ but not completely the same. Could that work? Will custom roles show up in the Community Events settings?

    The rest is a perfect answer and exactly what we hoped and assumed.

    Thank you for the quick respons!

    in reply to: Wootickets + Community Events #800588
    Dirk
    Participant

    This reply is private.

    in reply to: Wootickets + Community Events #780000
    Dirk
    Participant

    Hi,
    Thank you for the fast an clear responses. It confirms the suspicions we already had. I have a suggestion and a follow-up question.
    suggestion: Events Calendar and Wootickets are connected. Events Calendar and Community events are connected. If you connect Wootickets and Community Events you have a supreme trifecta. You probably have good reasons not to do so, but I think it would benefit many many start-ups, users and future attendees.

    My follow-up question:
    Since you need to give backend acces to organizers to check-in their attendees it is necessary that they can’t see the lists (and security codes) from other organizers. We can hide other user’s posts with something like this:
    function posts_for_current_author($query) {
    global $pagenow;

    if( ‘edit.php’ != $pagenow || !$query->is_admin )
    return $query;

    if( !current_user_can( ‘manage_options’ ) ) {
    global $user_ID;
    $query->set(‘author’, $user_ID );
    }
    return $query;
    }
    add_filter(‘pre_get_posts’, ‘posts_for_current_author’);

    However, when users see only their own events and click on attendees list it show’s completely empty. When you remove the code the list reappears (but also all the other lists from other users). Please help us fix this! 🙂
    (or connect Wootickets with Community Events 😉 )

    Thanks in advance!

    in reply to: Doing Dutch translations #699493
    Dirk
    Participant

    This reply is private.

    in reply to: Doing Dutch translations #699484
    Dirk
    Participant

    This reply is private.

    Dirk
    Participant

    Hi,
    Yes, what he said! ;). And if you need help translating specific words to make it suit your website a little more just let me know. Leah probably has a ton of topics to go through and I just did all that. No problem helping you out.

    Cheers,
    Dirk

    Dirk
    Participant

    Hi,
    I noticed that you’re looking for a working nl_NL translation. Recently I was working on them and they were outdated. I translated also the missing things but I think they didn’t uptdate them yet. Haven’t heard back from then yet, they don’t visit that often I guess.
    In the meantime you can find my finished and working (using them myself) Dutch translations in this post: https://tri.be/support/forums/topic/doing-dutch-translations/
    Just replace your .mo and .po files and they should work. If they don’t, let me now, been working on/with them for a couple days now and I guess I can help you with it.
    Cheers,
    Dirk Westenberg

    in reply to: Remove Event addons from menu #698750
    Dirk
    Participant

    Hi,
    Thank you for your response. We already figured out a different workaround but will be using yours instead.
    Working on the menu’s we however found a much more pressing issue we would really love some assistance with. We didn’t want to clutter the forums so you can find it in an old topic: https://theeventscalendar.com/support/forums/topic/community-woocommerce-tickets/

    We would love to resolve this. If you can help us with that it would be greatly appreciated and we will definatly buy some other plugins we have our eyes on.(like the filter bar and import FB stuff)

Viewing 14 posts - 91 through 104 (of 104 total)