Forum Replies Created
-
AuthorPosts
-
Brian
MemberYou’re Welcome.
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
July 21, 2015 at 4:50 am in reply to: How do I stop widget-calendar-full.css loading – TWICE! #988291Brian
MemberGreat glad it helps.
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
Brian
MemberGreat glad it helps.
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
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!
July 21, 2015 at 4:34 am in reply to: Urgent: Community Event Managers do not get email after registration #988281Brian
MemberHi,
Thanks for reaching out, I see you have created an original posting with this same issue so I am closing this thread and we can help you on that thread as this is a duplicate.
Brian
MemberI am glad to see that fixed the issue!
Since the issue is resolved 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
MemberHi,
Thanks for the info.
I did not realize we had a function that may help out.
This article has a couple functions that you might find useful for this.
It would still take some development to get it how you like, but might cut out some steps:
https://theeventscalendar.com/knowledgebase/adding-sold-out-notices-in-list-view/
Sorry for not bringing this up sooner.
Brian
MemberHi,
Sorry for the issues you are having. I can help out here.
The AJAX in month view and Week View is not keeping the filter so when you go to the next events it shows all of them.
We are working on a fix to this, but it is not ready.
In the mean time you add this snippet to your theme’s functions.php and it will disable AJAX and the filter should work then so it shows the correct events.
https://gist.github.com/jesseeproductions/e787d5dd5c0e943f172f
Let me know if that works for you.
Thanks
Brian
MemberHi,
Sorry for the issues you are having.
I can help out here.
We have a nonprofit program to get the licenses for free if you qualifiy:
https://theeventscalendar.com/knowledgebase/do-you-offer-discounts-for-non-profit-organizations/
You could try that to get a new license.
If not please email us at [email protected] and explain the situation and and please let us know in the email you do not have access to the original username. We can then provide a coupon to you to purchase a plugin at the renewal rate.
Cheers
Brian
MemberHi,
The directory structure needs to be the same as in the plugin itself. Instead of /views/ being the base /tribe-events/ replaces views and is the base directory.
This is the function that shows the title in the single template:
<?php the_title( '<h2 class="tribe-events-single-event-title summary entry-title">', '</h2>' ); ?>
The list view single event title is this:<?php the_title() ?>You may have to play around with it to get it to display how you like, but this is about as much as I can help on a customization.
Cheers.
Brian
MemberHi Annie,
Thanks for using our plugins. I can help out here.
We do not have a feature to collapse the list view description.
However, you could edit the template following our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Following that guide you can move and edit this file in your theme:
the-events-calendar\src\views\list\single-event.php
You could then remove this from that template and the description would not display in list view only:
<div class="tribe-events-list-event-description tribe-events-content description entry-summary">
<?php the_excerpt() ?>
" class="tribe-events-read-more" rel="bookmark"><?php _e( 'Find out more', 'tribe-events-calendar' ) ?> »
</div><!-- .tribe-events-list-event-description -->Let me know how that works out.
Thanks
Brian
MemberHi Priscilla,
Thanks for the interest in WooCommerce Tickets.
It requires the latest version of the Events Calendar found on WordPress.org for free. (it does not require Pro).
You should also be running the latest version of WooCommerce at 2.3.x
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Ben,
Thanks for the interest in our plugins.
We have the Community Events plugin that creates a form on the front end for people to submit events too.
You can read more about it here:
https://theeventscalendar.com/product/wordpress-community-events/
And you can read all about setting up the features here:
Let me know if you have any follow up questions.
Thanks
July 20, 2015 at 11:43 am in reply to: Remove previous – next events in Events Calendar Pro?? #987955Brian
MemberGreat glad it worked out for you and thanks for the compliment 🙂
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
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
You are going to want to follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
To move and edit this file in your theme:
the-events-calendar\src\views\modules\address.php
Once in your theme you can edit the template and on line 44 remove this coding: ( it will be under this function: if ( tribe_get_address( $venue_id ) ) : ?> )
<br>Removing that made the address all go to one line for me. However, there maybe some css changes to do on your site.
Let me know how that works out.
Thanks
-
AuthorPosts
