Geoff

Forum Replies Created

Viewing 15 posts - 3,736 through 3,750 (of 10,150 total)
  • Author
    Posts
  • in reply to: event with multiple dates and venue #1103909
    Geoff
    Member

    Howdy @teubl and welcome back to the forums. 🙂

    Good question. I’m afraid that transferring an event from one venue to another mid-stream isn’t something the plugin currently supports. Instead, you would need to list Venue A and then edit the event later to Venue B.

    Or, similarly, events can contain multiple venues. You could list both venues and describe the transition in the body content.

    There isn’t really a category needed, but is it wise to add a category so they can be easily filtered in a list

    I am definitely a fan of categories. If you find that you host many types of events and they are different in nature, then categories can come in super handy–just like you said–when filtering the calendar. We also have a Filter Bar add-on where filtering between categories becomes infinitely easier.

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

    Cheers!
    Geoff

    in reply to: Compatibility with Cupid theme by G5theme #1103905
    Geoff
    Member

    Hey there, Emilie! Thanks for getting in touch. 🙂

    Sorry for the trouble there in testing! Conflicts can pop up for a number of reasons, but a couple of things I would suggest trying:

    • Activate a default WordPress theme (like Twenty Sixteen) and see if the calendar is accessible there.
    • If it’s not, try also deactivating all other plugins to see if that makes a difference
    • If there’s no difference, make sure there is no other page on your site that uses “events” in the URL
    • As a last course, try following the steps in this post — it could be a possible 404 issue and the steps here resolve most (if not all) of those issues.

    If it seems like a theme conflict, then it might be helpful to have the theme author check it out as well to see if there is anything that might be preventing it from recognizing the calendar’s custom post archive.

    Thanks!
    Geoff

    in reply to: Creating a new List view #1103901
    Geoff
    Member

    Oh, good question for sure! Glad you asked. 🙂

    I would create a child theme and drop the new template file directly in that directory in the top level. No other levels should be needed from there.

    Cheers!
    Geoff

    in reply to: No event found message #1103823
    Geoff
    Member

    Hi John,

    You could use a template override (more on this in our Themer’s Guide) and wrap the calendar’s default-template.php template in a conditional that checks whether someone is logged in and either displays the calendar (for those logged in) or something else (for those not logged in). Something like this:

    <?php
    if ( is_user_logged_in() ) {
    // The calendar markup
    } else {
    echo 'Please log in to see the calendar';
    }
    ?>

    I do want to note that we are fairly limited in how much we can support custom development questions like this, especially in our Pre-Sales forum here — but please let me know if you have any pre-sales-related questions and I’d be happy to help as best I can. 🙂

    Cheers,
    Geoff

    in reply to: Creating a new List view #1103818
    Geoff
    Member

    I actually think it would be much easier to create a new page template and drop tribe_get_events() in there with you own markup. That will prevent you from having to build and import more templates into the theme.

    in reply to: Optimising website kills calendar page #1103812
    Geoff
    Member

    Hey James,

    Sorry for the trouble here!

    The Events Calendar actually handles its own caching and minification to improve performance. If you’re hitting issues, it’s likely that the W3 Total Cache settings are doing it in on top of what the calendar already does and is conflicting.

    Here’s a much more detailed overview of how caching works in the plugin and what else can and should be cached on top of that.

    Can you confirm that you have minification totally disabled for all JavaScripts and all CSS in W3 Total Cache? If not, please ensure that minification is disabled and then clear your caches.

    Many people use W3TC and The Events Calendar together fine as long as minification is disabled. There are some problems with W3TC and The Events Calendar’s AJAX functionality, but this is not something we can work around due to the way that AJAX and Caching both literally work at a browser level.

    Let me know about the minification and cache-clearing efforts here, and if they make any difference!

    Thanks,
    Geoff

    in reply to: Adding text in the Community Events list #1103780
    Geoff
    Member

    Hey Christian — nice to see you again! Hope you had a great weekend. 🙂

    Good question. The easiest way to get that there is probably to add it directly to the event-list.php template itself. You should already have a copy of that file in your theme since we worked on that one together in another thread, so go ahead and open it back up. Then, I would add the text directly in there.

    In this case, add the content right after this chunk of code:

    <div id="add-new"><a href="<?php echo esc_url( tribe_community_events_add_event_link() ); ?>" class="button"><?php echo apply_filters( 'tribe_ce_add_event_button_text', __( 'Add New', 'tribe-events-community' ) ); ?></a></div>

    Will this help you get started? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Creating a new List view #1103774
    Geoff
    Member

    Howdy John and thanks for getting in touch!

    Yes, it’s absolutely possible to create a new page template and base it off the calendar’s List View. You can find the course code for List View here:

    /wp-content/plugins/the-events-calendar/src/views/list.php

    And within that template, you will notice references to other includes files which are located in:

    /wp-content/plugins/the-events-calendar/src/views/list/

    We also have the tribe_get_events() function which can be used to construct your own query of events and then build the markup for your page from there. Here’s a nice little article that outlines the function in much more detail.

    I’m afraid we do not support custom development here in the forums. However, we do have a list of freelancers who wouldn’t hesitate to recommend for that level of support.

    Will this help you get started? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Tickets date shown in the email #1103769
    Geoff
    Member

    Shoot, I really thought the code in the email template would do the trick. I’m really sorry about that, but thanks for following up.

    If there’s anything else you need, please let us know in a new thread and we’d definitely be happy to help.

    Cheers,
    Geoff

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

    Hi Matt,

    This will hide the cart from that specific page:

    #post-3813 form.cart {
    display: none;
    }

    I don’t even know if we are talking about the same thing anymore to be honest.

    I’m happy to help clarify anything you need. This was your original thread:

    All I want to do is link to the WooCommerce product and not the event ticket order form.

    You can use the CSS I provided to have the ticket order form. Then, you can link directly to the product page for your tickets in the page content. Each ticket is a registered product in WooCommerce and, as such, as a URL that can be linked to.

    Cheers!
    Geoff

    in reply to: PRESALE QUESTIONS EVENT TICKETS PLUS #1103765
    Geoff
    Member

    Hey Josef,

    We do not provide custom development here in the support forums, but we do have a list of freelancers who might be available to help.

    I’ll go ahead and close this thread since it seems we’ve covered all your questions but please feel free to reach back out if any other questions pop up.

    Thanks!
    Geoff

    in reply to: Ticketing option for assigned seating? #1103760
    Geoff
    Member

    My pleasure! Feel free to hit us up if any other questions pop up and we’d be happy to help. 🙂

    Cheers,
    Geoff

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

    Hi Anthony! 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 one if any other questions pop up and we’d be happy to help. 🙂

    Cheers,
    Geoff

    in reply to: Event Ticket limit #1103758
    Geoff
    Member

    Hey folks! 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 one if any other questions pop up and we’d be happy to help. 🙂

    Cheers,
    Geoff

    in reply to: iCal and Google Cal Live Sync on WP Multisite #1103757
    Geoff
    Member

    Hi Rich! 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 one if any other questions pop up and we’d be happy to help. 🙂

    Cheers,
    Geoff

Viewing 15 posts - 3,736 through 3,750 (of 10,150 total)