Geoff

Forum Replies Created

Viewing 15 posts - 3,841 through 3,855 (of 10,150 total)
  • Author
    Posts
  • in reply to: Event Countdown Customization #1100817
    Geoff
    Member

    Hello Pankaj and thanks for getting in touch!

    Good question. Our free plugin does not include countdown functionality. However, our Events Calendar PRO add-on does include a countdown widget that allow you to display countdown information for any published event.

    Is that what you are looking for? Please let me know. 🙂

    Cheers,
    Geoff

    in reply to: Does Event Calendar Pro not include EventBrite? #1100813
    Geoff
    Member

    Hi Stephanie — nice to see you again. 🙂

    Events Calendar PRO and Eventbrite Tickets are indeed two separate plugins with different features. In other words, Events Calendar PRO includes the following features, but Eventbrite Tickets is not one of them:

    • Recurring events
    • Custom fields
    • Advanced widgets
    • Additional calendar views (day, week, photo and map)
    • Default content settings
    • Organizer and Venue pages

    Sorry for the confusion, but does this help clarify things?

    Thanks,
    Geoff

    in reply to: Trying to create a recurring event #1100811
    Geoff
    Member

    Hello Stephanie — welcome to the forums. 🙂

    Absolutely. Recurring events is indeed included in Events Calendar PRO and should be a series of options in the event editor (screenshot) as long as The Events Calendar and Events Calendar PRO are both installed, activated, and synced to the same version. We also have an article that covers the feature in a lot more detail that I would suggest checking out as well.

    Does that help locate the recurrence settings for you? Please let me know.

    Cheers!
    Geoff

    in reply to: What bundle do i need.. #1100804
    Geoff
    Member

    Howdy Anthony and thanks for getting in touch!

    Our free The Events Calendar plugin will provide what you need for publishing events and our Community Events add-on will allow guests to submit events to the calendar. I am afraid, however, that selling featured listings is something that our plugins do not currently support.

    Good question about set-up services. We do not provide that assistance directly, but do have a list of freelancers who we would gladly recommend for that level of support and I’d suggest giving that a look.

    Does this help answer your questions? Please let me know if you have any others and I’d be happy to help as best I can. 🙂

    Cheers,
    Geoff

    in reply to: Event Ticket limit #1100800
    Geoff
    Member

    Hi Jen,

    That’s a great question. I’m afraid that the plugin does not currently support setting a maximum number of tickets per purchase, although I do see a request for a minimum number of tickets per purchase in our feature request forum. There is likely a way to limit the number of tickets, but it would take a bit of custom development at this time.

    Sorry for the bad news, but does this at least help answer your question? Please let me know.

    Thanks,
    Geoff

    in reply to: Community bundle demo #1100793
    Geoff
    Member

    Hey Pete and thanks for reaching out!

    I’m afraid we do not have a back-end demo of Community Events available. We do, however, offer a full refund on all products within 30-days of purchase, which should give you a good amount of time to give things a test drive.

    Does this help answer your question? Please let me know. 🙂

    Cheers,
    Geoff

    in reply to: Sticky Event in List View? #1100785
    Geoff
    Member

    Hey, hey Matthew!

    I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up and we’d be more than happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Howdy Tom and welcome back to the forums — hope all is going well. 🙂

    Good question. You can show the featured image by adding it to the template. Our Themer’s Guide has a thorough outline of how to customize the calendar templates, but it basically boils down to this:

    • Make a copy of the event-list.php file. It’s located at /wp-content/plugins/events-community/src/views/community/event-list.php.
    • Make a new folder in your theme directory called tribe-events
    • Make a new folder in that one called community
    • Drop your copied event-list.php file into that last folder

    Now that that template is in your theme, you can modify it to suit your needs. In this case, call the featured image where you would like it to display in the template:

    <?php echo tribe_event_featured_image( $event_id, 'thumbnail', false ); ?>

    Will this work for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Sticky Event in List View? #1100770
    Geoff
    Member

    Hi Matthew!

    I do see that it was recently added to our feature request forum but, to date, only has one vote. I would suggest adding your vote to help it gain some momentum for consideration in a future release.

    Thanks!
    Geoff

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

    Hey Scott!

    Shoot, I really thought that would have worked since it seems to do the trick when I was fiddling around with the CSS on your site in the browser.

    Perhaps you can try adding the CSS to the theme’s style.css file instead of the Simple Custom CSS file? And, even if that doesn’t work, leave it in there and let me know so I can give it another look.

    Thanks!
    Geoff

    in reply to: CSS changes on Listview following latest update #1100766
    Geoff
    Member

    Hello Nick,

    I’ve been looking for any differences in the CSS for that particular event and the others and do not see anything that would be throwing the spacing off like that.

    This is the class controlling the padding for all the events listed there:

    .tribe-mini-calendar-event {
    overflow: hidden;
    margin: 0;
    padding: 20px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    }

    That event has the same class names as the other events yet appears to not respect that padding.

    You could add this to your theme’s style.css file to remove the padding altogether for all the events so that they are consistent:

    .tribe-mini-calendar-event {
    overflow: hidden;
    margin: 0;
    padding: 0 !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    }

    Otherwise, I would suggest reaching out to the Theme Fusion team for additional assistance since they would have a better idea of what might be controlling the custom styles that came with the theme.

    Sorry I don’t have a more concrete solution for you, but I do hope this at least gets the ball rolling in the right direction!

    Thanks,
    Geoff

    in reply to: list-widget #1100759
    Geoff
    Member

    Hi Audrey,

    Yes, please try adding the code I provided to that file where you would like the View More link to appear and that should do the trick.

    Thanks!
    Geoff

    in reply to: No licenses tab? #1100756
    Geoff
    Member

    Hello Richard, and thanks for the additional info — that really helps!

    I’m not seeing Events Calendar PRO in that list of installed plugins. Will you please head to your Plugins page and make sure it is installed? That would certainly explain why the Licenses tab is not showing up.

    Thanks!
    Geoff

    in reply to: Just want to display the WooCommerce Product #1100753
    Geoff
    Member

    Thanks for clarifying, Matt!

    I’m afraid that the form for adding tickets to the cart is the primary feature of Event Tickets Plus and disabling it in place of the product is something the plugin doesn’t currently support.

    You could use the snippet I provided to hide the ticket form and then link to the product page for a ticket manually in the event description. Otherwise, however, I’m sorry to say that is as close as it gets.

    Sorry for the bad news, but does this at least help answer your question?

    Thanks,
    Geoff

    in reply to: Change Event to Class #1100750
    Geoff
    Member

    Hey Adrianne,

    Awesome, so glad that worked!

    I would use this snippet to change Organizer to Instructor.

    I’ll go ahead and close this thread since we’re in Pre Sales and it sounds like we’ve covered the issue. But do please feel free to open a new thread if you have any questions about the features of of premium products before buying them and we’d definitely be happy to help. 🙂

    Cheers!
    Geoff

Viewing 15 posts - 3,841 through 3,855 (of 10,150 total)