Geoff

Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 10,150 total)
  • Author
    Posts
  • in reply to: Event Calendar Pro Widget not displaying #1099552
    Geoff
    Member

    Hey 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,
    Geoff

    in reply to: Set Default category for calendar view #1099544
    Geoff
    Member

    Perhaps waiting to fire the script until the page is fully loaded will help:

    $( document ).ready(function() {
    $('[the-thing-to-select]').prop( "checked", true );
    });

    Geoff

    Geoff
    Member

    Awesome, 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,
    Geoff

    in reply to: purchase mistake? #1099535
    Geoff
    Member

    Good 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!
    Geoff

    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Entry ticket value for one year #1099520
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: NFP application #1099519
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Event Calendar Pro Widget not displaying #1099518
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: purchase mistake? #1099515
    Geoff
    Member

    Right 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,
    Geoff

    in reply to: Best deal to renew? #1099242
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: I want to show two months events to show in list view #1099235
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: event tickets plus #1099227
    Geoff
    Member

    Hey 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,
    Geoff

    in reply to: Can I or my users print out the calendar? #1099222
    Geoff
    Member

    Hello 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,
    Geoff

    in reply to: Member's only #1099218
    Geoff
    Member

    Hello 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!
    Geoff

    Geoff
    Member

    Sweet! 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

Viewing 15 posts - 3,886 through 3,900 (of 10,150 total)