Brian

Forum Replies Created

Viewing 15 posts - 1,921 through 1,935 (of 11,256 total)
  • Author
    Posts
  • in reply to: add start and end time to month view under title #1056648
    Brian
    Member

    Oh I see you put it in the event title html tags.

    I set it up like this:

    " class="url">

    And that would then only display under the title and not in the tooltip either.

    in reply to: reduced price for charities? #1056646
    Brian
    Member

    HI,

    Thanks for the interest in our plugins.

    We have a nonprofit program and this explains if you are qualified and how to apply.

    https://theeventscalendar.com/knowledgebase/do-you-offer-discounts-for-non-profit-organizations/

    Cheers

    in reply to: Event Category Description #1056645
    Brian
    Member

    Yep, will want to create it by creating a copy of this file:

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

    We have more information on editing our template system here:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    in reply to: Auto Update Crashing Site #1056644
    Brian
    Member

    Hi,

    Thanks for the information. If JetPack is not doing it I wonder if your host is doing it?

    I have not run into this before so not sure where it is coming from.

    Anyway, you will want Community Events and Pro and then reactive The Events Calendar.

    Since the Events Calendar is deactivated you will have to do manual updates following this guide:

    Manual Updates

    Brian
    Member

    You’re Welcome

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Eventcallender Pro and Woocommerce integration and VAT #1056642
    Brian
    Member

    You’re Welcome,

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Auto Update Crashing Site #1056276
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    Do you have JetPack Auto Update Plugins feature on?

    That is the only thing I can think of that does that. WordPress out of the box does not auto update plugins.

    If you update Community Events or disable Community Events the site should not crash.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Try this:

    Minimum Days, Junior High (6-8), Sports

    That would put an event in all those categories.

    in reply to: paypal api info in event cal settings AND in woocomm? #1056272
    Brian
    Member

    Since this is marked correct I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Layout #1056199
    Brian
    Member

    Hi,

    Thanks for using the Events Calendar.

    Here on the pre-sales forum, I’m afraid we do not provide support. I would ask that you take any support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.

    The Events Calendar

    Having said that we do have a themer’s guide to show you how to edit templates:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    That could help you get your started.

    Thanks again!

    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    The csv importer itself does not recognize sub categories, but there is a way around that.

    You can add multiple categories by separating them with commas. (category1, category2, category3 )

    That includes sub categories so if you have main category of Huntington Beach and a sub category of Edison and you wanted in that sub category you would put Edison

    It will only put it in one category with the same name so if a sub category and parent are named the same it will put it to the parent category only.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Detail area: #1056191
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    I took a look at your site and see your theme’s css is conflicting with the details there.

    I have this css to fix the issue:

    .tribe-events-meta-group .updated {
    display: block;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    Brian
    Member

    This is a duplicate of this post:

    Can filter bar add-on work for a category page to only show its sub-categories

    So I am closing it and we will help you there.

    Thanks

    in reply to: add start and end time to month view under title #1056076
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here, but I am limited in supporting customizations.

    There is a WordPress function called wp_is_mobile() that could hide the times on mobile devices:


    <div class="duration">
    <?php
    if ( ! wp_is_mobile() ) {
    echo tribe_events_event_schedule_details();
    }
    ?>
    </div>

    That will hide it if the script thinks it is a mobile device, which is usually a tablet or phone. (resizing the browser will not hide the content)

    That might work better for you.

    If not could you provide a link in a private reply and I can take a look and see if I have another suggestion.

    Thanks

    in reply to: Configure email text reply for each event #1056074
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. I can answer your questions.

    There is a template that can be modified for the email tickets, but out of the box it does not include a way to add a custom message per event. It is possible that could be done by adding a custom field to the event and then showing that field in the ticket.

    The template is called email.php and you can find out how to modify it using our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Beyond that we are limited in supporting customizations.

    Currently, Event Tickets Plus and all our ticketing plugins are not compatible with WPML and I do not have a timeline when they might be.

    Let me know if you have any follow up questions.

    Thanks

Viewing 15 posts - 1,921 through 1,935 (of 11,256 total)