georgerl
Forum Replies Created
-
Hi,
I have upgraded to Version 5.7.3.4 under your recommendations to have your plugin PHP7 compatible.Now this is PHP7 compatible. Great.
But my issue is on the calendar. All the categories have the same color.I done this:
1— WP ==>Events ==> events-categories: here I changed the wrong colors to the normal colors. Some categetories changed color after the upgrade. So I changed back the color attribut to each event category2—Events ==> Settings ==> Formating ==> Event Categories
I change the color and now all the categories on the calendar have this color.What do I do to display the categories color on the calendar, like it was yesterday with the old version ?
Thanks,Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PHP7 Compatibilitythanks
Events ==> Settings ==> Formating ==> Event Categories
Here I changed the “Default category color”.
This is much better. I still need to have the other categories in different color.
On the way… To be continuedForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] PHP7 CompatibilityHi,
This is great, now I got the green light for PHP7.Just one quick question.
The fitness manager in the backend could not see the second page of the bookings, under:
Events With Bookings Enabled.If I log in with the same credentials, I can see all the bookings.
Have you heard a strange story like this before.Forum: Plugins
In reply to: [Theme My Login] Login page shows the dashboard for users sometimesDear all,
I try everything you told me to do.
In a while, I still have this issue.
This is not a big deal, just to let you know.
If you know a solution to this issue…Kind regards,
GeorgeForum: Plugins
In reply to: [Contact Form 7] on_sent_ok redirectHi,
I try few things and none is working.
I added in functions.php:add_action('wp_head', 'hook_javascript'); function hook_javascript() { ?> <script> document.addEventListener( 'wpcf7mailsent', function( event ) { location = 'https://example.com/thank-you/'; }, false ); </script> <?php }
in Contact Form Additional Settings:
jQuery(document).ajaxComplete(function() { if (jQuery('.wpcf7-mail-sent-ok').length) { alert(1); window.location.replace("https://example.com/thank-you/"); } });
Can you tell me what is the best way
- This reply was modified 7 years, 4 months ago by georgerl.
This is GREAT.
Now the customers can see their bookings in a nice order.
Thank you so much
Thank you, this works nicely.
I can see bookings in date order, from the date they place their bookings.
GREATWith [my_bookings], I got 4 fields: Event, Date,Spaces, Status
What I am looking for is to order the bookings regarding the event’s starting Date. Her in [my_bookings]==> Field ==>Date
This way the customers can see quickly the events they booked.Forum: Plugins
In reply to: [Theme My Login] Login page shows the dashboard for users sometimesThis seems to be resolved.
One customer told me that when they exit the website without using the LOGOUT option, when they return on the website, they need to logout to LOGIN again.
This happens on iPhone6 and 7. Maybe on some other devices.Forum: Plugins
In reply to: [Theme My Login] Login page shows the dashboard for users sometimesI made these 2 modifications and will let you know.
Thank you for your support.Yes, that’s correct.
I use TML, Paid Membership Pro and Events Manager with the calendar to do the booking.
All works nicely together except this bug.
Thanks,George
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings DB vs WPI got the same issue as the admin.
I can see only 177 bookings. And in the database all the bookings > 600 bookings.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings DB vs WPEM Version 5.7.3
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings DB vs WPDear Angelo_nwl,
As the WordPress admin, under Bookings, I can see only 50% of the bookings.
I done the trick under functions.php and added the “Attendee Name” to the gear icon and done an export as CSV.
I got nearly the same result.
Now, I can see only 200 bookings.
In MySQL I can see the whole list around 600 bookings.What I try to do is to have all the bookings per client.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings DB vs WPHi,
What I try to do:
1–
I have created an account under WordPress for the manager.
This is perfect except that he couldn’t see all the bookings. I can see 300 bookings. Same thing with the export CSV.In the database bookings table, I got all the bookings. Around 570 bookings.
Is there a way to see ALL the 570 bookings under WordPress Bookings.2–
What I try to do is:
Export the 3 tables listed before and I would like to know the name of the attendees per event.
Example: Event of August 30th at 10am, attendees list.After I can manage the data with Python easily.
Thanks for your support.George