Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterHappy to help Brandon!
I will close this thread as the initial issue has been resolved. However, if you ever need more help or have a few more questions, feel absolutely free to open a new topic and reference this one. We’ll be here to help.
Thanks and cheers,
AndrasPS: If you like our plugin, we would be happy to receive a review in the wordpress.org repository. Thanks!
Andras
KeymasterThis reply is private.
August 30, 2016 at 12:13 pm in reply to: WordPress database error: [Unknown column 'wp_postmeta.meta_value' in 'field lis #1157770Andras
KeymasterHi Marcus,
Do you still have these errors? Can you tell me the steps you do to get them appear? We want to look into this deeper with the team, but would need some more info to get started.
The more details you can give us the better.
Thanks and cheers,
AndrasAndras
KeymasterHey Riccardo,
Thanks for your feedback! I totally understand there are situations where showing the next event immediately is needed. Good job on the code!
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Cheers,
AndrasAndras
KeymasterHallo Jürgen,
Sorry you are having this problem.
Please give me some time to look into this. Thanks!Cheers,
AndrasAndras
KeymasterHello Riccardo,
Thank you for posting your solution!
How the plugin actually works is that it counts down, and once it reaches the event it shows the message <u>until the end time of the event</u>.
Once the event is over, it will automatically show the next event.I hope this explains.
Cheers,
AndrasAndras
KeymasterHello Hanna,
That is a very good question you have! Let me help you with that one.
It is possible to do that with some customization.
Copy this file:
wp-content\plugins\the-events-calendar\src\views\modules\meta\organizer.phpto:
wp-content\themes\{your-theme}\tribe-events\modules\meta\organizer.php
and open it for editing.Line 56 should be this:
<?php echo esc_html( $email ); ?>Change that to this:
?subject=RSVP"><?php echo esc_html( $email ); ?>Please note that this will make a clickable and robot-readable link from the organizer email address, which might result in increased spam to that email account. Using an email address obfuscating plugin is advised. (Here is one, though I didn’t test it with this solution: https://wordpress.org/plugins/obfuscate-email/)
Let me know if this helps.
Cheers,
AndrasAndras
KeymasterHello again Jeff,
To be able to help you with this, could you please share your system information with me in a private reply?
Here’s a handy guide how you can do that:
https://theeventscalendar.com/knowledgebase/sharing-sys-info/Also note, that several people had problem with emails not being sent out after updating to WordPress 4.6. I also had that on one site, and rolling back to 4.5.3 helped, so you might want to check that option.
Cheers,
AndrasAndras
KeymasterHello Jeff,
Thanks for reaching out! I can help you with this one.
This article in our knowledge base should give you what you need:
https://theeventscalendar.com/knowledgebase/show-the-event-title-in-the-cart-next-to-the-ticket/Let me know if that helps!
Cheers,
AndrasAndras
KeymasterHello Dennis,
I’m sorry you are having this problem. Let me help you with that.
To clarify, after you hit save, there is no Ticket created on the Event page, or in WooCommerce or both?
Thanks for the screenshot. No, the product does not have to be selected in order to get tickets created in WooCommerce. Only Event / Evenement has to be selected. So that setting is good.
Could you possibly do a testing for conflicts based on our guide:
This can help us narrow down the cause of this.
Thanks and cheers,
AndrasAndras
KeymasterHi Heather,
So far I haven’t been able to reproduce the issue. I will keep testing a bit.
If you happen to come across the trigger, please share with me. This could be a bug and that might help us eliminate it.
Apart from the error log do you get other notifications of this error? Is it visible on the front-end / back-end of your site? Do you have WP_DEBUG in wp-config.php enabled or disabled?
Thanks,
AndrasAndras
KeymasterHello Brandon,
You can take a look at the tribe-events.js file. The highlighted section handles the tooltip:
Copy-pasting that section will not make it work yet, but it might give you some ideas on how to implement it.
Cheers,
Andras
Andras
KeymasterHey Will,
You will need to create an override for the tooltip.php of the specific view. In that file it should be pretty clear where the title and the image are.
You will need wrap those two with an anchor (separately), with something like this:
This should get you started. Share the results with me, I’ll be waiting.
Cheers,
AndrasAndras
KeymasterHello Frank,
Thanks a lot or posting this! I think when you changed the domain to yourdomain.com it also broke the link. Could you post the code in GitHub or BitBucket or something similar?
Thanks,
AndrasAndras
KeymasterHello Jackie,
I’m sorry you are still having an issue with this.
I have found that this was a bug some months back. Unfortunately nobody from our team was able to replicate it, so a fix couldn’t be developed.
Meanwhile some updates have shipped, both WordPress and our plugins. Did you run an update and are you still experiencing this?
Note: before updating it is highly recommended to do a full site backup, just in case and possibly test the update on a development server. Especially with updating WordPress to 4.6 as lot of people have ran into the problem that the site wasn’t sending out emails after the update.
Please check this.
Does this also happen when you are selling other WooCommerce products? Would it be possible to test this somehow?
Cheers,
Andras -
AuthorPosts
