Forum Replies Created
-
AuthorPosts
-
Barry
MemberGotcha! Those are actually passed through WordPress’s own date localization helpers, so my hunch is the problem lies there rather than directly with our own plugin code.
Did you have a chance to try to approach I suggested previously (with the tribe_events_this_week_date_format code)?
Barry
MemberThis reply is private.
Barry
MemberThe problem is that as they don’t support those fields, there’s a limit to what we can do on our side.
Certainly if you have control of the Google Calendar data you are importing for you could settle on a convention like having descriptions along these lines:
Usual description which will become the imported event description... Organizer: Joe Schmoe Categories: Party, Evening, Formal
With some custom dev work (and I’m afraid it’s the sort of task that goes beyond the scope of support offered here on the forums) you could parse the organizer and category data. However, this would certainly be bespoke functionality and it’s unlikely we would roll that into the plugin itself.
July 10, 2017 at 3:01 pm in reply to: How can I dismiss this – You have venues for which we don't have Geolocation inf #1318633Barry
MemberExcellent!
Barry
MemberExcellent!
Barry
MemberExcellent!
Barry
MemberHi Yvonnie,
I believe I just replied to you via email 🙂
I understand the refund has now been processed and it looks like you have an up-to-date Events Calendar PRO license – switching to the latest version of that ought to resolve the fatal error you cited.
Let me know if you need any further assistance with this.
Barry
MemberYikes!
Sorry to hear that, Yvonnie.
Am I correct in thinking you are still running a 2.x version of Events Calendar PRO? If so, I strongly recommend upgrading (and you may need to buy a new license key to do that).
If that’s not an option, I’m afraid you’ll need to roll back both The Events Calendar and any other related plugins you are using (like Community Events) to equally old versions — which I don’t really recommend.
You could also deactivate/delete Events Calendar PRO … given the age of the version I think you are using, I’d be surprised if it works as expected alongside our most recent release of The Events Calendar.
July 7, 2017 at 2:59 pm in reply to: Add "View More" and a category to the shortcode list view ? #1317693Barry
MemberHi Michal,
Apologies for the delayed response!
The “View More” part is easy: just as with the advanced list widget itself, the shortcode automatically adds this as needed – but there do need to be enough events (more than it can list itself) for this to appear.
In terms of adding the category, can you clarify? Do you want to place a list of categories next to each event, or use a list of all categories each event is assigned to, or something else?
Thanks!
Barry
MemberThis reply is private.
July 7, 2017 at 2:13 pm in reply to: How can I dismiss this – You have venues for which we don't have Geolocation inf #1317667Barry
MemberHi Lisa,
Are you comfortable adding custom snippets of code to your site?
add_action( 'admin_init', function() { remove_action( 'admin_notices', array( Tribe__Events__Pro__Geo_Loc::instance(), 'show_offer_to_fix_notice' ) ); }, 100 );If you are, adding the above to a custom plugin or even to your theme’s functions.php file could help you out, here.
Let me know if that helps!
Barry
MemberHi Cath,
Sorry for the delay. Cliff is out this week so I thought I’d stop by and see if I can offer any help.
If I understand correctly, the problem is with the ‘X tickets left’ text that was recently added to event list views. If so, this can be removed using the following PHP snippet (which you might add either to a custom plugin or your theme’s functions.php file):
add_filter( 'tribe_tickets_buy_button', '__return_empty_string' );
Does that help at all?
Barry
MemberSounds like you’re all sorted – but please do feel free to create new topics as needed if we can help with anything else 🙂
July 7, 2017 at 11:09 am in reply to: Issues in the event submit form: 24h format and currency symbol missing #1317543Barry
MemberTerrific!
Barry
Member‘Organizer’ (that is the complete string – and it’s then used within other strings – note also the capitalization) belongs to the ‘the-events-calendar’ text domain.
Does that work for you?
-
AuthorPosts
