Forum Replies Created
-
AuthorPosts
-
Trisha
MemberHi Martin!
Thanks for writing in and welcome to the forums!
You can modify the Editor role in WordPress the User Role Editor plugin https://wordpress.org/plugins/user-role-editor/ It allows you to change role capabilities with just a few clicks and it works on custom post types as well.
As far as your other question goes, there is a degree of flexibility in how recurring events are scheduled. You can change start and end times in the series as well as add exclusions.
The following screenshots may help


I hope this helps! If you have any other questions please don’t hesitate to ask!
Cheers,
TrishaTrisha
MemberHi Denise,
I’m jumping in here to help Hunter out a bit. Sorry to hear your having trouble with this, the documentation for this file is quite a bit different than the others but we’ll get you set up! 🙂
If you’ll refer back to the Themer’s Guide https://theeventscalendar.com/knowledgebase/themers-guide/Â and scroll to the bottom to the section entitled “Javascript Templating” that will get you headed in the right direction.
Basically, the documentation that you need for the mobile.php file lives at the top of
‘src/views/month/single-event.php’
The syntax is different because we’re using javascript templating for the mobile view. Your normal php syntax won’t work…as you’ve seen!
Hopefully this gets you headed in the right direction. Let us know how it goes! ?
Cheers,
TrishaTrisha
MemberHi Barton!
Sorry this issue keeps cropping up, super frustrating I know!
My first suggestion would be to make sure that your javascript files are not minified. Beyond that you will need to check with W3 Total Cache since their plugin is the one causing the conflict. If memory serves me correctly, they have a LOT of settings to work with so it may be a matter of trial and error.
Hopefully this is a good start to solving things. Let me know what you find out!
Cheers,
TrishaTrisha
MemberHi Steve,
Sorry to hear you’re having trouble!
Let’s start by having you go through the steps to test for conflicts here https://theeventscalendar.com/knowledgebase/testing-for-conflicts/Â
Hopefully you can debug this pretty quickly, let me know what you find out!
Cheers,
TrishaMarch 22, 2017 at 11:20 pm in reply to: Get fieldset information if customer changes quantity in Woocommerce cart? #1258481Trisha
MemberHello Adam!
Sorry to hear about this, I understand the concern as it’s not very intuitive when you need to add tickets that have additional fields like you mention.
Are you showing attendee information on the ticket page? If so, my suggestion would be to have a message for the customer that if they need to change quantities they can add the additional information to their ticket after they place the order. They can view that information by clicking the ‘View my Tickets’ link on the event page.
If you’re not showing attendees then your suggestion to start over would be better.
I will log a bug ticket for this issue. I can’t make any promises but we will see what we can do to resolve this issue in due time. In the meantime I will let you know if I find any better solutions!
Cheers,
TrishaMarch 22, 2017 at 9:47 pm in reply to: Attendee data lost when woocomm ticket purchase is cancelled and then completed. #1258438Trisha
MemberHello Andras!
I’m sorry to see you’re having this problem, I know it’s frustrating! Thank you for the detailed explanation and steps to reproduce, that helps us track down the issue so much faster.
The very good news is that there is a fix completed and set to go out in our next maintenance release, hopefully this week. I’ve marked this ticket as ‘Pending Fix’ so you will get a notice as soon as the release goes out.
Thanks for bearing with us! We should have an update for you soon 🙂
Cheers,
TrishaTrisha
MemberHi Chad,
My suggestion does involve a single custom page.
I’m not totally clear what your needs are as far as the Filter Bar placement in this context. Integrating the Filter Bar on that page is certainly possible but it is quite an advanced customization.
In the end I think the best path forward is the one you’re most comfortable with building and maintaining. As you’ve mentioned, they all have their pros and cons.
You can find the adjustments I made to the widget code here:
https://gist.github.com/trishasalas/563e903a22b05da2c3347a2c46c86b61
Hopefully this will help jump start your efforts. Let us know how it turns out, we love to see cool customizations like this!
Cheers,
TrishaTrisha
MemberThis reply is private.
March 22, 2017 at 11:18 am in reply to: Changing the text for next and previous event links in single event view #1258249Trisha
MemberHello Kevin,
So glad to hear this worked for you! Thanks for letting us know.
Since this is resolved I’m going to close this out but if you have any other questions or need help with another issue don’t hesitate to post another request.
It makes our day when we can help! ?
Cheers,
TrishaTrisha
MemberThis reply is private.
March 21, 2017 at 11:02 pm in reply to: Changing the text for next and previous event links in single event view #1257828Trisha
MemberHi Kevin!
Sorry to see this has been an issue for you! Fortunately there’s a pretty easy fix for it.
The best way to make the change you want is to copy the existing template from the plugin into your theme file as described in this guide:Â https://theeventscalendar.com/knowledgebase/themers-guide/
The file you’re looking for is here:
/wp-content/plugins/the-events-calendar/single-event.php
The links are on lines 48 & 49 and 81 & 82.
Hopefully this is what you need but if you have any questions please let me know. I’m happy to help! 🙂
Cheers,
TrishaMarch 21, 2017 at 10:36 pm in reply to: Modify tribe_get_events to include permalink and category #1257822Trisha
MemberHi Karen!
I can help with this! I’ve modified your code a bit to make it easier to add the HTML tags that you need. I also added a taxonomy query that looks for an Events Category called ‘Featured’.
You can see it here:Â https://gist.github.com/trishasalas/86cc9975ab65c428dedd6a802dbcf426
I’d love to hear if it works out for you. If you have any questions feel free to let me know as well.
Cheers,
TrishaTrisha
MemberHi Carlos!
Welcome to the forums!
Events Calendar Pro does include a Mini-Calendar Widget, the placement on the page (left or right) would depend on the theme itself. Filters for the widget are in the admin area and are selectable by the site owner. The filters themselves are not visible on the Front-end of the site.
Most of our templates are customizable by copying the template into your theme directory and making changes.  This guide explains the process in more detail. https://theeventscalendar.com/knowledgebase/themers-guide/
I hope this helps, if you have any other questions or need clarification please let me know!
Cheers,
TrishaTrisha
MemberHi Chad,
Thanks for writing in, I’d love to help you out here.
I did a super quick test of your 2nd option just to see how it would fare. The constraints are pretty tight within that template and it could be a challenge.  I’m happy to share that with you if you’re interested but keep in mind I didn’t attempt that tabs for the days of the week. It’s more of a proof of concept than a fleshed out solution.
I feel the same thing is probably true for your first options (using the Filterbar) although that is untested on my end.
This is clearly opinion on my part, but I prefer working where the need to over write existing code is minimal. The layout itself isn’t super complicated so the bulk of the work would involve the Ajax. Perhaps you can utilize the jQuery UI tab interface as it’s already available in WordPress.
I hope this helps! Let me know if you have any other questions or if you want to see my bit of code  for that template 😉
Cheers,
TrishaTrisha
MemberThis reply is private.
-
AuthorPosts
