Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
I am not sure. I have not used that theme before and not sure how it works.
Does it have layout settings for the archives?
Have you contacted the theme developer and see if they can help and we could meet in the middle?
January 6, 2016 at 2:07 pm in reply to: Recurring event pages (/all/) not recognized as calendar pages #1051427Brian
MemberGreat, glad you got it and thanks for sharing!
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!
January 6, 2016 at 2:07 pm in reply to: Admin Panel Events List – dates no longer include year #1051425Brian
MemberYou’re Welcome.
Since this is marked resolved 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
January 6, 2016 at 9:58 am in reply to: Returning issues with Posts 2 Posts and Events Calendar compatability #1051320Brian
MemberHi,
Thanks for using our plugin. I can try to help out here, but we are limited in supporting plugin compatibility issues.
I looked and we released a fix for Posts 2 Posts in 3.11 6 months ago.
I tested out it on my test site and it worked for me to connect posts to events.
What is the connection coding you are working with? I can try it out and see if I get a different result.
Thanks
Brian
MemberHi Again,
I can help out here.
Are you talking about the “Improv Level 1 – Monday Nights – 8 Weeks (Feb. 1 – Mar. 21)” Events on February 8th?
I see them having two different urls
improv-level-1-monday-nights-6-weeks-feb-2-mar-8-2016-02-08
vs
improv-level-1-monday-nights-8-weeks-feb-1-mar-21
And two different ids:
3065
vs
3311
So they do not appear from there to be the same event.
Is that the duplicate events you are talking about? Or is it somewhere else?
Let me know and we can go from here.
Thanks
January 6, 2016 at 9:42 am in reply to: Where is the CSS to adjust the width of the day view? Column is too narrow. #1051308Brian
MemberHi,
Thanks for using our plugins.
I took a look at your site and see what you mean.
It is actually your theme’s css causing this.
Try adding this css:
.single-tribe_events .entry-content {
width: 100%;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
We have this article about roles and capabilities that can help:
You might have to use a plugin such as User Role Editor to add the capabilities to a specific role:
Cheers
January 6, 2016 at 9:38 am in reply to: Admin Panel Events List – dates no longer include year #1051303Brian
MemberHi,
Thanks for using our plugins.
By default the year is not shown for events in the current year.
So if it is 2016 all those events will not show a year.
If an event is in 2015 or 2017 it will show the year.
I do not believe there is a way around it as it is coded into the plugin that way to work.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for reporting this and all the other issues too. I am pushing hard to get these all resolved.
We created a bug ticket for this yesterday and I have added this ticket to it to notify you once we have a fix.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
First for feature requests I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
For the most part a good place to start with customizations is looking at your themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
That will show you how to move templates to your theme.
1) We have this guide for the featured image and ways to change it:
The Single Event Feature Image is found in this template:
plugins/the-events-calendar/src/views/single-event.phpAround line 58.
You will want to move it here to change:
yourtheme/tribe-events/single-event.php2) Brook still has that ticket open and will work on the issue there.
3) This template is located here:
plugins/events-calendar-pro/src/views/pro/modules/meta/additional-fields.php
And you can move it to your theme to edit the wording there.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can try to help out here, but I am limited in supporting customizations.
A good place to start with any customizations is our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
The two files needs to change the tooltip are:
plugins/the-events-calendar/src/views/month/single-event.php
plugins/the-events-calendar/src/views/month/tooltip.php
And this function will return the price:
tribe_get_cost()Please review that and I can help if you get stuck, but might not be able to provide everything.
Thanks
Brian
MemberHi,
Thanks we do not have a feature to publish in print view as you ask and we do not take on customization projects.
We have this list of free lancers that might be able to help:
https://theeventscalendar.com/knowledgebase/find-a-customizer/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHI,
Thanks for using our plugins. I can help out here.
What you are looking for is possible with a snippet.
It replies on wp_is_mobile to detect mobile devices so that will include tablets.
Use the following snippet in your theme’s functions.php to do this:
https://gist.github.com/jesseeproductions/fc21ce52314f31dc230b
Let me know how that works out.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
I can try to help out here, but I am only able to support existing features and may not be able to provide much for a customization.
There is a good article someone wrote on this that might get you most of the way there:
https://nielsvr.com/2015/12/07/extending-the-events-calendar-attendees-csv/
George has the basis for a system here too:
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
Are you talking about the subject line, “Your tickets from”
If so you can use the following snippet in your theme’s functions.php to change it:
https://gist.github.com/jesseeproductions/77671af6eb939d474f53
If you do not want to use the blog name in the tickets then you can remove everything and just do something like this:
$subject = 'Subject';Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
