hdsouth

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Recurring Events with Tickets Issue #1555532
    hdsouth
    Participant

    This reply is private.

    in reply to: Recurring Events with Tickets Issue #1554235
    hdsouth
    Participant

    Sorry another quick question. Is there an easy way to copy events? I am using duplicate post plugin but its not affecting the calendar events. Thanks

    in reply to: Recurring Events with Tickets Issue #1554223
    hdsouth
    Participant

    I think if I am reading correctly what I am asking for is not possible. Is it something that you will be adding soon?

    in reply to: Ticket sales not decreasing inventory amount #1373242
    hdsouth
    Participant

    Hi Victor,

    I saw that this happened to someone else when I was looking at the Forum and it was a known bug. I assumed that it would have been fixed. See tread here https://theeventscalendar.com/support/forums/topic/ticket-sales-not-decreasing-inventory-amount/

    Under WooCommerce products there are no number of tickets set. See screenshot for the event. Also I have included a screenshot of the order. I don’t think this is an issue with other plugins interfering with yours.

    Its happening on all the events where tickets are available for purchase (either for $0 or another dollar amount e.g $10)

    Thanks
    Ginnie

    in reply to: Change no upcoming events message #1366728
    hdsouth
    Participant

    Thanks. I wanted to changed for the whole site so I use this code in the functions.php

    function tribe_custom_theme_text ( $translation, $text, $domain ) {
    $custom_text = array(
    ‘There are no upcoming %s at this time.’ => ‘New %s coming soon’
    );

    // If this text domain starts with “tribe-“, “the-events-“, or “event-” and we have replacement text
    if( (strpos($domain, ‘tribe-‘) === 0 || strpos($domain, ‘the-events-‘) === 0 || strpos($domain, ‘event-‘) === 0) && array_key_exists($translation, $custom_text) ) {
    $translation = $custom_text[$translation];
    }

    return $translation;
    }
    add_filter(‘gettext’, ‘tribe_custom_theme_text’, 20, 3);

    Am I doing something wrong? I was not sure what text domain was??

    Thanks

    in reply to: Events showing up as recurring when they are not #1366713
    hdsouth
    Participant

    Can you let me know what else I can do following my last message? Thanks!

    in reply to: Publish Events from calendar to Facebook #1366708
    hdsouth
    Participant

    Hi Victor,

    Thanks! Appreciate your quick response.

    Ginnie

    in reply to: Events showing up as recurring when they are not #1365041
    hdsouth
    Participant

    OK I have tested the plugins and those are not the issue. When I deactivated the Events Pro that fixed the issue but then again it would as PRO is what deals with the recurring elements.

    I did deactivate by theme and it seen to remove that Recurring text but it cause major problems for me when I activated the theme again as I lost of my theme settings.

    How can we work out what is causing the problem, I am not going to replace the theme. Is there another way we can work this out?

    I can provide access to the website if that helps?

    Thanks

    in reply to: Events showing up as recurring when they are not #1362004
    hdsouth
    Participant

    Hi,

    Are there any specific plugins that you guys know off that don’t work with the calendar?

    Nothing happens when you click See All, it does not link anywhere.

    Thanks
    Ginnie

    in reply to: Events showing up as recurring when they are not #1361173
    hdsouth
    Participant

    here you go

    in reply to: Events showing up as recurring when they are not #1361169
    hdsouth
    Participant

    I updated the plugin but still same issue. See attached screenshot of event details

    in reply to: Multi-day event not showing up on calendar #1360352
    hdsouth
    Participant

    I am having the same issue too. Please let us know when its fixed. Thanks

Viewing 12 posts - 1 through 12 (of 12 total)