Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Editing general.php using a child themeHi,
Thanks for using our plugins. I can help out here.
We have this guide to using those filters:
https://theeventscalendar.com/knowledgebase/changing-the-word-events-to-something-else/
Add that to your child theme’s (or parent) functions.php to use it.
Forum: Plugins
In reply to: [The Events Calendar] WP get-footer function broken on single event pageOk..
To narrow down the issue please setup WordPress Debug to see what errors are showing when you try to recreate the issue a couple times in this file: /wp-content/debug.log
After doing that if you have custom templates in there I would see about removing them and if that brings back the footer.
Forum: Plugins
In reply to: [The Events Calendar] View all events textHi tiagorodrig,
It is located in this file:
plugins/the-events-calendar/src/views/widgets/list-widget.php
You can move it to your theme to edit following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
It actually looks like this: View All %s
As we filter the word Events so it can be changed throughout the site.
Or follow this guide to change a word:
https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/
Thanks for the help Sean!
Cheers
Forum: Plugins
In reply to: [The Events Calendar] WP get-footer function broken on single event pageHi,
Sorry for the issues on this. I believe you are running into an issue with your theme having outdated templates.
I can help resolve this. The function giving the fatal error, tribe_events_single_event_meta() was deprecated 20 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] Pro version is not workingHi,
Thanks for using the Events Calendar.
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 forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Thanks again!
Forum: Plugins
In reply to: [The Events Calendar] Override /template-tags/general.phpHi,
Thanks for using The Events Calendar. I can help out here.
It does not work that way you can only move templates found in the plugins /src/views/ directory to edit them.
The only files the plugin looks for are found in our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
No other files can be moved to your theme to override plugin files.
Cheers
Forum: Reviews
In reply to: [Coupon Creator] Excellent PluginThanks for your support!
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar ProHi,
Thanks for using the Events Calendar.
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 forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Having said that you will need both the Free Version and Pro active and activating Pro does not delete or change your existing settings. (nor does deactivating the plugins or deleting them)
But again both The Events Calendar and Events Calendar Pro must be active.
I encourage you to review our new user primer that tells you everything about getting both The Events Calendar and Pro setup.
Including that you need both plugins active.
Thanks!
Forum: Plugins
In reply to: [The Events Calendar] No skin examples ? no panel to manage colors, width..Hi,
Sorry for the confusion with the Pro features.
First, 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 forum where we will respond to you within 24 hours during the week:
https://theeventscalendar.com/support/forums/
Having said that.
As for a theming system we have some features through the WordPress Customizer. We do not have a skin editor nor do we advertise we have one. Pro includes only the features you see listed on this page:
https://theeventscalendar.com/product/wordpress-events-calendar-pro/
For the most part to edit templates you are going to have to do some coding following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
If that is a deal breaker and you are looking for something else then what we provide.
You can request a refund by follow our policy outlined here:
https://theeventscalendar.com/knowledgebase/refund-policy/
And we can take care of it.
Best of luck in finding what you are looking for.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] Tracking couponsHi Rob,
Thanks for the interest in the Coupon Creator.
There is no way to track printing itself, but it is possible to track views.
There is not feature in the free version to do this. You can add Google Analytics to the Print View Template using a hook though.
Or Pro has a built in way to use analytics by dropping in a Google Analytic UT code in the options or you could use the counter feature and not show it as a way to see views of coupons.
Here is the video about the counter:
https://couponcreatorplugin.com/knowledgebase/using-pro-counter/Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] CANNOT CREATE ANY NEW COUPONSTurned out this was a Plugin Conflict so marking it resolved.
Forum: Plugins
In reply to: [The Events Calendar] How I fix problemHi,
Sorry for the issues on this.
I can help resolve this. The function giving the fatal error, tribe_events_single_event_meta() was deprecated 20 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: [Coupon Creator] Shortcodes are not working in Text WidgetsHi olivseo,
This thread is not checked and I missed it, sorry about that.
Please post your own thread if you are having issues.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] CANNOT CREATE ANY NEW COUPONSHi,
I responded by email as well through Pro support, but just in case.
It sounds like a javascript conflict is causing the issue.
Please follow this guide to see if you can see an error in your browser:
https://couponcreatorplugin.com/knowledgebase/troubleshooting-javascript-errors/
Then follow this guide to see if you can narrow down the source:
https://couponcreatorplugin.com/knowledgebase/troubleshooting-conflicts/
Let me know what you find out.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] 404 errors on a new installationNope no account is needed you can get all the older versions right here on WordPress.org:
https://wordpress.org/plugins/the-events-calendar/developers/