moimoimoi
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Tickets and Registration] Only one ticket per user possible?Hey Sky, works great. But is it normal that I am no longer allowed/cannot update the plugin? Because I edited the form and instead of entering the number manually I set the value to 1. After the last update, I always got the message: “please select the number of tickets”, i.e. there must be something elementary adjusted? Or am I doing something wrong?
<?php if ( $is_there_any_product_to_sell ) : ?> <input type="hidden" class="tribe-ticket-quantity" name="quantity_<?php echo absint( $ticket->ID ); ?>" value="1" > <?php if ( -1 !== $available ) : ?> <span class="tribe-tickets-remaining"> <strong><?php $readable_amount = tribe_tickets_get_readable_amount( $available, null, false ); echo sprintf( esc_html__( '%1$s', 'event-tickets' ), '<span class="available-stock" data-product-id="' . esc_attr( $ticket->ID ) . '">' . esc_html( $readable_amount ) . '</span>' );?> </strong> .... </span> <?php endif; ?> <?php else: ?> <span class="tickets_nostock"> .... </span> <?php endif; ?>
- This reply was modified 4 years, 10 months ago by moimoimoi.
Forum: Plugins
In reply to: [Event Tickets and Registration] Only one ticket per user possible?Hey Sky, thank you for the answer. I will check that. best
Hi Cais,
that it – NextGen dont like the standard MAMP Port with 8888, i changed now to 80 and all works fine!
Thanks a lot!
Yes, nothing changed.
1. I Reset NextGen – nothing changed (just standard option again activ)
2. I delete and reinstall NextGen – nothing changedHi,
i had a small Update:
it try to insert via Shortcodes the gallery like
[ngg_images gallery_ids="130" display_type="photocrati-nextgen_basic_thumbnails"]
than i see the gallery – YEAH! But all gallerys embeded with
<img class="ngg_displayed_gallery mceItem" src="https://localhost:8888/sr/nextgen-attach_to_post/preview/id--3146" alt="" />
on my normal online version, it works perfect!o
On my local (he dont like <img…”)