Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHey Scott,
We are fairly limited in how much we can support customization questions like this, but here’s a snippet you can try adding to your style.css file or using the Simple Custom CSS plugin:
.tribe-mini-calendar .tribe-events-othermonth { background: #555 !important; } .tribe-mini-calendar table td { background: #555 !important; } .tribe-mini-calendar table tbody tr:nth-child(2n) td { background: #555 !important; }This might not get everything, but looked pretty good when I was testing it out on your site. And, of course, you can change the colors as you see fit. Regardless, I hope this gets you started in the right direction!
Cheers,
GeoffGeoff
MemberPerhaps waiting to fire the script until the page is fully loaded will help:
$( document ).ready(function() { $('[the-thing-to-select]').prop( "checked", true ); });Geoff
April 7, 2016 at 7:26 am in reply to: Message appearing on wordpress saying plugin is out of date but it is current #1099539Geoff
MemberAwesome, thanks Matt! Super glad to hear that did the trick. I’ll go ahead and close this thread but please do let us know if there’s anything we can do to help with the text color in another thread and we ‘d be happy to check it out with you to see what we can do. 🙂
Cheers,
GeoffGeoff
MemberGood question!
You could offer three types of tickets on the same event:
- First day pass = $25
- Second day pass = $25
- Multiday pass = $50
That would prompt the visitor to choose which ticket when registering for the event. they could purchase multiple types of ticket in the same transaction if they are purchasing for more than just themselves.
Here’s an article that covers making tickets in much more detail.
Cheers!
GeoffApril 7, 2016 at 7:17 am in reply to: Bug Reopen: Event Start Date & End Date reset when errors returned #1099528Geoff
MemberHey Jonathan,
I’ve been doing my best to recreate the issue using the exact settings you provided in the system information and am still coming up short.
There are two differences between our test sites at the moment:
- tribeEventsTemplate = calendar-layout.php
- The MU plugins
Are you using either a custom layout for the calendar or have your default calendar template under Events > Settings > Display to something other than the default event template? I haven’t seen that calendar-layout.php template before, so I’m wondering if there is something in there that could be driving this issue. The other reason I ask is because the layout of your Community Events submission page looks different than mine (screenshot), which is the default on a fresh install.
I’ll certainly keep trying but let’s keep trying to narrow down the differences in our sites in the hopes that we can pinpoint the specific cause.
Thanks!
GeoffGeoff
MemberHi Sylvia,
I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new thread if any other questions pop up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHi Blair,
I see one of my last replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to hit us with a new thread if any other questions pop up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberHey Scott and thanks for following up!
Maybe I’m thinking in much too simplistic terms, but it seems like it should be visible without having to modify the code?
That’s certainly true, though you have to consider that the theme itself is also throwing it’s own styles in there that are overriding the default styles provided by the calendar. I know code can be a little cumbersome, but it’s often necessary when multiple components (like themes and plugins) are being used together and have different codebases that could conflict with one another.
PS: the widget is now being used on secondary pages – rather than the home page
If you head to Appearance > Widgets from the WordPress dashboard, check to make sure that the widget is not being used in any other widget area besides the homepage. And, if the widget is only being used on the homepage, it’s possible that the theme itself is using the same widget area in multiple templates. In other words, The Events Calendar will not determine where the widgets appear, but the theme and WordPress settings will.
Thanks!
GeoffGeoff
MemberRight on, thanks for following up! Definitely let me know if you have any other questions about the plugin features or decide you need a refund and I’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHey Thomas!
Great question. Did you receive an email reminder from us about the renewal? If so, click on the link to renew in it and you will get a renewal price that is lower than the full cost of purchasing the plugins. 🙂
Cheers!
GeoffApril 6, 2016 at 3:04 pm in reply to: I want to show two months events to show in list view #1099235Geoff
MemberHi Melody!
You can change the number of events to display in Events > Settings (screenshot). However, I am afraid that there is no way to set the List View to show events specifically for the next two months.
Sorry for the bad news, but does this help answer your question? Please let me know.
Thanks,
GeoffGeoff
MemberHey Anwar, thanks for getting in touch!
Absolutely. You can use Event Tickets and Event Tickets Plus with or without The Events Calendar. Event Tickets works on its own but has that nice integration with The Events Calendar, should you need it. 🙂
We don’t have trials, but we do offer a full refund on all products within 30 days of purchase. That should give you a fair amount of time to see if you enjoy the plugins and to return them if they don’t work out for any reason.
Does this help answer your questions? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHello Dominic!
The calendar can definitely be printed, but there is no built-in formatting for it. In other words, it will likely go to multiple pages instead a clean one-page grid.
Does this help answer your question? Please let me know. 🙂
Cheers,
GeoffGeoff
MemberHello Dani and welcome to the forums. 🙂
Great question! To make the calendar itself private, you could add something like this to the default-template.php file:
<?php if ( is_user_logged_in() ) { // This is where the calendar code would go. } else { echo 'Sorry, this calendar is private. Please log in to see it.'; } ?>If you haven’t modified one of our plugin’s template files before, then I would suggest checking out our Themer’s Guide to get acquainted with how to do it first.
Cheers!
GeoffApril 6, 2016 at 2:41 pm in reply to: Message appearing on wordpress saying plugin is out of date but it is current #1099210Geoff
MemberSweet! Will you please try switching the default template (Events > Settings > Display) to one of your page templates and see if that does the trick?
Also, do you have another page on your site that uses the “events” slug or contains “events” in the slug?
Thanks!
Geoff -
AuthorPosts
