cshijacked
Forum Replies Created
-
Hey, now i found. Its {tickets_available} and not {available_tickets}. Thanks for the support ??
Hi once again,
i tried this template tag in Calendar (Grid view) but it only shows “{available_tickets}” and no number of available tickets. What do i wrong ?Please take a look here:
https://schorschguidetouren.de/booking-calendar/?month=9&yr=2025
- This reply was modified 6 hours, 43 minutes ago by cshijacked.
Forum: Plugins
In reply to: [DCO Comment Attachment] Uploading bar or circleIt would be very nice when you can find a way to implement this – thank you for reply
Forum: Plugins
In reply to: [Filter & Grids] Typography customizationHi,
Thanks for your answer ??
I made it by changing some font style heights in the plugin′s “style.css”.
Now it works fine for me ??
Greetings from Germany
ChrisForum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Flags in one rowecho '#flags{width:100%;}';
Edited row 45 and row 48 in styles.php of the plugin like this obove. Works fine ??
Forum: Reviews
In reply to: [CBX Bookmark & Favorite] Login Window in PluginHey and many thanks for the tipp. For all others with custom login form. Ich changed the following lines between 388 and 403 (see the bold parts)
$cbxwpbkmark_login_html = '<h3 class="cbxwpbookmark-title cbxwpbookmark-title-login">' . esc_html__( 'Bitte melde dich an um diese Funktion zu nutzen!', 'cbxwpbookmark' ) . '</h3>'; //$cbxwpbkmark_login_html .= wp_login_form( [ // 'redirect' => $redirect_url, // 'echo' => false //] ); $cbxwpbkmark .= apply_filters( 'cbxwpbookmark_login_html', $cbxwpbkmark_login_html, $login_url, $redirect_url ); $guest_register_html = ''; $guest_show_register = intval( $settings_api->get_option( 'guest_show_register', 'cbxwpbookmark_basics', 1 ) ); if ( $guest_show_register ) { if ( get_option( 'users_can_register' ) ) { $register_url = add_query_arg( 'redirect_to', urlencode( $redirect_url ), wp_registration_url() ); $guest_register_html .= '<p class="cbxwpbookmark-guest-register">' . sprintf( __( 'Hier kannst du dich <a href="https://mysite.com/sign-in/">anmelden</a>', 'cbxwpbookmark' ), $register_url ) . '</p>'; }
Forum: Reviews
In reply to: [CBX Bookmark & Favorite] Login Window in PluginHey, thanks for the fast reply. I cannot find:
cbxwpbookmark_login_html
anywhere.