Forum Replies Created
-
AuthorPosts
-
Brian
MemberSince 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
MemberSince 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
MemberSince 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
MemberSince 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! 🙂
June 8, 2015 at 7:54 am in reply to: The Events Calendar Category Colors CSS Causing Slow Site: ?teccc_css= #967821Brian
MemberSince 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
MemberI 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!
Brian
MemberI 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!
Brian
MemberI 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!
June 8, 2015 at 7:48 am in reply to: Error on Checkin: requested URL's length exceeds the capacity #967814Brian
MemberHi,
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
Brian
MemberHi 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
Brian
MemberHi,
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
June 8, 2015 at 7:31 am in reply to: Removing events from separate calendar in main events view #967800Brian
MemberOk 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
June 8, 2015 at 7:27 am in reply to: Is "community events" a stand alone plugin or an add-on? #967796Brian
MemberHi,
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
June 8, 2015 at 7:24 am in reply to: X-theme + ECP integration issues (no title/breadcrumbs) #967793Brian
MemberOk great, glad that helps take another step forward on this.
June 7, 2015 at 1:17 pm in reply to: Genesis Featured Posts widget does not work on Events page #967706Brian
MemberHi,
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
-
AuthorPosts
