Forum Replies Created
-
AuthorPosts
-
Brian
MemberGreat, glad it fixed the issue, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberOk sounds good, let us know if it pops up again and we can take a look.
I am going to go ahead and close this ticket as you marked it resolved. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
January 22, 2015 at 1:25 pm in reply to: Share event to Facebook – no thumbnail, description #936363Brian
MemberI am glad to see you were able to figure it out. 🙂
I am going to go ahead and close this ticket since you marked is resolved. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberHi,
Thanks for using our plugins. I can help get you started on this customization.
We do not have a feature to add a custom field to the ticketing attendees list, I found a couple threads that might get you started from what other people have done:
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot them with you.
I created an event in the Events Calendar and published on EventBrite.
I also created a coupon to make it free in Events Calendar.
I went back to the event on my site and added it as a promotional coupon, which changed the price to free and gave me a registration button instead of paypal.
I then clicked on the green Registration button and it opened a new page for me to register.
Is it not opening that page for you? I see in the event on my site there is still a loading graphic over the register button.
That button is controlled by the iframe from Eventbrite so there is no coding we can add to the plugin to change how coding works in the iframe.
Can you provide a link to the free event as a private reply so I can take a look and see if there is something that can be done.
Let me know and we can go from there.
Thanks
January 22, 2015 at 8:04 am in reply to: Jetpack's Widget Visibility broken by updating to ECP 3.9.1 #936200Brian
MemberGreat glad it is working so far and thank you for the feedback.
January 22, 2015 at 8:04 am in reply to: Including the events calendar/list on other pages in my theme #936199Brian
MemberHi
Currently the only methods to show events outside of the main views are the widgets and a shortcode for the mini calendar:
[tribe_mini_calendar]
You can find some instructions for that shortcode using this link.
We are working on adding more shortcodes to display more of the widgets and then some of the calendar views, but I do not have a timeline for their release.
There is a free unofficial plugin created by our developers that does have some different shortcodes that might help out, it is called Event Rocket:
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
We are limited on helping out here, but I am going to leave this ticket open to see if anyone can help on it.
You also, might get response from posting on the WordPress.org support page as more people might have used both plugins there.
Thanks
January 22, 2015 at 7:49 am in reply to: Share event to Facebook – no thumbnail, description #936194Brian
MemberHi terrizsolo,
Sorry for the issues you are having. This ticket is not closed so not sure why that message appeared.
I visited the link, but I am getting a 404 error on the page and Events Calendar is not showing any events.
Can you run through our 404 Error Guide if you think this is an error and see if that brings the events back if they should be there.
Let me know what you find out and we can go from there.
Thanks
Glad you were able to fix the issue jskk123 and thanks for sharing your solution.
Also for reference, we do not provide open graph tags so those will be provided by another plugin or through custom coding.
January 22, 2015 at 7:40 am in reply to: How to show just the city and state (instead of full address) in the loop #936188Brian
MemberHi,
I can help you out here.
The address is stored in the Venue, so when you use the get_post_meta and you use the event id it does not return anything.
We have some functions to help out though.
This worked for me:
$event_id = get_the_ID();
echo tribe_get_city( $event_id );
echo tribe_get_region( $event_id );
Let me know if that helps.
Thanks
Brian
MemberThanks for sharing that information. That is always a good place to start when having a widget issue before going deeper into troubleshooting.
Glad you got it working for you.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
January 22, 2015 at 7:27 am in reply to: How to disable Jetpack Related Posts on single event posts #936177Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
Thanks for the interest in our Ticketing Plugins.
They all have similar features and one does not have more then the others. It usually comes down to what eCommerce System you like to use and use the ticking plugin that goes with that one.
If you run through the New User Primers:
https://theeventscalendar.com/knowledgebase-category/primers/
You can see how each plugin is setup.
And please note that none of them support recurring events from Pro.
I will leave this thread open if anyone else would like to comment.
Let me know if you have any follow up questions.
Thanks
Brian
MemberOk thanks for the information.
I visited your site and see there are a bunch of javascript errors in the console coming from a shortcode plugin and your theme.
Here is what I see:
TypeError: jQuery.timer is undefinedTypeError: container is null
http://www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/js/plugins.js
Line 100TypeError: jQuery.easing[jQuery.easing.def] is not a function
http://www.compositesinnovation.ca/wp-content/plugins/j-shortcodes/galleryview/js/jquery.easing.1.3.js
Line 46
Fixing those is a good place to start in resolving this.
Let me know how that works out and we can go from there.
Thanks
Brian
MemberHello,
Sorry for the issues you are having. I can help troubleshoot them with you.
We do not modify the checkout process with WooCommerce so not sure what is causing this issue.
If you create a regular product in WooCommerce and do the checkout process does it still hang up when loading Paypal with only that in the cart?
Let me know and we can go from there.
Thanks
-
AuthorPosts
