Brian

Forum Replies Created

Viewing 15 posts - 5,821 through 5,835 (of 11,256 total)
  • Author
    Posts
  • in reply to: Next Month Won't Load! #967825
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Calendar Events Bar #967824
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Front Page display of events #967823
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: Can you create your own event template? #967822
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

    in reply to: events calendar widget showing date not time #967818
    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: Order Info on Ticket Email #967817
    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: Filter events with start date after now #967816
    Brian
    Member

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

    Although you should look to adding a main query check:

    $query->is_main_query()

    As your coding could modify more then just that and mess up some of the other views and widgets in the events calendar.

    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!

    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    I can help troubleshoot this with you.

    Unfortunately, the url’s length capacity is set by the server and we are unable to make that change.

    You can try to contact your host and see if they will increase it.

    Otherwise you will have to select less attendees at a time to check in and not do all 400 at once.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Hide Filter Bar from main page (or maybe whole site) #967811
    Brian
    Member

    Hi Glenn,

    Thanks for using our plugins I can help out here.

    That thread you referenced is for the Filter Bar Add on, but it appears you are looking to hide the Event Search Bar (sorry for the confusion!)

    This is actually the file you are looking for:

    the-events-calendar\views\modules\bar.php

    If you follow our themer’s guide to move and edit it in your theme:

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

    Once in your theme you could remove all the coding for the tribe-events-bar div and that will hide it.

    If you want to selectively show on certain views you can use this conditionals to wrap it:

    https://gist.github.com/jo-snips/2415009

    Let me know if you have any follow up questions.

    Thanks

    in reply to: pre sale questions #967808
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.I have Answered your questions below.

    Is this plugin proper to add sports events?can i choose which fields will be shown for example i do not want to display what time the event will start or finish and i do not want the search field for location. Are the colors of the widgets an gennerally the plugin customizable?

    We have guides to customize the look of the calendar here:

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

    Almost, everything can be customized but some things take more skill the others.

    And you can see an overview of all the settings here:

    New User Primer: The Events Calendar and Events Calendar Pro

    If i add my events to the free version and after a fews weeks of testing upgrade to pro i will lose the settings and the content i have add?

    Nope, the Pro version adds more features to the free version so all the events and settings will remain.

    Is the plugin available to greek translation?

    It does include a Greek Translation. That translation is provided by the community and we do not ourselves maintain it.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Ok thanks for the info.

    To remove those you will have to modify the single event template, which can be done by moving it to your theme.

    To do that please follow our themer’s guide:

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

    And move this file to your theme to edit:

    the-events-calendar\views\single-event.php

    There you will see two instances of this markup:

    <!-- Navigation -->
    <h3 class="tribe-events-visuallyhidden"><?php _e( 'Event Navigation', 'tribe-events-calendar' ) ?></h3>
    <ul class="tribe-events-sub-nav">
    <li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>«</span> %title%' ) ?>
    <li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>»</span>' ) ?>

    Remove both of those in the file in your theme and that will remove those links.

    Let me know how that works out.

    Thanks

    Brian
    Member

    Hi,

    Thanks for the interest in Community Events.

    Community Events is an add-on and requires the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Ok great, glad that helps take another step forward on this.

    Brian
    Member

    Hi,

    Sorry for the issues with the Genesis Featured Posts Widget.

    I use Genesis myself and tested this out and see what you mean.

    It is actually some css that is in conflict.

    I got the titles to show on all our pages using this css:

    .single-tribe_venue .featured-content .type-post header.entry-header,
    .single-tribe_organizer .featured-content .type-post header.entry-header,
    .single-tribe_events .featured-content .type-post header.entry-header,
    .events-archive .featured-content .type-post header.entry-header {
    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

Viewing 15 posts - 5,821 through 5,835 (of 11,256 total)