Forum Replies Created
-
AuthorPosts
-
hdsouth
ParticipantThis reply is private.
hdsouth
ParticipantSorry 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
hdsouth
ParticipantI think if I am reading correctly what I am asking for is not possible. Is it something that you will be adding soon?
hdsouth
ParticipantHi 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
Ginniehdsouth
ParticipantThanks. 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
hdsouth
ParticipantCan you let me know what else I can do following my last message? Thanks!
hdsouth
ParticipantHi Victor,
Thanks! Appreciate your quick response.
Ginnie
hdsouth
ParticipantOK 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
hdsouth
ParticipantHi,
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
Ginniehdsouth
Participanthere you go
hdsouth
ParticipantI updated the plugin but still same issue. See attached screenshot of event details
hdsouth
ParticipantI am having the same issue too. Please let us know when its fixed. Thanks
-
AuthorPosts
