Balders
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event Manager ProHi Marcus,
thanks for the quick response.
I still need to update EM to 5.2.9
What would be the best practice to do a safe update? Change the files manually and check the new input? When I press update in WP amin everything will be overwritten.
Cheers
Balders
Upss something went wrong, her we go:
SELECT
wp_em_events
.event_start_date
,wp_em_events
.event_start_time
,wp_em_events
.event_name
,wp_em_locations
.location_name
,wp_em_locations
.location_town
FROMwp_em_events
LEFT JOINwp_em_locations
ONwp_em_events
.location_id
=wp_em_locations
.location_id
WHEREevent_start_date
>= ‘2012-10-03’
ORDER BYwp_em_events
.event_start_date
ASCHi Marcus,
I know you guys are geniuses and I don’t expect any answer but if it’s a piece of cake for you please have look at my SQL so far. I get everything I need from the db but not the category of each event. Any ideas? How do I join wp_term_taxonomy and wp_terms?
SELECT <code>wp_em_events</code>.<code>event_start_date</code> , <code>wp_em_events</code>.<code>event_start_time</code> , <code>wp_em_events</code>.<code>event_name</code> , <code>wp_em_locations</code>.<code>location_name</code> , <code>wp_em_locations</code>.<code>location_town</code> FROM <code>wp_em_events</code> LEFT JOIN <code>wp_em_locations</code> ON <code>wp_em_events</code>.<code>location_id</code> = <code>wp_em_locations</code>.<code>location_id</code> WHERE <code>event_start_date</code> >= '2012-10-03' ORDER BY <code>wp_em_events</code>.<code>event_start_date</code> ASC
Thanks ever so much
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event tags problemHi Marcus,
I didn’t mean the admin list.
I was talking about the front end. I’ve got events (still valid) on my page which use the tags and they are displayed on the page, even without the mentioned placeholder. Please have a look under the google map: https://www.der-backnanger.de/events/pe-werner-turteltauben/ They are even linked in the “related box” (similar topics) (see “?hnliche Themen:”) to normal wp posts. But when I go to admin I can’t find these tags anymore, the box Event Tags is empty although there are tags displayed on the page.
When I insert new events now, the event tags aren’t displayed anymore. It seems that the tags are displayed when there is a normal wp post with the same name (some events are more featured on the page where I use the same name).
It seems that the event page uses the normal wordpress tags and displays them when there is a regular wp post with the same name.
Any idea what’s going on?
Cheers
Clemens
Hi Marcus,
here is the comment from the theme developer :
“Swagger uses the built-in jquery library in WP, not the google CDN jquery library. You can see so yourself by looking at the Swagger page source and search for the text “jquery” and the first result shows you it’s coming from the WordPress wp-includes folder and NOT the google CDN.”
Cheers again
Clemens
Hi
No – it’s this one: https://themeforest.net/item/swagmag-wordpress-magazinereview-theme/1576310
Hi aglonwl,
Any idea what that could mean for “normal people”?
Cheers
Clemens
Hi Marcus,
Thanks for your detailed answer.
I’ll try to disable some javascript.
Here ist the link to the submission form: https://www.der-backnanger.de/veranstaltung-melden-2/
I can’t see any error warning in Firebug anymore though.
Cheers
Clemens
Hi again,
I disabled in EM General Options “Accept bookings” (after Enable recurrence?) and here we go: The date picker works well. So there is obviously a conflict in your plugin. I don’t need booking yet, but I want to upgrade to Pro Version, what does that mean for me in terms of booking facility?
But problem still: Autocomplete doesn’t work (backend okay, problem just in front end on the submission form).
I think we are getting there
Cheers
Hi Marcus,
I know I must be a pain in the back but I’m really no wordpress coder.
Do you mean I should put above code in the wp header.php like this:
<?php if( get_query_var(‘pagename’) != ‘veranstaltungen-melden’ ): ?>
<script type=’text/javascript’ src=’https://www.der-backnanger.de/wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js?ver=1.8.20′></script>
<script type=’text/javascript’ src=’https://www.der-backnanger.de/wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js?ver=1.8.20′></script><?php endif; ?>
Cheers again
Thanks Marcus,
and there isn’t a possibility to disable date picker and autocomplete just for the event form?
Cheers
Clemens
Hi Marcus,
I updated EM with your last date picker fix, still the same problem.
I can’t find the JavaScript to comment, not in header.php
I think I’m loosing it.
Heeelp please
Clemens
Hi again,
How would I do that temporarily? Just delete the file? I’m paranoid about loosing my theme, although I’m on a daily backup.
Cheers
Clemens
Hi Marcus,
Thanks for you patience.
I changed to Twentyeleven. It works well – no problem with date picker. It’s obviously a theme conflict. But I need this theme. What can I do? Is this maybe a z-index level problem? I can’t see any javascript error messages in Firebug. Can you?
Cheers
Clemens
Hi Marcus,
Thanks for your help.
Sorry the form was not on public. Now you should be able to see: https://www.der-backnanger.de/veranstaltungen-melden/
Cheers again for amazing support.