Forum Replies Created
-
AuthorPosts
-
Sky
KeymasterHi Bart!
The filter bar has a “time of day” filter that can be combined with “Day” view to show events that take place in different daily time slots. Is this what you are wanting to do?
I do not see an attached screenshot, so I may not be understanding completely.
Thanks,
SkyJanuary 25, 2018 at 8:19 am in reply to: How we can change time interval duration from time picker ? #1435902Sky
KeymasterHi Bart!
I have a snippet that does just that.
https://gist.github.com/skyshab/7a05ac9367285a0d79129927bbe3618a
This could be added either to a custom plugin (preferred) or else to your theme’s functions.php file.
Let me know if that works for you.
Thanks,
SkySky
KeymasterJane,
Awesome! Let us know if you have any other questions in the future.
Sky
January 25, 2018 at 8:05 am in reply to: problem with customers who didn't get their ticket in the mail #1435889Sky
KeymasterAhiad,
We manage feature requests here. You can look to see if someone else has suggested the specific feature you would like, and if so, cast a vote for it. If it hasn’t already been suggested, you can submit the idea.
Please let us know if you have any other questions.
SkySky
KeymasterHello again!
It depends on which view or views you would like to customize. In the link you provided, you have the “month” view set as the default. To customize that template, you would copy the template from wp-content/plugins/the-events-calendar/src/views/month/content.php into your-child-theme/tribe-events/month/content.php.
Then just add any custom markup in the template where you want it to display.
Let me know if this answers your question, or if you have any others.
Thanks!
SkySky
KeymasterHi Evan!
The scenario you describe is exactly the type of thing our products are used for.
Our free plugin the Events Calendar will provide the base calendar functionality.
Add our premium extension the Events Calendar Pro to be able to add additional fields, create recurring events, and more.
To sell tickets to your events, you would need our free plugin Events Tickets and our premium extension Events Tickets Plus along with either WooCommerce or Easy Digital Downloads.
(note that Events Tickets Plus does not currently work with recurring events)
Does this sound like what you need? If so, check out our premium plugin bundles, which offer multiple plugins at a nice discount.
Thanks for your interest in our products! Let us know if you have any other questions.
SkySky
KeymasterHi Jane!
Updates should show up in your WordPress dashboard, as long as you have entered your license key on the site and it matches what is registered with your Modern Tribe account.
If you navigate to Events > Settings > “Licenses” tab, do you have your license key for the Events Calendar Pro entered in the field? Is there any message or notice just under the field?
Thanks,
SkyJanuary 24, 2018 at 12:11 pm in reply to: Recurring events not working with custom permalink #1435034Sky
KeymasterNicolle,
I’m sorry to hear that you are having difficulties with your recurring events. I will try to help you figure out the problem.
First, can you make sure you are using the latest version of the Events calendar?
Can you provide an example URL that is not working? I see that you are developing locally, but I want to see if the url is structured properly.
Also, can you explain in more detail what you mean by “broken page?” Is it showing a 404 message, or something else?
Thanks,
SkyJanuary 24, 2018 at 11:40 am in reply to: Visitor to fill in form on site to populate calendar with admin approvals #1434979Sky
KeymasterHi Phyllis!
We have a separate plugin that allows you to do exactly that! Check out our Community Events plugin.
Does this look like what you need?
Let us know if you have any other questions.
Thanks,
SkySky
KeymasterHi Dan!
Unfortunately, there are no attributes in the shortcode for controlling the page title. However, there’s a couple of ways you can go about hiding it.
The first method is to create a custom template for that view and remove the title markup. Here is a knowledgebase article explaining how to do that for exactly your circumstance: https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/.
Another method, although maybe a bit “hacky,” is to simply hide it with CSS.
For example:
.page-id-245 .tribe-events-page-title {
display: none;
}
You would just need to replace the number in “.page-id-xxx” to match your particular page.
Let me know if either of these methods works for you!
Thanks,
SkyJanuary 24, 2018 at 11:07 am in reply to: problem with customers who didn't get their ticket in the mail #1434957Sky
KeymasterAhiad,
I’m sorry to hear that you are having problems with customers receiving tickets.
Unfortunately, there is not a way to resend the tickets in bulk, and you will need to do this manually.
The default WordPress mail functionality is not always reliable. You may look into an SMTP plugin such as this to help with this problem in the future.
Thanks, and let us know if you have any other questions.
SkySky
KeymasterHi there!
Thanks for reaching out to us. This customization would indeed be something you need to add a bit of code to be able to achieve. Check out our themer’s guide for in depth instructions on how to create a custom template.
Good luck! And let us know if you have any more questions.
Sky
Sky
KeymasterHello Jens!
In Events > Settings > “General” tab, there is a setting called “Recurring event instances.” Checking this will only show the first event in a series within list view. Will this help with what you are wanting to do?
Thanks,
SkySky
KeymasterJoseph,
It has just been brought to my attention that the default for RSVPs is to use “wordpress@your-website” so this is actually working as expected.
There is however, a way to customize the from email address, but it requires you to add a code snippet.
https://gist.github.com/skyshab/6a3e0bd6bb46ddb2556560fb8fe6ddf6
Add that code to either a custom plugin (preferred) or else to your theme’s functions.php file. Replace “[email protected]” with the desired email address.
Let me know if that works for you!
Thanks,
SkySky
KeymasterLorie,
Looking at your account information, your license is now connected to excelsiorwriting.com. Which site domain are you trying to register the license on?
Thanks,
Sky -
AuthorPosts
