Forum Replies Created
-
AuthorPosts
-
January 27, 2015 at 10:27 am in reply to: Custom events loop, trying to add 'no upcoming events message' #938195
Brian
MemberHard to say what is going wrong. It could be that if check does not work, I maybe wrong about that working.
This is the example WordPress gives, maybe that will work:
<?php
if ( have_posts() ) {
while ( have_posts() ) {
the_post();
//
// Post Content here
//
} // end while
} // end if
?>WordPress has more information on the Loop here:
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
I visited the link you provided and see the Map View is working.
http://votec.eplatt.com/events/
So something of Pro is working as that is found only in Pro.
Are you using Multisite? and what is missing from Pro? Is it in the backend, the frontend or both?
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have a registration system built in.
Although I have seen a 3rd party plugin that might work:
https://github.com/GlynnDevins/The-Events-Calendar-Registration
It is not possible to use the Events Calendar Outside of WordPress. You could maybe embed pages using iFrames, but that not something we support.
Let me know if you have any follow up questions.
Thanks
Brian
Member“WooCommerce Tickets” does not support recurring events. Meaning when creating a recurring event you cannot also create tickets for each individual event as part of that process.
Brian
MemberI am still seeing this error:
TypeError: jQuery(...).fitText is not a function
http://visitbrenham.wpengine.com/wp-content/plugins/easy-media-gallery-dev/includes/js/func/frontend.js?ver=4.0.1
Line 19And this error:
TypeError: e.Isotope is undefined
http://visitbrenham.wpengine.com/wp-content/plugins/easy-media-gallery-dev/includes/js/func/frontend.js?ver=4.0.1
Line 19And you are still loading two versions of jQuery.
All three of those issues is breaking the Events Calendar Scripts.
Brian
MemberThat is the name of a a script called jquery-placeholder/jquery.placeholder.min.js?ver=2.0.7 loaded by the Events Calendar.
That script is for form placeholders used in the Events Calendar.
Brian
MemberHi,
Thanks for the interest in our plugins. I can help answer your questions.
Yes, recurring events is a feature of Pro only. Please note recurring events are not supported by WooCommerce Tickets.
We do not have a way to separate the calendar by Recurring and Non Recurring Events and the calendar creates one view and does not have a method to create different pages.
The only method to create another “page” for the calendar is by custom coding, which is beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks
January 27, 2015 at 8:28 am in reply to: Custom events loop, trying to add 'no upcoming events message' #938099Brian
MemberHi Ben,
I can help you out there.
If you add a check for if $loop after the query you could do this:
if ($loop) {
//Loop Coding
} else {
// no events
}
wp_reset_query();
Let me know if that helps.
Thanks
January 27, 2015 at 8:15 am in reply to: 'Event' Not Available in Screen Options in WPEC Product Page #938091Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot them with you.
I am not clear to where the issue is happening.
What page is the screen options for Events not showing? The Single Event Editor? or the Single WPEC Product Editor?
Event tickets are always created in the Event themselves and not in the Product Page following these steps:
https://theeventscalendar.com/knowledgebase/tickets-making-a-ticket/
Are you not seeing those?
Let me know and we can go from there.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
I can point you in the right direction on this.
We have this article to help with RSS customizations:
https://theeventscalendar.com/knowledgebase/rss-feed/
Then you can use WordPress’s featured image coding to add it:
http://codex.wordpress.org/Post_Thumbnails
Let me know if you have any follow up questions.
Thanks
January 27, 2015 at 7:59 am in reply to: Is there a downloadable version of filter bar compatible with 3.8? #938078Brian
MemberThis reply is private.
January 27, 2015 at 7:56 am in reply to: Community events disables WordPress toolbar for visitors (not logged in) #938076Brian
MemberHi,
Sorry for the issues you are having. I can try to help troubleshoot this with you, but I am limited in supporting 3rd party plugin conflicts.
I loaded the plugin on a test site, but unfortunately, nothing obvious as to why the plugins are not working together.
You can try changing the Access Controls on this tab:
Events > Settings > Community Tab
And see if that can help.
Thanks
Brian
MemberHi,
Sorry for the issues. There is a bug in the system that is preventing the translation.
We have a fix to release in the next version.
I will add this ticket to our report and we will update it once we release it. I do not have a timeline to give you on its release though.
Thanks
Brian
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
MemberThanks for the interest in Eventbrite.
However, the plugin does not support recurring events.
-
AuthorPosts
