Brian

Forum Replies Created

Viewing 15 posts - 8,161 through 8,175 (of 11,256 total)
  • Author
    Posts
  • in reply to: use in premium themes #939985
    Brian
    Member

    Hi,

    I can help you out here.

    You can include the free version of the Events Calendar in your theme, but not Pro or other commercial plugins due to license restrictions.

    The theme you linked to actually says this about our Commercial Plugins:

    We support Event Calendar Pro, Filter Bar, Community Events, WooTickets but please note that these addons are not distributed with the theme due to licence restriction. Here is detailed info what they include in addition to the free Event Calendar version:
    http://tri.be/shop/wordpress-events-calendar-pro/
    http://tri.be/shop/wordpress-wootickets/
    http://tri.be/shop/wordpress-community-events/
    http://tri.be/shop/wordpress-events-filterbar/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

    in reply to: Is it possible to display an event without a date. #939980
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    Unfortunately, there is not feature to have events without dates. All the views rely on the date field to show events so even if you do not include a date, the event will use todays date in that field when saving.

    There are no good options around this.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Feed and a page events filtered by event category #939975
    Brian
    Member

    Here is what the Event List Widget should look like with the Event Category Filter at the bottom:

    event list widget

    Are you not seeing that?

    in reply to: Email Ticket in WooCommerce Addon Demo Doesn't Work #939973
    Brian
    Member

    Hi,

    Thanks for the interest in WooCommerce Tickets.

    The orders in WooCommerce have to be completed in order for tickets to be sent, since we are not completing the orders it is not sending.

    There is coding from WooCommerce to automatically complete orders, but we do not include it on our demo site.

    Here is what the tickets look like:

    6 woo - ticket example

    And you can modify them following our themer’s guide:

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

    And you can find about the entire plugin’s features with the New User Primer:

    https://theeventscalendar.com/knowledgebase/new-user-primer-woocommerce-tickets/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Transferring website to new host – transfer license? #939972
    Brian
    Member

    Hi,

    I can help out here.

    Not to worry even if the License is not activated for Pro, Pro will still work right away on the new server.

    You are able to disconnect the License in your Account on theeventscalendar.com under the license section of your profile, then you can go to the new site and add the license there.

    Does that help?

    in reply to: Loading Issues on different browsers #939971
    Brian
    Member

    Hi,

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

    I took a look at your site and getting this error:

    You have included the Google Maps API multiple times on this page. This may cause unexpected errors.
    http://maps.gstatic.com/maps-api-v3/api/js/19/9/main.js
    Line 57

    Looks like your theme or another plugin is loading the Google Maps API as well as our plugin.

    That could be part of the issue. See if fixing that helps and we can go from there.

    Thanks

    Brian
    Member

    Hi,

    I can help you out here. The tribe_is_past() only works in the loop and not on a single event.

    We use this coding to detect if is is a past event, you maybe to modify it to work for you:

    global $post;

    // Check if event has passed
    $gmt_offset = ( get_option( 'gmt_offset' ) >= '0' ) ? ' +' . get_option( 'gmt_offset' ) : " " . get_option( 'gmt_offset' );
    $gmt_offset = str_replace( array( '.25', '.5', '.75' ), array( ':15', ':30', ':45' ), $gmt_offset );

    if ( ! tribe_is_showing_all() && strtotime( tribe_get_end_date( $post, false, 'Y-m-d G:i' ) . $gmt_offset ) <= time() ) {
    TribeEvents::setNotice( 'event-past', __( 'This event has passed.', 'tribe-events-calendar' ) );
    }

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Meta Template Override Location? #939968
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: Widget not displaying next three events #939967
    Brian
    Member

    It is possible to modify the coding, to get it to display more events from other months, but we do not have that coding available to do that.

    We do have a tutorial to Fast Forward the Mini Calendar so if there are not Events in February, but there is one in March it would show March instead.

    https://theeventscalendar.com/knowledgebase/fast-forward-list-widget-to-next-upcoming-event/

    The Event List Widget displays all upcoming events regardless of month, that is another option to use as well.

    Thanks

    in reply to: Event Headings missing in Day View #939965
    Brian
    Member

    Hi,

    Yes, the templates would be in your child theme.

    As for this:

    I’m struggling to understand which CSS file is being used for ‘default page template’ versus ‘default events template’.

    They use the same stylesheet for either template from the Events Calendar. The default Events Template uses our templates in the plugin, the Default Page uses your themes, but both use the this setting for the stylesheet:

    Events > Settings > Display Tab > “Default stylesheet used for events templates”

    Please note we typically respond faster, but we may take up to 24 hours to respond, depending on the support demand.

    Thanks

    Brian
    Member

    Hi,

    It looks possible to what you are trying to do. The ticket form is customizable following our themer’s guide:

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

    You can move and edit this file in your theme:

    wootickets\views\wootickets\tickets.php

    Maybe through a custom field setup in the product you could display the full price of the product there.

    As for deposit payments, if you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    Thanks

    Brian
    Member

    You can either change get_the_permalink in that file to get_permalink or I can provide you with a copy of the Events Calendar Pro 3.8 and you can use that version until you can update.

    Both The Events Calendar and the Events Calendar Pro will have to remain at 3.8.

    Let me know.

    Thanks

    in reply to: Custom role and confrim navigation alert #939959
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

    in reply to: javascript callbacks.. #939814
    Brian
    Member

    Not exactly sure which ajax call.

    This is the file that controls it in the filter bar:

    the-events-calendar-filterbar\resources\filter-scripts.js

Viewing 15 posts - 8,161 through 8,175 (of 11,256 total)