Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Massound,
I took a look at the Tag Cloud and if you select the Tags option in the dropdown it shows both Post Tags and Event Tags.
Does it do the same for you?
If you are looking for just Event Tags I would encourage you to try Ultimate Tag Cloud Widget:
I loaded it up and looked like I could be much more specific on what post type was for the tags section.
Let me know if that works for you.
Thanks
Brian
MemberHi Doug,
Thanks for the interest in our plugins. I can answer your questions:
Create an event with a size limit so that the event can be marked as full when all slots are filled.
I am afraid not directly. We do have a ticketing add on such as WooCommerce Tickets that maybe to adapted to this, but not a direct feature in the Pro or the core Events Calendar.
Email alerts to administrator and to the user when a user signs up for an event.
Again you could use a ticketing add on such as WooCommerce Tickets for this as it uses WooCommerce’s Order Notifications.
We maybe to help answer customization questions of the plugins to get it closer to what you would like, but for the most part that is beyond the support we can give on the forums.
Let me know if you have any more questions or would like me to clarify something.
Thanks
Brian
MemberHi
I saw you found the answer, but just wanted to confirm:
Yes correct the plugin payment is for one year of support and updates. The plugin will still work after the year is up and you do not renew, but you will not longer get updates or support here on the website.
Here is another question though would you discount the price for a not-for-profit organisation?
We do offer the plugin based on the status of the non profit.
We reserve the right to refuse partnership with any organization at our discretion.
The application link is here:
https://tri.be/apply-for-nppp/
Does that help?
Brian
MemberHello,
I can help you out with this.We do not have a shortcode that can enable you to display a list like that, but there are a coupon options you can try.
Custom Loop
You can create a custom loop using the post-type:tribe_events
This will take bring in all the custom fields you would like, but you would have total control over it.Event Rocket
There is an unofficial plugin called Event Rocket:This plugin does have a shortcode for the list widget, which may get you close to what you are looking for without as much work.
Let me know if those will work for you. We can help out a little on the custom loop, but for the most part customizations are beyond the support of the forum.
Thanks
Brian
MemberHello,
Thanks for searching for the answer. Looks like those are old tickets and as you saw the link no longer works.
Here is the updated link:
https://theeventscalendar.com/support/documentation/changing-the-word-events-to-something-else/
Let me know if that works for you.
Thanks
Brian
MemberHello reraisethebar,
I can help give you a definitive answer to your question:
Will the creator of the event be notified each time a ticket is sold, with payment details and user information?
I am afraid not. The notifications are run through WooCommerce and when a ticket is purchased it will notify through the process setup in that plugin. Our ticketing plugin does not have the feature to change those notifications.
Does that answer your question?
Brian
MemberI can help you out with getting the email with tickets to send on purchase.
This process is run through the WoooCommerce Order System and the tickets are not sent until an order is marked complete.
There is a snippet that WooCommerce Provides that will do that automatically:
http://docs.woothemes.com/document/automatically-complete-orders/
That snippet should change this process:
tickets ordered->order marked processing->admin marks order complete->tickets sent
to this:
tickets ordered->order marked complete->tickets sent
Let me know if that is what you are looking for or you would like some more help related to this.
Thanks
Brian
MemberHello claghorn,
That is an interesting request and I think it would be possible with a little custom coding.
If you follow our Themer’s Guide:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
It will help you get the correct file to edit for the widget. If you have a specific questions about this customization we can gladly answer them, but for the most part this is beyond the support we can provide on the forum.
Let me know if you would like some help though on the first step.
Thanks
Brian
MemberHello,
Thanks for purchasing the Filter Bar and Events Pro Plugin.
I am afraid that feature is not including in our plugin to make the Venue a dropdown instead of a checklist.
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.
http://tribe.uservoice.com/forums/195723-feature-ideas
Customization
You maybe to go in there a customize the Filter to turn it into a dropdown, however, it is beyond the support we can provide on the forum. If you have specific questions when trying to make a customization we can help you answer though.Thanks
Brian
MemberHi Michael,
Thanks for the interest in our plugins. We do not have any shortcodes included as part of our plugins. It is a highly requested feature that we are exploring to add, but right not there is not timeline on if or when that will happen.
There is an unofficial solution called Event Rocket (it is maintained by developers of the Events Calendar)
That does provide some shortcodes for the widgets and for single events as well.
I encourage you to check that out.
Does that help?
Brian
MemberHi alonso,
Thanks for using our plugin.
I can help you get started on this and then you should be able to take it from there.
You are going to want to follow our Themer’s Guide for this customization:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
For the Single Events you want to find this file and move it to your theme according to the themer’s guide”
\the-events-calendar\views\single-event.php
Then look for this line:
<?php echo tribe_event_featured_image( $event_id, ‘full’, false ); ?>
That is what you will have to modify to add a default image.
If you get stuck let us know, but for the most part this customization is beyond the support we can give on the forum from here.
Thanks
Brian
MemberHi
Thanks for the providing the information to see the site.
I did take a look at the site and see the issue. It did not give any errors so I am unclear to what is causing the issue.
Can you try going into the Events Settings and changing the default slugs?
Go to Events->Setting->General Tab
Then for this field change event “Single event URL slug”
Please then resave permalinks and see if that fixes the issue.
The next Step
Also I know you said:I have deactivated all other plugins, refreshed the permalink settings-page and came back to the wordpress standard-themes. In my “.htaccess” I have no redirects and I don’t use any other rewrite rules then the wordpress-standard entries.
Is it possible you can deactivate all plugins but the Events Calender and the change to Twenty-Thirteen Theme and resave permalinks and then let me know so I can take a look at the site and see if I can find anything else causing the conflict.
Let me know and we can go from there.
Thanks
Brian
MemberThanks for providing all that information, I apologize for the continued troubles.
I am still not sure of the exact issue. It is strange that this is the only function that does not show correctly.
I came up with a quick fix to bypass that function.
See if by editing this file in your theme:
\the-events-calendar\views\modules\meta\venue.php
You can replace this:
<?php echo $website ?>
with this:
“><?php echo tribe_get_event_meta( tribe_get_venue_id(), ‘_VenueURL’, true ); ?>
That is taking the link in the url and creating a hyperlink out of it.
If that does not solve it then there is a conflict taking place causing the issue.
Let me know if that works for you or we can go from there to the next step.
Updating
Not sure why the Events start duplicating like that in the Month view. I have seen that once before, but in that case it turned out to be a theme conflict that caused the issue. Your could be different.Thanks
Brian
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved 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
MemberI 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
-
AuthorPosts
