Forum Replies Created
-
AuthorPosts
-
October 2, 2017 at 7:41 am in reply to: Filter Bar extension compatible with theeventcalendar's shortcodes? #1357738
Courtney
MemberHello Nicolas
Unfortunately, at this time Filter Bar will only work on the main /Events page.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
You can suggest it it http://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/17840326-make-filter-bar-compatible-with-shortcoded-calenda.
Thanks
Courtney πCourtney
MemberHi Gene
You can apply for our non-profit discountΒ by completing the form at https://theeventscalendar.com/apply-for-npp. They will be able to answer your question on the number of sites a licence can apply to.
β οΈPlease Note: Licenses granted through this program do not include access to support. If you need in-depth support, please consider purchasing a regular license.
To change the page title, please see https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/
Is there anything else I can help you with?
Thanks
Courtney πOctober 2, 2017 at 7:21 am in reply to: Upgrade from "EVENT Agregator " to "Bundle for 3 sites " #1357727Courtney
MemberHi Charles
Weβd be happy to help sort that out for you.
Please send an email to support [at] theeventscalendar [.] com.
Thanks
Courtney πCourtney
MemberHi Thor
We do not have a trial version at this time, but we do offer 30 day refunds if you find the plugin does not meet your needs. It’s just a matter of submitting a refund request form at https://theeventscalendar.com/knowledgebase/refund-policy/.
Event Aggregator just supports the iCal spec. Your iCal file or URL should validate (e.g. via http://severinghaus.org/projects/icv/).
When you actually go to run the import via wp-admin, itβll ask you if you also want to assign a category manually.
We do have a guide for CSV imports, which is not exactly the same, but useful if you try that option too. https://theeventscalendar.com/knowledgebase/csv-files-options-and-examples/.
Thanks
Courtney πCourtney
MemberHi Sergio
You can see a full demo of what our products do out of the box at http://wpshindig.com. This site includes all of our plugins.
At this time, we do not offer a pre-made integration with library card systems. However, we do integrate with the WP REST-API. This allows 2 different types of databases (our events and your library cards) to coordinate together. To achieve this, you would likely need a developer to carry out the full vision.
Does that answer your questions?
Thanks
Courtney πCourtney
MemberHi Daniel
So sorry about the conflict. The Events Calendar 4.5.12.3 is now available, which resolves an issue related to the display of events in the default Month View. This issue (https://core.trac.wordpress.org/changeset/41496) was introduced with WordPress version 4.8.2 and impacts all previous versions of The Events Calendarβall users are encouraged to update as soon as possible. No other changes were made to any other areas of the plugin, and we apologize to anyone who might have been affected by this issue.
https://theeventscalendar.com/hotfix-the-events-calendar-4-5-12-3/.
We have since released a maintenance version as well as a feature version of the plugin. All versions up to 4.6 should work.
Please update and let us know if this resolves your issues.
Thanks
Courtney πOctober 2, 2017 at 6:27 am in reply to: currency symbol to the right and need it on the left #1357691Courtney
MemberHi Alyson
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );If you add this to a theme, it should be a child theme ideally. This prevents theme update conflicts. This is PHP code, not CSS, so I wouldn’t expect adding it to a theme’s css area to work. However, the My Custom Functions plugin above could be a good work-around to avoid creating a child theme to fix this issue alone.
Let us know if the snippet works for you in that location.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney πOctober 2, 2017 at 6:21 am in reply to: Currency symbol (pound sign) appearing after amount/number #1357686Courtney
MemberHi Anna
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );Let us know if the snippet works for you.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney πCourtney
MemberHi Mary
I’m grateful for the time that you did put in, and have sent that information along to the developers that will be resolving this issue in a proper update/fix soon. You shared your method, and at the same time a colleague here found the solution. I shared his findings with you as soon as I was back in office. I certainly think highly of you for finding a method that works as well, and believe in this case the your findings and that of my colleage may have arrived both at the same time while I was out for a day.
We will do all we can to make this right. Thank you for your time and efforts.
CourtneyOctober 2, 2017 at 5:55 am in reply to: Google finds "events", but what if you change the name? #1357672Courtney
MemberThanks Dan. Let us know how it goes!
Thanks
Courtney πCourtney
MemberHi Mary, I see you’ve responded to many threads with this issue. I’ll follow up with you on your original post. Thanks!
Courtney
MemberThanks for taking your time to report this Jason.
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );Let us know if the snippet works for you.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney πCourtney
MemberThanks for taking your time to report this Mary.
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );Let us know if the snippet works for you.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney πCourtney
MemberThanks for taking your time to report this Andrea.
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );Let us know if the snippet works for you.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney πSeptember 30, 2017 at 11:33 am in reply to: Currency Symbol in the Wrong Place After 4.5.5 Update #1357362Courtney
MemberThanks for taking your time to report this.
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );Let us know if the snippet works for you.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney π -
AuthorPosts
