Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] When Jetpack, are added around commentsHi,
Sorry for the issues you are having.
It was due to a change to make it more compatible with other plugins and themes, instead it backfired.
So to resolve this for now please copy the contents of this:
to this file here on your site:
plugins/the-events-calendar/src/Tribe/Templates.php
That should then resolve it.
Let me know if that works for you.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Problem after update plugin event calendarSo that might not fix the issue, but we think we know what is causing this.
It was due to a change to make it more compatible with other plugins and themes, instead it backfired.
So to resolve this for now please copy the contents of this:
to this file here on your site:
plugins/the-events-calendar/src/Tribe/Templates.php
That should then resolve it.
Let me know if that works for you.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar plugin, Organizer not visibleHi josvdbroek01,
If that is the case can you please follow our testing for conflicts guide:
https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
And see if that can narrow down the cause of this.
Forum: Plugins
In reply to: [The Events Calendar] problem after update – name organization missingHi,
Sorry for the issues you are having.
We have found the issue, a function was changed that works if you have Pro active, but displays nothing if you do not.
To fix this until our next release you want to edit this template:
plugins/the-events-calendar/src/views/modules/meta/organizer.php
And change this on line 33:
<?php echo tribe_get_organizer_link( $organizer ) ?>to this:
<?php echo tribe_get_organizer( $organizer ) ?>That fixed it on my site.
Let me know if that works for you.
There should be no issue with email, phone, or website displaying for the organizer, but let us know if you find out differently.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] problem after update plugin Event calendarHi,
Sorry for the issues you are having.
We are not sure what changed, but it appears this issue is coming from a conflict with Beautiful Math Module of JetPack.
If you disable that module does it fix the issues?
On my testing site if turn on the module I see the issue you are having and if I turn it off it goes away.
Let me know if that helps.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Problem after update plugin event calendarHi,
Sorry for the issues you are having.
We are not sure what changed, but it appears this issue is coming from a conflict with Beautiful Math Module of JetPack.
If you disable that module does it fix the issues?
On my testing site if turn on the module I see the issue you are having and if I turn it off it goes away.
Let me know if that helps.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] problem after update plugin Event calendarHi, gudleifer
Can you please try to disable the Beautiful Math Component as Joe suggests and let us know if that helps.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Formatting completely screwed up after the updateHi JoeWatts,
Thanks for posting here I can confirm that Beautiful Math Module of JetPack causes it on my test site so adriannees please try disabling it and see if that helps and get back to us.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar plugin, Organizer not visibleHi,
Sorry for the issues you are having.
We have found the issue, a function was changed that works if you have Pro active, but displays nothing if you do not.
To fix this until our next release you want to edit this template:
plugins/the-events-calendar/src/views/modules/meta/organizer.php
And change this on line 33:
<?php echo tribe_get_organizer_link( $organizer ) ?>to this:
<?php echo tribe_get_organizer( $organizer ) ?>That fixed it on my site.
Let me know if that works for you.
There should be no issue with email, phone, or website displaying for the organizer, but let us know if you find out differently.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] organizer is not displayedHi,
Sorry for the issues you are having.
We have found the issue, a function was changed that works if you have Pro active, but displays nothing if you do not.
To fix this until our next release you want to edit this template:
plugins/the-events-calendar/src/views/modules/meta/organizer.php
And change this on line 33:
<?php echo tribe_get_organizer_link( $organizer ) ?>to this:
<?php echo tribe_get_organizer( $organizer ) ?>That fixed it on my site.
Let me know if that works for you.
There should be no issue with email, phone, or website displaying for the organizer, but let us know if you find out differently.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error on Events Page in Details PanelHi,
Sorry for the issues on this.
I can help resolve this. The function giving the fatal error, tribe_events_single_event_meta() was deprecated 18 months ago in 3.6 and removed in 3.11.
To fix this you need to update your custom template single-events.php in your theme.
You want to replace:
echo tribe_events_single_event_meta();with this function:
tribe_get_template_part( 'modules/meta' );Let me know if that resolves the issue for you.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Rename Events to CoursesHi,
Thanks for using our plugin. I can help out here.
We have this guide to changing the word Events:
https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/
Cheers
Forum: Plugins
In reply to: [Coupon Creator] show coupon-counterHi,
Thanks for using the Coupon Creator Pro.
Here on the WordPress.org forum, I’m afraid we do not provide technical support for our premium plugins. I would ask that you take any technical support questions across to our premium support form where we will respond to you within 24 hours during the week:
https://couponcreatorplugin.com/support/contact/
Make sure to login to be able to use the form.
Thanks again!
Forum: Reviews
In reply to: [The Events Calendar] Not badHi,
Thanks for trying out our plugin. For sure it would be pretty annoying to force attributing the plugin to us on everyone.
That is why we provide an option that is off by default.
We have this setting here:
Events > Settings > General Tab > Show The Events Calendar link
If you turn that off does it hide the link? If so maybe you could reconsider your review. If not, we can help in the support forum as that is not the way that option should be working as it should only show if you want it to.
Cheers!
Forum: Plugins
In reply to: [Coupon Creator] Limit the display of coupons by categoryHi,
Thanks for using the Coupon Creator. I can help out here.
Using the shortcode you can add this to limit the coupons:
totalcoupons=”3″
And yes only the Pro version has the links per coupon.
Cheers!
