Victor

Forum Replies Created

Viewing 15 posts - 3,826 through 3,840 (of 5,398 total)
  • Author
    Posts
  • in reply to: No "Week Starts On" option #1335684
    Victor
    Member

    Hi Sarah!

    Since you marked this resolved I’ll go ahead and close it. But feel free to open a new thread if anything comes up and we’d be happy to help 馃檪

    Best,
    Victor

    in reply to: Scheduled Imports Not Working #1335650
    Victor
    Member

    Hi Daniel!

    I’m sorry you are having that issue. Let me help you troubleshoot that.

    I’ve just checked and your license seems valid and activated.

    Could you please try the following?

    After that, please check the server connection status again and see if it is connected.

    Let me know about it.

    Thanks,
    Victor

    in reply to: Unable to import google calendar #1335600
    Victor
    Member

    Hi Mario!

    I’m sorry you are still experiencing that issue.

    We have identified a problem with the imports from Google Calendar and the team is already working on a fix.

    I’ve attached this thread to the bug report so you will get notified as soon as a bugfix is available.

    In the meantime, the workaround would be to download the .ics file for the google calendar and importing it manually using ICS file聽as import origin. I know it’s not ideal, but it will allow you to at least import those events.

    I apologise for this inconvenience and we’d appreciate your patience.

    Best,
    Victor

    in reply to: Cannot Override single event template…help!!! #1335494
    Victor
    Member

    Hello Yaw!

    Thanks for confirming that testing for conflicts didn’t work here.

    Unfortunately, we cannot accept login credentials as we state in our terms.

    Could you please verify that the tribe-events folder is in the root of your active theme and inside it the single-event.php template override is in it?

    Are you not able to override just the聽single-event.php template or any other template as well?

    Let me know about it.

    Thanks,
    Victor

    Victor
    Member

    Hi Dave!

    I’m sorry for the delay in getting back to you. We’ve been having a higher demand in our forums and could not get back to this as I expected.

    I did make some draft tests on my end with the plugin and it seems it can be used with our plugins but would require some custom coding to make it all work.

    It seems that the missing piece is the price input, so聽one approach would be to include the price input from the Name your price plugin into the tickets.php template file from our templates. Perhaps using the ‘wootickets_tickets_after_quantity_input’ action inside that template.

    The following is just a draft way to achieve that:

    add_action( 'wootickets_tickets_after_quantity_input', 'add_nyp_price_input', 10, 1 );
    function add_nyp_price_input( $ticket ) {
    $ticket_id = $ticket->ID;
    echo WC_Name_Your_Price_Helpers::get_price_input( $ticket_id );
    }

    I made a few tests and it seems to work, but further customization might be needed.

    I hope that helps as a starting point. Let me know about it.

    Best,
    Victor

    in reply to: Issue when duplicating events #1335387
    Victor
    Member

    Hi Hans-Gerd!

    I just wanted to let you know we think this issue is not present within our plugins. We encourage you to update to the latest versions and try it out.

    Please let us know how that goes and don鈥檛 hesitate to ask any other question if anything comes up and we鈥檇 be happy to assist.

    Best!
    Victor

    in reply to: Issue after last release #1335372
    Victor
    Member

    Hi Emanuele!

    I just wanted to let you know we think this issue is no longer present in our latest release of our plugins. We encourage you to update to the latest versions and try it out.

    Please let us know how that goes and don鈥檛 hesitate to ask any other question if anything comes up and we鈥檇 be happy to assist.

    Best!
    Victor

    in reply to: ‘Submit event’ form broken after update #1335371
    Victor
    Member

    Hi Cath!

    I just wanted to let you know we think this issue is no longer present within our latest release of our plugins. We encourage you to update to the latest versions and try it out.

    Please let us know how that goes and don鈥檛 hesitate to ask any other question if anything comes up and we鈥檇 be happy to assist.

    Best!
    Victor

    Victor
    Member

    Hello Anna!

    Thanks for your patience and for flagging this.

    We have identified a minor bug in our code that caused the error to trigger while editing a venue or organizer when making use of the the_title filter.

    A fix for this issue is already in place and will be available in our next maintenance release scheduled for next week.

    I apologise for this inconvenience and we’d appreciate your patience in the meantime.

    Best,
    Victor

    Victor
    Member

    Hi Anna!

    Thanks for reaching out to us!

    I could reproduce the issue with the code you provided. I can’t find anything wrong with your code, so I will reach out to the team to have a second pair of eyes on it.

    I will get back to you as soon as we find something, so please hang in there.

    Thanks,
    Victor.

    in reply to: No aparecen los billetes AGOTADOS #1335270
    Victor
    Member

    Hola Antonio!

    Gracias por comunicarte! 馃檪

    Entiendo el problema que tienes y he podido replicarlo en tu sitio. Lamentablemente, esto sucede cuando se utiliza el stock “Use global stock but cap sales”, ya que es una limitaci贸n de una funci贸n de WooCommerce de no poder desactivar el campo de selecci贸n del n煤mero de tickets en el formulario.

    Moment谩neamente, puedes intentar cambiar el estado del producto, editando el mismo desde WooCommerce. Deber谩s cambiar el “Stock status” a “Out of stock” y esto se ver谩 reflejado en el evento.

    Si bien no es ideal, ya que tienes que cambiarlo manualmente, evita la confusi贸n que mencionas.

    Tambi茅n voy a comunicarlo con el equipo para ver que otra opci贸n hay para estos casos. Mientras tanto, dime si te funciona esta opci贸n que te comento.

    Gracias,
    Victor

    in reply to: Link an image to external url #1335188
    Victor
    Member

    This reply is private.

    in reply to: Cannot Override single event template…help!!! #1334984
    Victor
    Member

    Hi聽Yaw!

    Thanks for getting in touch.

    I’m sorry you are having that issue. Let me help you troubleshoot that.

    I could make your template override work in my own local installation, so it seems to be something is not working on your end.

    I know you tried the following:

    • Deactivated all other plugins?聽Yes
    • Switched to a default theme?聽Yes

    Did you notice any difference when deactivating all other plugins? How about when switching to a default theme? Did you see any changes? What happens if you deactivate all other plugins and switch to a default theme at the same time? do you see any difference?

    If you see no difference under those conditions, then we’ll need to make some deeper troubleshooting.

    Let me know about it.

    Thanks,
    Victor

    in reply to: Permission to add new event tags #1334978
    Victor
    Member

    Hi Luke!

    Thanks for getting in touch with us!

    The plugin uses the same tags taxonomy as the default post tags for WordPress Posts, so you should be able to modify those capabilites by customizing the post_tag taxonomy.

    You can learn more about it here >聽https://codex.wordpress.org/Function_Reference/register_taxonomy

    Does it help? Let me know about it

    Best,
    Victor

    Victor
    Member

    Hello聽Miffi & Mathew!

    Thanks for reaching out to us!

    Like Mathew said, that booking form is not one of our plugin’s functionalities but is likely some customization built by your theme.

    You should get in touch with the theme authors to see if they can help with customizing that.

    Sorry I can’t be of much here, but we cannot give support for something we didn’t build.

    Is there anything else I can help you with? Let me know.

    Best,
    Victor

Viewing 15 posts - 3,826 through 3,840 (of 5,398 total)