Forum Replies Created
-
AuthorPosts
-
Brian
MemberYour Welcome, let me know if that works out or you have any questions.
Thanks
Brian
MemberWe cannot add a button in the header, footer, or sidebar as that is all controlled by the theme. So we do not add a link around the calendar as instead of asking why there is a link there people would be asking us how to remove it.
There are many options to adding links:
You can in the Event Settings add html before or after the Event Content so that is one place to add a link.
You can add a link in your theme using the Menu Editor as a custom link.
Or you could follow our themer’s guide and add a link in any event template:
https://theeventscalendar.com/knowledgebase/themers-guide/
The link to add events for Community Events defaults to:
yoursite.com/events/community/add
And to mange events there is this link:
yoursite.com/events/community/list
Cheers
Brian
MemberHi,
Thanks for the interest in our plugins.
However, we do not have a feature as you describe.
We have 4 shortcodes that you can use and you can read about them here with Pro:
https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/
Let me know if you have any follow up questions.
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!
June 21, 2015 at 6:09 pm in reply to: Events Calendar PRO Views not Displaying: Theme Conflict – Evolve #971722Brian
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
MemberHi James,
We have a Non Profit and give the plugins to you for free if you qualify.
Here is the details on the program and how to apply:
https://theeventscalendar.com/knowledgebase/do-you-offer-discounts-for-non-profit-organizations/
Let me know if you have any follow up questions.
Thanks
June 19, 2015 at 2:14 pm in reply to: Updates broke my site – DE translation are wrong – addons no longer working #971524Brian
MemberThis appears to have duplicate posts from this thread:
So I am closing it.
If you have issues different from that thread please post just that issue in a new thread and we can help out.
Cheers.
Brian
MemberHi,
Sorry for the issues that are happening with the Event List Widget.
Do you have any custom templates in your theme for the Event List Widget?
With 3.10 we had to make some changes and if you do not update those custom templates the Events will not show.
In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:
$events_label_plural = tribe_get_event_label_plural();$posts = tribe_get_list_widget_events();
Let me know how that works out.
Cheers
June 19, 2015 at 2:11 pm in reply to: Anyone else have a problem with a widget not showing up? #971520Brian
MemberHi,
Sorry for the issues that are happening with the Event List Widget.
Do you have any custom templates in your theme for the Event List Widget?
With 3.10 we had to make some changes and if you do not update those custom templates the Events will not show.
In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:
$events_label_plural = tribe_get_event_label_plural();$posts = tribe_get_list_widget_events();
Let me know how that works out.
Cheers
Brian
MemberHi,
I can try to help out.
I am not sure what you are looking for.
Where would you like an Add an Event Button?
June 19, 2015 at 1:52 pm in reply to: Does The Events Caledar support Google Calendar syncing? #971507Brian
MemberHi David,
Thanks for the interest in our plugins.
We do not have a feature to sync between Google Calendars and our Calendars.
We are working on an iCal importer, but that is all in the works right now for this kind of feature.
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.
Brian
MemberHi,
Sorry for the issues you are having.
It looks you are still running WooCommerce Tickets 3.9.3.
Please update to 3.10 and see if the issue goes away.
If you are not seeing the update in your site you can download it from your account here.
Let me know how that works out.
Thanks
Brian
MemberHi,
Sorry for the issues you are having.
It looks like a bad update.
You are going to have to ftp or access the files from your site from your hosting account and delete the plugin and then re-upload a new version.
I would also remove any customizations you have in your theme for the events calendar to make sure that is not the cause either.
Let me know how that works out and we can go from here.
Thanks
June 19, 2015 at 1:28 pm in reply to: How do I run some php in the single event view if category matches if statement? #971490Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
That conditional is for archive pages and does not work in a single template.
You can try using get_terms() to get all the event categories:
https://codex.wordpress.org/Function_Reference/get_terms
Then check what terms it returns and do something then.
Cheers
-
AuthorPosts
