Forum Replies Created
-
AuthorPosts
-
August 14, 2014 at 2:28 pm in reply to: The Events Calendar (Basic & Pro) conflict with Press Permit reoccurring #668566
Barry
MemberHi – we’re still using the same wp_ajax and wp_ajax_nopriv hooks (tribe_calendar, tribe_list, etc) so I’m not sure why you’ve suddenly found a problem.
Was updating The Events Calendar (to 3.7?) definitely the only change that took place when this issue started up again?
Barry
MemberHi!
So, just to clarify, you want to position the calendar widget in the space normally occupied by a map within single event pages?
That should definitely be possible if so and the best starting point here is the Themer’s Guide which describes how to safely override and customize our templates.
The map lives within the modules/meta/map.php so one option is simply to override this and add code for embedding the calendar widget there; alternatively (since it admittedly doesn’t make too much sense to have a template file named map.php that doesn’t contain a map) you could make the change at a higher level, such as modules/meta.php.
Actually embedding the widget outwith a sidebar is the last piece of the puzzle. Thankfully, WordPress makes the easy and provides a function called the_widget() for this very purpose, ie:
the_widget( 'TribeEventsMiniCalendarWidget' );I hope that helps!
August 14, 2014 at 2:12 pm in reply to: Some of my recurring seem to appear in random order? #668474Barry
MemberHi – I’m sorry you’re facing difficulties.
I’d love to build a better picture of this problem but I’m afraid I cannot access the URL you provided when you opened this thread. Can you confirm (by private reply if you prefer) what the correct URL is to see this problem?
Thanks!
Barry
MemberHi – I’m sorry for any confusion.
It does indeed look like your licenses are good until the end of May next year: can you clarify where/what is telling you that you need a set of new license keys?
Barry
MemberHi!
We can’t swap the licenses over automatically, unfortunately, but definitely email us at pro (at) tri (dot) be with a link to this thread and a copy of your purchase receipt and we may be able to arrange for a refund (you can then put that toward your purchase of Community Events).
Thanks!
Barry
MemberHi – great question!
The CSV importer is a relatively new feature and it “belongs” to The Events Calendar, our core plugin, which does not itself support recurrence. It’s quite possible that Events Calendar PRO will extend and enhance it’s capabilities in some future release but we’re not quite there just yet.
Please do consider posting requests for enhancements like this one over on our UserVoice page (and you can simply upvote any suitable existing requests you find and want to support) as that’s the best way to get a request on our radar and ensure other members of the community can add their support/comments.
Thanks!
Barry
MemberHi – sounds like an interesting situation!
The default settings (ie, default events template, HTML to display before the events content and HTML to display after, etc) are in many cases filterable but that’s not always the case.
Honestly it’s quite hard to give a concise answer to this sort of question – it’s very much custom development territory and though we’re happy to try and steer you in the right direction if we can it would be nice to get an example of a specific difficulty/issue you’ve been unable to resolve.
August 14, 2014 at 1:46 pm in reply to: Changing H1 Title on All Calendar Views & Page Title in Browser #668327Barry
MemberHi – some great questions there!
I am trying to change the H1 Page title on my calendar page for all calendar views to “Calendar”. Currently it is just saying my Site Title – which is the name of my organization.
I can’t view your site so this one is a little tricky to evaluate.
Since I don’t see this when using a default theme (like Twenty Thirteen or similar), though, I suspect it is a problem that possibly only occurs when using your particular theme.
One thing to try in the first instance, if you haven’t already done so, is visiting the Events > Settings > Display admin screen and switching from the Default Page Template to Default Events Template (or vice versa).
If that doesn’t work it’s possible you’ll need to play around with your theme code.
I would also love to update the page title that appears at the top of browsers. It current says “Events this month | Clarksburg Baptist Church”. I would like for “Events this month” to say “Calendar”.
A snippet like this one should help (you could add it to your theme’s functions.php file):
add_filter( 'tribe_month_grid_view_title', 'events_title_tag', 10, 2 ); add_filter( 'tribe_events_this_month_title', 'events_title_tag', 10, 2 ); function events_title_tag( $title, $separator ) { return substr_replace( $title, 'Calendar ', 0, strpos( $title, $separator) ); }Does that help?
Barry
MemberHi – I’m sorry you’re experiencing difficulties.
If this is occurring on single event/venue pages (in addition to map view) then I think it’s going to be easiest to approach your theme vendor and ask them the same question – then remove their inclusion of the Google Maps API.
The reason I’m suggesting this is that – in our current releases, though a change is in the works – the Google Maps API cannot simply be dequeued the way many other scripts can, nor can the template that loads Google Maps be easily overridden as most other templates can.
With that in mind, if your theme’s author can give you a path forward that’s likely to be the cleanest and safest route here.
Does that help?
August 14, 2014 at 1:31 pm in reply to: Insert event category into page 'as grid view' instead of a wp_query list #668229Barry
MemberHi – great question!
One fairly easy means of accomplishing this is simply to use the Events Calendar widget: you could use multiple instances and restrict each to a separate events category.
Would that work here?
Barry
MemberAwesome, glad it’s fixed 🙂
One thing to note is we often publish a blog post covering “things to be aware of” when new releases roll out over in our products news stream so that’s definitely worth monitoring (I don’t honestly recall if the changes pertinent in this case were noted or not – but we do try our best to cover most things that have potential to cause disruption).
In any case since it looks like we’re all good at this point I will go ahead and close the thread, but if we can assist with anything else please don’t hesitate to create new threads as needed and one of the team will be only too happy to help 🙂
Last but not least, we’re always on the look out for further feedback and welcome anything you might add with regards to The Events Calendar over on our plugin review page – thanks again!
Barry
MemberInteresting, well I’m glad you fixed it 🙂
For our own purposes it would be great to know which redirection plugin it is – if you have a moment to spare and could post a link that would be appreciated.
Thanks again!
Barry
MemberHmm.
If you want to purge all events and don’t also mind losing all of your events settings it could be worth installing Event Rocket.
I have to note first of all this isn’t an official Modern Tribe plugin and we don’t support it here but, if you activate Event Rocket and deactivate The Events Calendar it will add an “Events Cleanup” entry under the “Tools” menu – and this may provide an easier way to work through the problem.
Does that help here?
Barry
MemberAwesome, happy to help 🙂
I’ll go ahead and close this thread out since it looks like you’re all set – but if we can assist with anything else please don’t hesitate to create a new thread and one of the team will be only too happy to help.
Last but not least, if you have a moment to spare we’d love to hear your thoughts on The Events Calendar over on our plugin review page. Thanks again!
Barry
MemberAh, that could be so. Glad it’s all working now though 🙂
I’ll go ahead and close this thread but if we can assist with anything else please don’t hesitate to create new threads as needed and one of the team will be only too happy to help.
Thanks again!
-
AuthorPosts
