dieSuse
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Sending Mails really slowIt was still a problem with my provider. Close topic.
I think you can use define(‘NEWSLETTER_CRON_INTERVAL’, ‘yourvalue’); in the config.php of WP to define the time span.
Forum: Plugins
In reply to: [Elementor Header & Footer Builder] Header/footer displays only on first pageI currently have the same problem. Header and footer are displayed only on the start page even though I selected to display them on the whole page. I deactivated all plugins besides elementor and elementor pro but header and footer are still not displayed. Do you have any idea?
Forum: Plugins
In reply to: [Contact Form 7] Arrows never end turning after sendingThanks a lot and sorry I missed this FAQ. I found the troublemaking plugin already.
Regards,
SuseForum: Plugins
In reply to: [Theater for WordPress] No Content on Events PageI found the solution, that was not really hard. The theme just was not supporting the theater post type. As it was added, all was working fine.
Regards,
SuseForum: Plugins
In reply to: [WooCommerce & qTranslate-X] Translate product attribute valuesClose this.
Forum: Themes and Templates
In reply to: [Pingraphy] How to deactivate animations – Flickering on SafariOk, now.
Forum: Themes and Templates
In reply to: [Pingraphy] How to deactivate animations – Flickering on SafariOk, so I’ll close this.
The following link solved my problem: https://wp-events-plugin.com/tutorials/create-your-own-event-scope/
And if anybody has the same request as I had, here is my code to print past events from a defined date until today:
// create own scope to show "past events until today" add_filter( 'em_events_build_sql_conditions', 'my_em_scope_conditions', 1, 2); function my_em_scope_conditions($conditions, $args) { if( !empty($args['scope']) && preg_match('/pastdate-today/', $args['scope']) == 1 ) { $my_args = explode(',', $args['scope']); $start_date = date('Y-m-d', strtotime($my_args[1])); $end_date = date('Y-m-d', current_time('timestamp')); $conditions['scope'] = " (event_start_date BETWEEN CAST('$start_date' AS DATE) AND CAST('$end_date' AS DATE)) OR (event_end_date BETWEEN CAST('$end_date' AS DATE) AND CAST('$start_date' AS DATE))"; } return $conditions; } add_filter( 'em_get_scopes','my_em_scopes', 1, 1); function my_em_scopes($scopes) { $my_scopes = array( 'pastdate-today' => 'Today and Tomorrow' ); return $scopes + $my_scopes; }
The following shortcode prints out all events from 1st of March 2017 until today:
[events_list_grouped mode=”monthly” scope=”pastdate-today, 2017-03-01″ ]#_EVENTLINK #j.#@_{ – j.}<br />[/events_list_grouped]
Regards,
SuseForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit Booking ErrorHi again,
I’ve updatet to Pro an hour ago, for another reason by the way, but the error is still existing with Pro version 2.4.4.2.
Regards,
SiseForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit Booking ErrorHi,
I’m using EM 5.6.6.1 and EM Pro 2.3.9.
Thanks,
SuseHi,
and thanks for the reply. I think I did not express myself correctly. Since the problem is not the widget but the syntax in the ‘scope’.
I want to display all past events of this year. So I tried this:
[events_list_grouped mode=”monthly” scope=”2017-01-01,today”]
But that doesn’t work. Any other ideas?
Regards,
SuseForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit Booking ErrorHi caimin_nwl,
and thanks a lot for your reply. Unfortunately it did not work. The error is still there as before.
Thank you anyway,
SuseForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit Booking ErrorYes it is! But it is existing in the backend. Nothing is missing. And it is part of the personal data and not the booking details. If I click to change data, it is part of another formular an not getting an input field. However, there is the error, that the age is missing.
Any ideas?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Edit Booking ErrorHi,
and thanks für the reply. Yes, the No-User Booking Mode is used. Is it not possible then to do a booking from the backend? Seems that my user account is used then.
I have to say, that I just took over the website and I think it I really have to clean it up. Some of the problems described above could be solved, but I have already one really annoying: If I want to change a thing of the booking options or the ticket or anything in the backend, I always get an error that some personal data (her the age of the customer) is missing. But it is not. It is listed correctly. So I cannot change any data, what is really not working for me. Is there any idea, what caused this behavior?
Thanks a lot,
Suse