Geoff

Forum Replies Created

Viewing 15 posts - 8,206 through 8,220 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    Hey Barry! Thanks for getting in touch and sorry for the issue. This is in fact something we’re aware of and have a fix waiting in the wings for the next release. I don’t have an exact timeframe for when it will be released, but we’ll follow up with you here when we have more to share.

    Cheers!
    Geoff

    in reply to: 404 on Event Page #945555
    Geoff
    Member

    I notice that there is another post type using /event in the URL. For example:

    [LINK REMOVED]

    Is it possible you are running two event-related plugins that are conflicting?

    Cheers!
    Geoff

    • This reply was modified 11 years, 2 months ago by Geoff.
    in reply to: Change Font Size of Calendar Widget #945553
    Geoff
    Member

    My pleasure! I’m glad that helps out. 🙂

    Let us know if any other questions pop up and we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Several event on one page #945484
    Geoff
    Member

    Hi there, Grégoire!

    Cool question. There are two ways you might consider going about this:

    • Recurring events. You can set up the events as a recurring series, which groups them all together.
    • Use Categories. You can assign these events to the same category, which then has it’s own unique URL that gathers the events together on a single page (e.g. [your-site]/events/[category-slug]).

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

    Cheers!
    Geoff

    in reply to: Wootickets stuck at 0? #945480
    Geoff
    Member

    My pleasure! I’m stoked that helps. I’ll go ahead and close this thread but feel free to start a new one if any other questions pop up and we’d be happy to help. 🙂

    Geoff

    in reply to: Mini Calendar #945478
    Geoff
    Member

    Howdy Jason! Thanks for reaching out and welcome to the forums. We appreciate the kind words and are stoked that you’re enjoying the calendar so far. 🙂

    Interesting question and idea. I imagine that would be possible to do but would take a fair amount of custom development to accomplish. If that’s something you’re comfortable lifting, I’d suggest starting by enqueueing the same scripts from the Month View into the template you are using for the Mini Calendar. Then, I would modify the Mini Calendar templates (more on template overrides in our Themer’s Guide) to simulate the Month View markup and modify accordingly.

    This sort of custom work is outside the scope of what we can support here in the forums, but if you have specific questions as you dig in, we’d be happy to help you in a separate thread.

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

    Cheers!
    Geoff

    in reply to: 404 on Event Page #945466
    Geoff
    Member

    Hi there, Nnenna! Thanks for getting in touch and welcome to the forums. We’re stoked you’re giving the plugin a try and hope it’s going to work out for your project.

    The 404 issue is certainly strange. I’ve been clicking through your site and the links seem to be functioning properly. Were you able to resolve the issue by chance? If not, please feel free to send me a link to an example where the issue is popping up and I’d be happy to take a look.

    Good question about embeds. We do have one shortcode that allows you to embed the mini calendar widget: [tribe_mini_calendar]. We’re working on adding additional shortcodes, but don’t have a release date set for them just yet. In the meantime, you might be interested in Event Rocket, which adds more shortcodes to our plugin. We don’t support it here on the forums, but it sounds like something worth considering.

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

    Cheers!
    Geoff

    in reply to: Inserting Title and Text above each View #945461
    Geoff
    Member

    Hi there, Lars!

    It looks like you could actually combine all of those scripts into a single action and use the conditional statements to hook into each view rather than split them up the way you have here. That would certainly be a more efficient route.

    Why is everything so complicated with TEC?

    I’m not quite sure what you mean here. The plugin does offer a very simple solution for adding content to the templates globally, but targeting specific views certainly does require some custom work. While I certainly agree that creating custom solutions for custom circumstances is a rather arduous task, I think that comes with the territory when crossing into custom development. From that perspective, I think the claim that “everything” is complicated is a tad bit harsh and unfair given that we do provide solutions.

    Cheers!
    Geoff

     

    in reply to: Links all broken on my Upcoming Events page #945457
    Geoff
    Member

    Hello Doug! Sorry you’re getting broken links–let’s see if we can figure out what’s happening here together.

    I’ve been clicking around your site and it seems the links are working properly. For example, I go here:

    http://dougbardwell.com/db/events/

    …then click on the first event, which loads the page for the event. Are you still getting a “Page Not Found” for any link, or were you able to resolve the issue? If you can send me a direct link to a page that’s broken, I’d be happy to take a second look.

    Cheers!
    Geoff

    in reply to: Tickets and smart coupons #945436
    Geoff
    Member

    Yeah, contacting them would definitely be the way to go. We featured their work because of how well they were able to customize the plugin, and I’m sure they would be happy to provide some advice on how they went about it.

    I’ll go ahead and close this thread, but please feel free to hit us up if any other questions come up. 🙂

    Cheers!
    Geoff

    in reply to: Change Font Size of Calendar Widget #945389
    Geoff
    Member

    Hello folks–thanks for getting in touch!

    The widget titles are Heading 2 (<h2>) tags in the HTML. While the calendar’s default style sets that to 14px, it’s very possible that your theme styles are overriding those and changing the size to something bigger.

    For example, in your case, Karim, the following in your theme’s CSS is overriding the calendar’s default style:

    #main h2 {
    font: 18px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
    }

    If you want to change the style, you can modify that ID in your theme’s style.css file or add the following to that file:

    .tribe-mini-calendar-event .list-info h2 {
    font-size: 14px !important;
    }

    Cheers!
    Geoff

    in reply to: Wootickets stuck at 0? #945385
    Geoff
    Member

    Hi Carl, thanks for getting in touch and sorry for the issue. I can help you out. 🙂

    WooCommerce recently deprecated the function for the quantity controls that were used by WooTickets. You can read more about that here, but there is also a plugin that adds them back in of you’re interested in having them back:

    https://wordpress.org/plugins/woocommerce-quantity-increment/

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

    Cheers!
    Geoff

    in reply to: Invoice #945382
    Geoff
    Member

    Hi there, Hannah! Sorry your receipt didn’t come through. Did it perhaps get caught up in a spam folder? In any case, please send us an email to support [at] theeventscalendar.com and we’d be happy to help you out.

    Cheers!
    Geoff

    in reply to: Handling Fee #945380
    Geoff
    Member

    Hello there, folks! Thanks for getting in touch.

    Great question. There currently is no method for adding a fee to a ticket right out of the WooTickets box. If you are able to do it, I imagine it would be on the WooCommerce side.

    I can see how that would be a handy feature and I’d suggest posting it to our UserVoice page if you’d like it to be considered as a new feature.

    Cheers!
    Geoff

    in reply to: non-profit discount for events calendar pro? #945378
    Geoff
    Member

    Hello there, Tom! Yes, we do have a program for non-profits where you can apply for a free PRO license. Please fill out the application and we’d be happy to review it.

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

    Cheers!
    Geoff

Viewing 15 posts - 8,206 through 8,220 (of 10,150 total)