Forum Replies Created
-
AuthorPosts
-
Brian
MemberUnfortunately, not sure how to fix it.
Looks like that is being applied by the Superfish Script in your theme. Do you have an option to turn that off for your menus? Otherwise the theme author might have an idea on how to update of fix the script.
There is not much else we can suggest it is hard to know what to fix since it is not our coding.
Brian
MemberOk please email that information to [email protected]
Brian
MemberOk can you let me know what you date and hour format were before you changed them.
I am trying to reproduce the error without success so I can create a bug report.
Thanks
Brian
MemberI do not think it is that simple, I think it be a fairly large project to get working reliably. It is something that we could maybe answer a question or two, but would be beyond the support we can provide to do much else.
I have not tried it before, but this plugin’s commercial version:
Has a feature where you can broadcast events between sites in multisite. You might be able to use that to have the events on the micro site and then also broadcast them to the main site to have them there as well. That might get you close to what you are trying to do without creating a huge new project.
Thanks
Brian
MemberHi,
I can help you out here, but unable to provide much support for older versions.
Have you tried changed to the Skeleton Stylesheet?
Go to your site’s admin then:
Events > Settings > Display Tab
Change this setting “Default stylesheet used for events templates” to Skeleton Stylesheet to remove most of the styling from the plugin.
If you have want to remove styling on the single events then you could use WordPress’s wp_dequeue_style to remove the stylesheets on singular tribe_events
http://codex.wordpress.org/Function_Reference/wp_dequeue_style
Let me know if you have any follow up questions.
Thanks
Brian
MemberThe additional fields can be found by using this function:
Something like this will show the field value:
echo tribe_get_custom_field(‘FieldName’);
That is the only method we have to get those fields on your own.
Brian
MemberHi,
Thanks for the interest in our plugins. We do not at this time have a RSVP function for the Events.
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.
Brian
MemberThe modifications can be done in the same way as adding a thumbnail.
We are not able to help on every step of the way, but here is some more information.
You might want to try this function for event categories:
tribe_get_event_categories();
The Events are custom post types so you can use the Content or Excerpt functions in WordPress to get the description and get it to the length you would like.
Not sure where to link the tickets as I do not know the plugin being used to sell tickets.
And the placement of the coding is up to you and how you would like it.
Brian
MemberHi,
Please email us at [email protected] with your order number and what you would like to to and we can help you better there.
Thanks
Brian
MemberYes, those fields are all custom fields.
The Venue and Organizer are different posts then the Event so those fields return empty as the field is in the venue post and not the event post.
If they have an option to pass an id to get the field that plugin might work.
You can use this function to get the venue id of the event to pass through:
tribe_get_venue_id();
That is about all I can help on that.
Brian
MemberHi,
Thanks for the interest in our plugins.
Community Events for the Events Calendar enables front end event creation and management without access to the admin.
I would recommend checking out the New User Primer for Community Events to see how it all works:
And you can purchase just the Community Events add on and use it with the free version the Events Calendar.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins. Unfortunately, we do not have any booking features available so we are unable to provide a product to do what you are asking.
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.
Brian
MemberHello,
Sorry for the issues you are having.
Do you know how your theme is setup?
Does it have only widget areas? or is the main loop for WordPress on the home page?
The events can only show on the home page if the main loop is setup there, otherwise it does not have a place to show them.
Let me know and we can go from there.
Thanks
January 26, 2015 at 9:57 am in reply to: Events Calendar Pro and scheduling / AppointmentQuest #937705Brian
MemberHi,
Thanks for using our plugins and glad you like them besides those errors.
Unfortunately, the short answer to your question is AppointmentQuest does not interface at all with our plugin. I could not even guess at how their system works to help out on that.
The only option people have used as “Event Registration” is one of our ticketing plugins as it can create tickets per event. It is not a direct registration system though so it may not collect all the information you are looking for when someone registers.
I suggest going to the New User Primer for WooCommerce tickets:
https://theeventscalendar.com/knowledgebase/new-user-primer-woocommerce-tickets/
That will show you how the plugin works and if it might work for you. All the ticketing plugins have the same features so looking at one will get you an idea how the other 3 work too.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
Are you talking about in the WordPress admin? or when an event is added on the front end using Community Events?
They should be checked by default on the Admin, in Community Events it is possible with some customization.
This ticket went through the steps to do that:
Let me know if that helps and we can go from there.
Thanks
-
AuthorPosts
