Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] the calendar seems broken, theres only an errorHi,
Sorry again for the issues here. It appeared to be an issue with the German translation file. 4.1.0.1 should fix the issue. If you still have problems after the update please create a new thread and we can help out.
I am marking this resolved as it appears the original poster’s issue is fixed. Again if you have the same issue and 4.1.0.1 does not fix it please create a new thread per WordPress.org policy.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Bad redirection after updateHi,
Sorry again for the issues here. It appeared to be an issue with the German translation file. 4.1.0.1 should fix the issue. If you still have problems after the update please create a new thread and we can help out.
I am marking this resolved as it appears the original poster’s issue is fixed. Again if you have the same issue and 4.1.0.1 does not fix it please create a new thread per WordPress.org policy.
Thanks
Forum: Plugins
In reply to: [Coupon Creator] downloadable mobile couponsHi,
Thanks for the interest in our plugins. I can answer your questions.
There is currently not a feature to do as you describe.
If you would like to suggest it as a feature please fill out our Feature Request Form here:
https://couponcreatorplugin.com/new-feature-suggestions/
Cheers
Forum: Plugins
In reply to: [The Events Calendar] All events raises a 404 only in one languageHi,
Sorry for the issues you are having. We can help troubleshoot them with you.
I am not able to reproduce the error on my test site.
So as a first step can you please flush your permalinks following this guide:
https://theeventscalendar.com/knowledgebase/fixing-http-404-errors/
If you need the site backup you can use the link datenfalke provide to get an older version and follow these steps to manual change the plugin:
https://theeventscalendar.com/knowledgebase/manual-updates/
Let us know what you find out.
For anyone else if you like to follow along please do so if you would like individual help please follow WordPress forum guidelines and post your own topic and we can help troubleshoot there.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Bad redirection after updateHi matthias.wagner,
Sorry for the issues you are having. We can help troubleshoot them with you.
I am not able to reproduce the error on my test site.
So as a first step can you please flush your permalinks following this guide:
https://theeventscalendar.com/knowledgebase/fixing-http-404-errors/
If that does not help can you try changing your site language to English and then flush permalinks and see if that helps narrow this down.
If that does not help either please try our testing for conflicts guide and see if that finds a conflict as the issue:
https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
Let us know what you find out.
For anyone else if you like to follow along please do so if you would like individual help please follow WordPress forum guidelines and post your own topic and we can help troubleshoot there.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Category Colours in Events CalendarGreat glad it helps.
Thanks lfreitas for posting your response as well.
We have a ticket to enable translations to be used from another directory, but I do not have a timeline when that will be added to the plugins.
Since tbarlow has had both questions answers I am marking this resolved. If anything new comes up please post a new thread following WordPress.org policy.
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Remove REGISTER FOR THIS EVENT buttonHi,
Thanks for using The Events Calendar.
We actually do not have a Register Button and that is being placed there by your theme.
By default this is what our list view:
http://wpshindig.com/events/list/
And single view look like:
http://wpshindig.com/event/code-coffee-code-learn-share/2016-03-17/
Please contact your theme developer for help or try to edit the files in your theme following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Category Colours in Events CalendarHi Tracy,
Thanks for using The Events Calendar.
We have a guide to changing Organizer to whatever you like:
https://theeventscalendar.com/knowledgebase/relabeling-the-venue-organizer-sections-in-event-meta/
Make sure to resave your permalinks after adding those snippets.
Cheers
Forum: Plugins
In reply to: [Coupon Creator] Limited to 390 pixels?Hi,
Thanks for trying out the Coupon Creator.
In the free version when this option was added it was following the size of the other coupons at the time so 390px for the Print View and 300px for the Shortcode view.
There is a filter that you can use to create custom dimensions. This is the coding where the filter is:
$cctor_img_size = array(); $cctor_img_size['single'] = 300; $cctor_img_size['print'] = 390; $cctor_img_size = apply_filters('cctor_img_size', $cctor_img_size);You could create a filter using that information.
Or in Pro there is a option to change the dimensions of the image coupons from the admin and you can see more about that here:
https://couponcreatorplugin.com/knowledgebase/using-pro-dimension-options/
Let me know if you have any follow up questions.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Exporting and importingHi,
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/
If you not sure what your account is please use the contact form on the contact page of our site to email us and we can help out.
Thanks again!
Forum: Plugins
In reply to: [The Events Calendar] Mouse Over event bugHi,
Sorry for the confusion, but I have to clear this up as what you said is not accurate. We help out on the free version here only on WordPress.org. We only support the plugins on our site for premium license holders. If you like to continue we can help out here.
As for your issue it looks like you have something minifiying your script, css, and html. Maybe W3 Total Cache? If not maybe another plugin. Turning that off or disabling it on the Event page fixes this 99% of the time.
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] 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] Formatting completely screwed up after the updateSo 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] organiser name not showing under full eventPlease see the solution here: