Forum Replies Created
-
AuthorPosts
-
Brian
MemberThe list widget has the ability to filter by Event Categories in Pro, it does not have a filter for tags.
Since tags are shared with Posts it could be a way to related events and posts if you would develop the coding for it.
It sounds like your theme’s css is conflicting with the Event List Widget.
It could be something Pro fixes, but most likely it would be custom css to resolve it. We maybe to help as a Pro user, but if it is a lot of changes we would not be able to help out.
Thanks
Brian
MemberHi,
Unfortunately, it is not that easy to build a shortcode for all our views. We are looking at months of development to do it and fit it in with our large code base.
It is something we are looking to do, but we do not have anything else for you on this right now nor a timeline when it might happen.
If this is a deal breaker as much as we would like your business we do have a 30 day refund policy you can follow here:
Thanks
Brian
MemberGo to Events List in the Admin, this is the list of all your events in the backend just like posts.
Find the Event in that List
Click Edit
Find the EventBrite Settings in that Event and make the change.
I should add this is not a global setting or on any setting page, this is done per event in the Single Event Editor.
Brian
MemberHi,
Thanks for using our plugins.
I came up with a function that displays the prices in a range.
It may not work in every case, but could be modified if need be.
It looks like your site already has modifications so you may already have the template in your theme.
So following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
You want to move and edit this file in your theme:
the-events-calendar\views\modules\meta\details.php
There you want to replace this:
<dd class=”tribe-events-event-cost”> <?php esc_html_e( tribe_get_formatted_cost() ) ?> </dd>
With This:
<dd class=”tribe-events-event-cost”><?php echo esc_html( get_tribe_woocommerce_tickets_price_range() ); ?></dd>
Before you do that you will need to add the following to your theme’s function.php:
https://gist.github.com/jesseeproductions/4adb6b034960c661c1e8
Let me know how this works out.
Thanks
Brian
MemberIt is in the Event Editor for that event in the admin.
Brian
MemberSure I can help out.
First follow our themer’s guide to learn how to move and edit templates in your theme:
https://theeventscalendar.com/knowledgebase/themers-guide/
Then find and move this file to your theme:
the-events-calendar-community-events\views\community\email-template.php
There you can replace this line:
<h4><?php echo $this->getEditButton( $post, __( 'Review Event', 'tribe-events-community' ) ); if ( $post->post_status == 'publish' ) { ?> | ">View Event<?php } ?></h4>With this:
https://gist.github.com/jesseeproductions/49ec468fac6e729c5a11
That will show a link to edit in the backend and also show the username of the person who submitted.
You can change the username (user_login ) to something else ( user_nicename? ) from the user profile from the fields listed here in the exmaple:
https://codex.wordpress.org/Function_Reference/get_user_by
Let me know how that works out.
Thanks
Brian
MemberOk let me know how it works out.
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!
Brian
MemberThe iCal is a manual importer into the Events Calendar. It does not have any syncing features as you describe with Google Calendar or any other service.
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.
May 8, 2015 at 4:50 am in reply to: When creating eventbrite events, changing ticket details causing error #961416Brian
MemberThis reply is private.
Brian
MemberOk did you try changing this setting: “Display tickets on event page?” in the Event itself under the Eventbrite settings.
Please try changing it to No, Updating and then back to Yes and updating.
Please check then if the Tickets show.
Thanks
Brian
MemberThis reply is private.
Brian
MemberThis reply is private.
Brian
MemberThis reply is private.
Brian
MemberHi,
Sorry for the issues you are having.
We are working on a bug that is preventing the tickets from showing. I can see about getting a copy of that release to resolve that for you.
Let me know.
Thanks
-
AuthorPosts
