Victor

Forum Replies Created

Viewing 15 posts - 4,906 through 4,920 (of 5,398 total)
  • Author
    Posts
  • in reply to: No Translation Possibility #1277334
    Victor
    Member

    Hey Brian!

    I’m glad it works for you. Thanks for letting us know about it.

    I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up and we’d be happy to help.

    Cheers!
    Victor

    Victor
    Member

    Hi Kenneth!

    Thanks for reaching out to us!

    I’m sorry you are experiencing this issue. 🙁 Let me try and help you out.

    I’ve just tried importing from Facebook myself and I couldn’t get the error. Occasionally, there may be unexpected errors coming from either Facebook API or our own servers. Could you try again and see if you still get the error?

    If the error still persists, did you make any changes in your site before the error started to appear? Like a plugin, theme or WP core update? let me know about this.

    Also, when coming back could you please share with us your system info by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Thanks,
    Victor

    Victor
    Member

    Hi Roger!

    Thanks for getting in touch!

    I’m sorry you are having this issue.

    I’m not too familiar with Enfold theme, but let me try and help you out.

    Just to confirm, you should be placing the single-event.php and default-template.php template files in /wp-content/themes/your-child-theme/tribe-events/ to make the overrides.

    Could you try making the template override in the enfold parent theme and see if the changes apply from there? Perhaps the enfold theme itself is making a template override or customization on its own.

    Let me know what you can find.

    Thanks,
    Victor

     

    in reply to: Featured Image overlapping event title #1277282
    Victor
    Member

    Hi Barb!

    Thanks for reaching out to us! 🙂

    It seems to be that your theme is showing the events like that. I see you are using Avada theme, which I believe are pretty compatible with our plugins. So, you should see if there is an option in the theme options to change the way it displays the events.

    If you can’t find any settings from the theme side, then you should contact the theme authors and see if they can come up with something to change how the title is displayed. Or even go to their documentation and see if there is a way to modify that.

    I’m sorry I can’t be of much help here, but there’s no much we can do for something we didn’t build.

    I hope you can achieve what you want and don’t hesitate to ask any other questions.

    Best!
    Victor

    in reply to: Photo view not working #1277226
    Victor
    Member

    Hi there!

    Thanks for reaching out to us and for the kind words! 🙂

    I’ be happy to help!

    To make use of a calendar view (like Photo view), you should make sure that view is active in the settings, by going to Events > Settings > Display tab and see the Enable event views options. See here > https://cloudup.com/cJOAX-yKS9F

    I hope that helps. Let me know if you have other questions.

    Best,
    Victor

    in reply to: Woocommerce #1277214
    Victor
    Member

    Hi Vanina!

    Thanks for getting in touch! 🙂

    If you want to create tickets for your events and sell them using WooCommerce you might want to check out our Event Tickets and Event Tickets Plus plugins.

    Event Tickets is our free plugin that allows you to collect RSVPs and manage event registration with ease.

    Event Tickets Plus allows you to add as many tickets as you wish to a given event and sell those tickets using WooCommerce or other ecommerce engines. You can also use WooCommerce to sell other products as well.

    I hope that helps and let me know if you have other questions.

    Best!
    Victor

    in reply to: currency format display: add dot and text #1277194
    Victor
    Member

    Hi Rene!

    Thanks for reaching out to us and for using our plugins! 🙂

    I am happy to help here!

    Try adding the following code snippet to your theme’s functions.php file >

    add_filter( 'tribe_get_cost', 'tribe_format_cost_field', 15, 3 );
    function tribe_format_cost_field ( $cost, $post_id, $with_currency_symbol ) {
    $cost_filtered = preg_replace('/[\$,]/', '', $cost);
    $cost_pieces = explode(" - ", $cost_filtered);
    if ( isset( $cost_pieces[0] ) && is_numeric( $cost_pieces[0] ) ) {
    $cost = '$' . number_format( $cost_pieces[0], 2, ',', '.' ) . ' COP';
    if ( isset( $cost_pieces[1] ) ) {
    $cost .= ' - $' . number_format( $cost_pieces[1], 2, ',', '.' ) . ' COP';
    }
    }
    return $cost;
    }

    Does it work for you? Let me know

    Best!
    Victor

    in reply to: No Translation Possibility #1277165
    Victor
    Member

    Hi Brian!

    I’m sorry for the delay in my reply.

    I just wanted to let you know that with the latest release of The Events Calendar 4.5 the “Buy a license” string is included in all tribe-common translation files.

    So, try updating the plugin and let me know if you see the string.

    Thanks for taking your time and reporting this.

    Best!
    Victor

    in reply to: export from another Event Calendar #1277011
    Victor
    Member

    Hi there!

    Just wanted to share with you that a new Feature Release 4.5 of The Events Calendar is out and includes Full Imports Between The Events Calendar Sites.

    To know more about the “Other URL” import errors → https://theeventscalendar.com/knowledgebase/url-import-errors-event-aggregator/

    And, to find out more about the release → https://theeventscalendar.com/release-the-events-calendar-4-5/

    We hope you enjoy the new feature! Feel free to open up a new thread if you need help with it.
    Best,
    Victor

    in reply to: ¿Se deberían importar las fotos con Icalendar? #1277010
    Victor
    Member

    Hi there!

    Just wanted to share with you that a new Feature Release 4.5 of The Events Calendar is out and includes Full Imports Between The Events Calendar Sites.

    To know more about the “Other URL” import errors → https://theeventscalendar.com/knowledgebase/url-import-errors-event-aggregator/

    And, to find out more about the release → https://theeventscalendar.com/release-the-events-calendar-4-5/

    We hope you enjoy the new feature! Feel free to open up a new thread if you need help with it.
    Best,
    Victor

    in reply to: Ticket Stock via Aggregator #1277009
    Victor
    Member

    Hi there!

    Just wanted to share with you that a new Feature Release 4.5 of The Events Calendar is out and includes Full Imports Between The Events Calendar Sites.

    To know more about the “Other URL” import errors → https://theeventscalendar.com/knowledgebase/url-import-errors-event-aggregator/

    And, to find out more about the release → https://theeventscalendar.com/release-the-events-calendar-4-5/

    We hope you enjoy the new feature! Feel free to open up a new thread if you need help with it.
    Best,
    Victor

    in reply to: Featured image from original Events Calendar feed? #1277008
    Victor
    Member

    Hi there!

    Just wanted to share with you that a new Feature Release 4.5 of The Events Calendar is out and includes Full Imports Between The Events Calendar Sites.

    To know more about the “Other URL” import errors → https://theeventscalendar.com/knowledgebase/url-import-errors-event-aggregator/

    And, to find out more about the release → https://theeventscalendar.com/release-the-events-calendar-4-5/

    We hope you enjoy the new feature! Feel free to open up a new thread if you need help with it.
    Best,
    Victor

    Victor
    Member

    Hola Antonio!

    He vuelto a abrir esta conversación para avisarte que hemos lanzado una nueva versión de nuestro plugin The Events Calendar 4.5 y en ella se ha resuelto el bug que había con la configuración “Preserve the most recent change” al importar eventos. 🙂

    Para sabe más sobre esta versión → https://theeventscalendar.com/release-the-events-calendar-4-5/

    Por favor actualiza el plugin en tu sitio y avísanos si funciona correctamente en tu sitio.
    Muchas gracias!
    Victor.

    Victor
    Member

    Hi there!

    Just wanted to share with you that a new Feature Release 4.5 of The Events Calendar is out, which includes a fix for the “Preserve the most recent change” setting not working. 🙂

    Find out more about the release → https://theeventscalendar.com/release-the-events-calendar-4-5/

    Please update the plugins and let us know if the fix works for your site.
    Best,
    Victor.

    in reply to: Venue Addresses #1276988
    Victor
    Member

    Hi there!

    Just wanted to share with you that a new Feature Release 4.5 of The Events Calendar is out, which includes a fix for this issue 🙂

    Find out more about the release → https://theeventscalendar.com/release-the-events-calendar-4-5/

    Please update the plugins and let us know if the fix works for your site.
    Best,
    Victor.

Viewing 15 posts - 4,906 through 4,920 (of 5,398 total)