Forum Replies Created
-
AuthorPosts
-
Cliff
MemberPlease understand that our support does not include assisting with customizations, including CSS, per our Scope of Support / Terms
However, on occasion, we do provide CSS tweaks, like I’ve done for you, but I cannot continue with any future requests.
.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-info { padding-top: 15px; } .tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-locality { float: left; } .tribe-events-adv-list-widget .tribe-mini-calendar-event .tribe-events-locality::after { content: "—"; } .tribe-events-adv-list-widget .tribe-mini-calendar-event span.tribe-events-locality { color: red; }I hope this works well for you.
Cliff
MemberHans, I’m not sure how you got a beta version of our core The Events Calendar, but hopefully this doesn’t happen for you or others in the future.
I’m glad things are working well for you now!
Cliff
MemberIn our forums we keep our threads focused on just one issue to ensure we fully answer each of your questions/issues. Please keep this in mind for the future and start a new thread for your additional questions from this thread. Thanks for your understanding.
To answer your second question quickly, I don’t believe Hebrew is included in this existing feature request, but is that one relevant (i.e. to add Hebrew as a third option there)?
Cliff
MemberThanks for trying that, Martin.
We have tribe_get_recurrence_start_dates()
If you want to get the start date of the last event in the series, you could use that function and get the last result of the array.
Will this work for you?
Cliff
MemberSure, no sweat. Thanks for confirming. I’ll close this one and we’ll continue on with the other one.
FYI: marking something Resolved still gets reviewed by us. We’re the only ones who can Close a ticket, unless a thread gets Closed automatically after a couple weeks of inactivity.
Cliff
MemberIsaac,
Copy the code from https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182 (without the leading <?php line) and see if it works.
If it does, then continue following along with the edit I suggested.
We’re limited in helping with customizations, per our Scope of Support / Terms. However, I’ve tried to help point you in the right direction.
Cliff
MemberHi, Ted.
Editing the core plugin files is never the ideal way to go (for our plugin or any other), particularly for the reason you stated.
Instead, WordPress hooks (actions and filters) are the way to go.
With our plugins (and many others), we also have hooks unique to our code.
I believe two of our recent blog posts will come in very handy for you and your developer(s):
- Tips for Working With WordPress Actions and Filters
- Adding Code to Your Site When You’re Not a “Coder”
We also happen to have template override functionality, which is documented in our Themer’s Guide.
I hope this information helps you and your developer(s).
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi again, Matt.
You might try changing wp-admin > Events > Settings > Display tab > “Events template” option and then try with your theme again.
I also know we have some customizations in place for Twenty Sixteen (based on the theme slug). Therefore, you might want to rename the ‘twentysixteen’ directory to something else, like ‘twentysixteen-testing’
Then you might see what the tooltips and JSON is and how it compares when using your own theme. I’d also highly suggest you disable all non-Modern Tribe plugins while trying to debug with your theme.
Let us know what you find out.
Thanks.
Cliff
MemberHi Matt.
Sorry that happened. This shouldn’t be happening for logged-in users.
I’ve un-spammed the forum thread you linked to. I’ll close this one and help you at that link.
Thanks!
Cliff
MemberHi Jake. We’re glad to have you around. Welcome!
Please reference our Changing the first day of the week KB article (basically, it’s already a WordPress setting so we don’t have a separate setting for it).
Please let me know if you have any follow-up questions on this topic.
September 8, 2016 at 1:44 pm in reply to: Adding Phone Numbers to RSVP Section (Events Tickets Plus) #1161726Cliff
MemberHi, Mark.
Please reference this code snippet to add Phone to Attendees Report:
https://gist.github.com/cliffordp/acfc3cac546ba0849a222c8eee8160ca
You’ll need to customize it for your own use.
FYI: If you leverage the hooks we have in place (like this code snippet does), your customizations do not get overwritten each time you update the plugin. Making edits directly to core plugin files is never the ideal way to customize. One major reason is the one you mentioned.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
September 8, 2016 at 1:40 pm in reply to: ampersand not displaying correctly in monthly pop-up view #1161721Cliff
MemberHi, Mylie.
Thanks for helping, Mathew.
Mylie, the bug where mobile monthly & weekly views are not displaying the ampersand properly is not fixed yet. I’m unsure if Mathew’s suggestions will help, but they might be worth a shot.
I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now, but I did recently bump this bug’s priority so hopefully it’ll get some attention sooner than later.
I apologize for this issue and appreciate your understanding and patience.
Cliff
MemberHi Martin.
Are you referring to your child theme’s own single-event.php file (reference: Themer’s Guide)?
If so, you might want to try tribe_get_end_date().
Please let me know if this doesn’t work for you.
September 8, 2016 at 1:26 pm in reply to: Show paypal authorization number in attendee export #1161707Cliff
MemberHi Jeff.
Please reference this code snippet to add Phone to Attendees Report:
https://gist.github.com/cliffordp/acfc3cac546ba0849a222c8eee8160ca
You’ll need to customize it for your own use, such as to add WooCommerce or PayPal information.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
Cliff
MemberHi Hans.
Thanks for the detailed question.
I see in your system information report that you are running The Events Calendar version 4.3beta1
Please delete The Events Calendar plugin and, once deleted, please re-install the latest version available from https://wordpress.org/plugins/the-events-calendar/
I hope this resolves your issues.
-
AuthorPosts
