Forum Replies Created
-
AuthorPosts
-
Nico
MemberThis reply is private.
August 15, 2016 at 4:00 pm in reply to: Unable to activate Eventbrite tickets + being thrown out of forum #1151847Nico
MemberPerfect, thanks for confirming Janice!
August 15, 2016 at 3:53 pm in reply to: Importing events from facebook, eventbrite and meetup.com #1151844Nico
MemberHey Jose,
Thanks for the follow-up!
The price structure of Event Aggregator is still not 100% defined, but most probably it will be inline with other plugins price. We will have to wait until the final prices are set in the upcoming weeks!
1) With the current plugin I have im able to have a venues (restaurants) page. Is there an option to have a venues page with your plugin
Yes, Events Calendar PRO creates a Venues page, and single venue pages.
2) Im turning the site into a community site soon and was thinking of using buddypress. Does your plugin work with buddy press
There’s no special integration with BuddyPress in our plugin, but there are no know conflicts as well. Check out this third party plugin, I personally haven’t tried it out or herd comments about it → https://shop.opentuteplus.com/product/buddypress-events-calendar-plugin/
3) i am going to add a voting/rating system to my site, would your plugin work well with that. Ex: option to add a star rating to individual events
Well, that’s something that you need to try out. I guess there will be no trouble with that.
4) LAstly, in regards to the happy hour page I had mentioned previously. Would i be able to layout the page by day tabs. ex: monday tab, tuesday tab etc like in http://www.hourdrinks.com/browse.php?neighborhood=62&borough=2&day=Tuesday
I guess it’s possible to custom code a view like the one you show. Day view is pretty similar, but doesn’t have the name of the week day’s navigation. We can help you getting started with this customization in the premium forums.
Please let me know if you still have questions,
Best,
NicoAugust 15, 2016 at 9:44 am in reply to: Unable to activate Eventbrite tickets + being thrown out of forum #1151715Nico
MemberYou are welcome Janice, sorry once again for the account issues. Also I think it might be better if we continue this conversation over email, I just replied to your initial message in the inbox.
Just let me know if you are ok with me closing this thread.
Best,
NicoNico
MemberThat’s great Melanie 🙂
I would like to add a line to point out to select # of tickets
Sure, before or after the tickets form?
also change the wording of the Attendees
You can do that with the code in this article: Change the wording of any bit of text or string.
Therefore, I would like to change this to Name of Attendee.
Not 100% sure about this, can you please create a sample event with tickets (or maybe just change the date of one of the past events) so I can see this in action and be sure about it?
Thanks a lot,
NicoNico
MemberStocked to hear it worked, for this case it’s probably simpler than messing with the query 🙂
I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.
Hope you have a great week,
NicoNico
MemberThis reply is private.
Nico
MemberHi John,
Thanks for getting in touch with us!
There’s actually no way of transferring the attendees from one event (or course) to another. I guess the best way would be to issue a refund for that order and ask the user to book the new event/course. You can also cancel the order and manually create a new one for the user.
Please let me know if this helps you out,
Have a great weekend,
NicoNico
MemberHi there Connie,
Thanks for getting in touch with us! I’ll help you on this one…
You can use the function wp_get_attachment_image_src to get the URL of the featured image:
<?php if (has_post_thumbnail( $event->ID ) ): ?>
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $event->ID ), 'full' ); ?>
<div style="background-image: url('<?php echo $image[0]; ?>')"></div>
<?php endif; ?>
Please let me know if the above helps,
Have a great weekend,
NicoNico
MemberHi Riccardo,
Thanks for getting in touch with us! I can help you here 🙂
Do you want to hide the first event from all instances of the list widget? Or just the once in that page you are building?
Maybe a CSS snippet is better than hi-jacking the query:
/* hide first event of a specif list widget */
/* replace the ID for the actual widget ID */
#tribe-events-adv-list-widget-2 .type-tribe_events:nth-child(2){
display:none;
}/* hide first event of all list widget instances */
.tribe-events-adv-list-widget .type-tribe_events:nth-child(2){
display:none;
}
Please let me know if that helps,
Have a great weekend,
NicoAugust 12, 2016 at 4:39 pm in reply to: Events listed in separate sections of calendar and notifications #1151186Nico
MemberHi there Albert,
Thanks for you interest in our plugins 🙂
I want to be able to list both internal and external activities on my events calendar.
This is possible by creating categories for internal and external events. You can even use Category Colors plugin to visually distinguish them.
I would like the board of directors to get notifications in email form when an event is upcoming.
Unfortunately this is not possible 🙁 There’s a third party plugin which let’s you create newsletters including your upcoming events that might help: Event Calendar Newsletter.
And I would like to allow only the board of directors to have access to the internal events.
You can password protect events like you would do for regular WordPress posts. If you don’t want the events to show at all for other users then the way to go would be to create a custom script to hide internal event category for non-logged in users or for a certain user role. If you decide to purchase the plugin we can assist you on this via the support forums.
Please let me know if this answers your questions,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberThis reply is private.
Nico
MemberHi there Ravi,
Thanks for getting in touch and for your interest in our plugins 🙂
Each plugin has it’s own price which you can check at each product page. Events Calendar PRO is $89.- this is for the plugin and a year of updates and support (check out What support is provided for license holders?). We also have some product bundles at a discounted price.
WHen your license expires (after a year) the plugin will continue to work, but you won’t receive further updates nor support access. Please note we offer 30% discount for renewals!
Please let me know if this answers your question,
Have a great weekend,
NicoAugust 12, 2016 at 4:11 pm in reply to: Importing events from facebook, eventbrite and meetup.com #1151178Nico
MemberYou are welcome Jose!
1) how much is the aggregator going to be?
I don’t have that information right now, but I’ll ask our product manager and let you know on Monday.
2) On my current site I have an events page and a specials page. Would i be able to do the following with your plugin: have all events except events with “happy hour” category listed on the “events page” and have only events with “happy hour” category listed on the “specials” page?
Yes, the process will be to hi-jack the query to remove the “happy hour” category from main events view. Then you can have the specials link redirect to the happy hour category page, or use a PRO widget shortcode to include a widget filter by the “happy hour” category.
Please let me know if there’s anything else I can help you with,
Best,
Nico -
AuthorPosts
