Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi there David,
Could you try out this snippet (you could place it in a custom plugin or else add it to your theme’s functions.php file) and see if that helps with what you’re trying to achieve?
Barry
MemberHi Priyanka,
I’m sorry to hear you are experiencing difficulties.
Events Calendar PRO builds and depends upon our free, core plugin – The Events Calendar. Can you confirm that both of these are installed and activated?
Barry
MemberHi Jenny,
You can certainly change that and without modifying core plugin code (which we generally don’t recommend).
Simply set up a template override: the basic process is outlined here and in this case it would essentially mean copying:
events-calendar-pro/views/pro/widgets/mini-calendar/grid.php
To:
themes/YOUR_THEME/tribe-events/pro/widgets/mini-calendar/grid.php
You can then modify the template without fear of losing your change when you next update. Does that help?
Barry
MemberHi Pascal,
I wonder if something has been “lost in the translation” here – can you clarify which setting you are referring to?
Could this be the Sticky in Calendar View option which is made available via a small meta box, typically found on the right-hand side of the event editor?
If so, this simply helps to ensure that if you have limited month view to show no more than 3 events in any single day, that the event in question will still display there and not be pushed out of view.
Does that help/clarify things at all?
April 7, 2015 at 4:17 pm in reply to: Events Import does not like apostrophe, strips text after it #953865Barry
MemberHi screenrage,
I seem to recall a few reports of problems like this in the past – but each time the problem was that the CSV file (I’m assuming this does indeed relate to CSV import 🙂 ) was not saved in UTF-8 format, which is a requirement.
Would you be able to double check on that, or else try opening it up in a suitable text editor/some other application you are familiar with and re-save it – making sure it saves the file using UTF-8 encoding? Does that help at all?
Barry
MemberThanks once again for your patience 🙂
We just released EDD Tickets 3.9.2 which should resolve this problem – if you have entered your license key you should be able to update automatically or else you can grab the new version from the downloads page.
Barry
MemberThanks once again for your patience 🙂
We just released EDD Tickets 3.9.2 which should resolve this problem – if you have entered your license key you should be able to update automatically or else you can grab the new version from the downloads page.
Barry
MemberThanks once again for your patience 🙂
We just released EDD Tickets 3.9.2 which should resolve this problem – if you have entered your license key you should be able to update automatically or else you can grab the new version from the downloads page.
Barry
MemberHi Simon,
You could alternatively use (and adapt) this code which can be downloaded as a plugin zip for your added convenience:
github.com/bordoni/tec-forum-support/tree/plugin-945676
Do note that it is interested in past view only (see line 37) but you could remove the reference to $query->tribe_is_past if that’s undesirable in your case.
Last but not least, please note that snippets/helper plugins like this are provided in the hope that they’ll be useful, but if they don’t completely meet your needs it’s often the case that you’ll need to tweak, adapt and improve them 🙂
Barry
MemberAwesome – glad it helped!
Barry
MemberHi there – check the following knowledgebase article out:
theeventscalendar.com/knowledgebase/removing-the-add-on-upsell
Does that help?
Barry
MemberHi Simon,
Interesting problem.
How about accepting two variables in your callback (the first being the array of posts, which you currently use, the second being the actual query object they relate to) – you could then test for:
- The presence and value of the eventDisplay query var
- Whether the query has a tribe_is_event_query property which is set to true
Might that help you out here?
Right now, for instance, your callback runs for all queries (not just the main or ajax event query) which is likely to be something you should modify in any case.
I hope that helps/gives you a few ideas 🙂
April 6, 2015 at 7:50 am in reply to: Recurring events not linking to event, just redirecting to /all/ #953454Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks
Barry
MemberHi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks
-
AuthorPosts
