Forum Replies Created
-
AuthorPosts
-
Brian
MemberI only tested in the single template and it worked there, but maybe you can directly pass a event id into it to work.
You can try passing the event id into it like this:
$event_id = get_the_ID();echo tribe_get_map_link( $event_id );
If that does not work another option around this is to use this function:
$venue_id = tribe_get_venue_id( $event_id );And then use the meta fields from the venue as outlined here:
https://gist.github.com/jesseeproductions/c2df90a56827dae990a0
To build a custom Google Maps Link.
Otherwise that is all we have for this and there is not much else we can provide on customizations.
June 1, 2015 at 5:53 am in reply to: Show different information to users depending on their level #966366Brian
MemberHi Mike,
Thanks for the interest in our plugins.
We do not have capabilities setup the way you describe in the plugins.
On the front end any visitor can see all the details of the event.
It is possible to customize it to show only certain details based on a role and we have the themer’s guide for that:
https://theeventscalendar.com/knowledgebase/themers-guide/
Also, we do not directly show on the front end number of attendees and list of attendees by name so that would have to be added as a custom function to show.
In the admin we follow the roles for viewing details similar to what WordPress has for posts.
You can test this out with the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/
Let me know if you have any follow up questions.
Thanks
June 1, 2015 at 5:30 am in reply to: Option to have "see all" recurring events show just future events. #966362Brian
MemberHi,
Thanks for using our plugins. I can answer your questions on this.
For the “See All” for recurring events that page always shows all published events for a series.
Unfortunately, there is no option to change that right now beyond doing a customization to the coding, which we cannot support.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
I visited your site and see what you mean.
I tried this css and got it to work:
.tribe-mini-calendar-wrapper .tribe-mini-calendar-no-event {
color: #000;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Isn’t there a way to coy some php code to a custom template so I can simply create a page and apply the template to it so I get the events page in my custom page?
Not really, since each of our views (month, day, week, map, etc) is an archive page it does not have a stand alone query to just move around.
Alt the thread you sent is from version 1.0 and does not apply to the 3.xx code base.
For editing templates and creating queries we have two resources:
We do have a themer’s guide to help editing our templates:
https://theeventscalendar.com/knowledgebase/themers-guide/
And we have tribe_get_events for a custom event query:
But otherwise we do not have resources or coding to provide to create a event view on a custom page.
I can try to help answer specific questions to get you started, but I am limited in providing much more then that for a customization.
Cheers
Brian
MemberHi Again,
We do not have any features to export customer info.
However, our ticketing plugins all connect to an eCommerce plugin and those may have the ability or have a plugin that enables you to export customer information.
Cheers
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have any features to change price based on when an event is.
It could be possible with a customization, but that is beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for purchasing our plugins. I can help answer your question.
Unfortunately, we do not have any shortcodes for the main views (month, map, photo, etc).
There is a shortcode for the mini calendar widget:
There is also the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:
Let me know if you have any follow up questions.
Thanks
May 31, 2015 at 7:50 am in reply to: How can i add "photo view" with 1 category on a blog page? #966282Brian
MemberHi,
Thanks for using our plugins. I can help answer your question.
Unfortunately, we do not have any shortcodes for the main views (month, map, photo, etc), so it is possible to move the Photo view to another page with some significant customization, but generally that is outside of what we can provide with for support.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins. However, we do not really have booking features so I do not think our products will work for you without major customizations, which is beyond the support we can provide.
It is true we have our ticketing plugins, but they are for single events and have to be created in each event. And we do not have a feature to submit an event and sell tickets to it.
Let me know if you have any follow up questions.
Thanks
Brian
MemberYeah they would be the best place to help.
Although it is being used with Tickets(WooCommerce Products) it is all there coding sending the emails so they would be able to help on that.
Let us know if they have any questions about our plugin and we maybe to help out.
Thanks
May 31, 2015 at 7:01 am in reply to: WooTickets – Tickets being added twice & Cart being wiped on addition #966271Brian
MemberGreat thanks.
Closing out this issue.
Thanks
Brian
MemberHi,
I can try to help out here.
Are you using Follow up emails extension for WooCommerce?
http://www.woothemes.com/products/follow-up-emails/
If so I am not sure what the issue is, are you able to contact the developer of that extension and find out the issue?
Since this is not created by us nor do we have email notification features we are not able to troubleshoot their plugins.
Thanks
Brian
MemberHi CJ,
I believe those translations might out of date right now.
We have a release coming up in the next couple weeks and we will update all those files then.
Can you wait to do the update on the translation until then?
Let me know.
Thanks
Brian
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
-
AuthorPosts
