Courtney

Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 5,607 total)
  • Author
    Posts
  • Courtney
    Member

    Hello 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 πŸ™‚

    in reply to: Archive: showing in the title of the calendar view #1357736
    Courtney
    Member

    Hi 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 πŸ™‚

    in reply to: Upgrade from "EVENT Agregator " to "Bundle for 3 sites " #1357727
    Courtney
    Member

    Hi Charles

    We’d be happy to help sort that out for you.

    Please send an email to support [at] theeventscalendar [.] com.

    Thanks
    Courtney πŸ™‚

    in reply to: Overture ICS to Events Calendar #1357724
    Courtney
    Member

    Hi 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 πŸ™‚

    in reply to: Authentication #1357707
    Courtney
    Member

    Hi 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 πŸ™‚

    in reply to: No Events in Month View – Other Views OK #1357695
    Courtney
    Member

    Hi 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 πŸ™‚

    in reply to: currency symbol to the right and need it on the left #1357691
    Courtney
    Member

    Hi 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 πŸ™‚

    Courtney
    Member

    Hi 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 πŸ™‚

    in reply to: Currency Symbol in the Wrong Place #1357681
    Courtney
    Member

    Hi 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.
    Courtney

    in reply to: Google finds "events", but what if you change the name? #1357672
    Courtney
    Member

    Thanks Dan. Let us know how it goes!

    Thanks
    Courtney πŸ™‚

    in reply to: Currency Symbol in the Wrong Place #1357369
    Courtney
    Member

    Hi Mary, I see you’ve responded to many threads with this issue. I’ll follow up with you on your original post. Thanks!

    Currency Symbol in the Wrong Place

    in reply to: Currency Symbol in the Wrong Place #1357368
    Courtney
    Member

    Thanks 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 πŸ™‚

    in reply to: Currency Symbol in the Wrong Place #1357367
    Courtney
    Member

    Thanks 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 πŸ™‚

    in reply to: Currency Symbol in the Wrong Place #1357363
    Courtney
    Member

    Thanks 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 πŸ™‚

    in reply to: Currency Symbol in the Wrong Place After 4.5.5 Update #1357362
    Courtney
    Member

    Thanks 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 πŸ™‚

Viewing 15 posts - 3,016 through 3,030 (of 5,607 total)