Forum Replies Created
-
AuthorPosts
-
Brian
MemberHello,
Sorry for the confusion on the themer’s guide. It has a lot of information in there. I can help clarify it.
Usually Pro directories look like this:
/yourtheme/tribe-events/pro/
And the regular Events Calendar start with just this:
/yourtheme/tribe-events/
Each file that you can move has in the comments where it should go in your theme.
However, there is a guide for just moving the Ticketing Form here:
https://theeventscalendar.com/moving-the-ticket-form/
Let me know if that helps or you have some more questions and I can answer them.
Thanks
Note: Moved this topic to the WooCommerce Tickets Forum as it relates more to that then Pro.
December 8, 2014 at 7:04 pm in reply to: Add event categories (as colours) to the calendar widget #912568Brian
MemberHello Again!
I see what you mean about the event only having one category.
We are just echoing this for the class:
echo $wp_query->current_post;
On this template:
/events-calendar-pro/views/pro/widgets/mini-calendar/single-event.php
You can modify that template there to find all the categories of the event and put them into the class.
If you follow our themer’s guide:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
It will show you how to move that template mentioned above to your theme to safely edit.
Let me know if you have any follow up questions. However, there is not much more we can provide on a customization.
Thanks
December 8, 2014 at 6:51 pm in reply to: Events page month view: How to schow city after event title? #912546Brian
MemberHi Again!
I can try to point you in the right direction on this customization.
It is possible to add the city name there.
If you Follow our Themer’s Guide:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
It will show you how to move the files over to edit.
You will want to look at these two files for the changes:
/the-events-calendar/views/month/single-event.php
/the-events-calendar/views/month/tooltip.php
That should get you started and you can take it from here.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
I can try to help out here. We do not have a list of all the handles, but you can run a function in your site to show the handles on a page. That is what I usually do.
I found this coding in a search and it worked for me:
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
I can help you out here. Although we do not have a setting to remove that it can be done with CSS.
.tribe-events-list .tribe-events-event-cost {
display:none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
December 8, 2014 at 6:30 pm in reply to: 500 server error on WP admin pages when upgrading to version 3.8.1 #912515Brian
MemberOk thanks for the update. Keep me posted and we can go from there.
Thanks
Brian
MemberHello,
I can try to help you out here, but not sure what you are asking.
You have two different sites correct?
One site the Widget is showing in the Footer.
The sub domain site is another installation of WordPress and another theme, correct?
In the other it is not showing in the Footer?
Is there no widget area in this site?
Is it giving an error?Let me know and we can go from there.
Thanks
Brian
MemberHi,
That is a strange issue. That is the only thing not working in pro is the translation? I would think more would break if that is not working.
Anyway, it sounds like something is corrupted. Can you deactivate, delete The Events Calendar Pro.
Then get the latest version from our site here and reactivate it and see if that fixes the issue.
Also the translation string for Pro is:
tribe-events-calendar-pro
Let me know about that and if that does not work we can go from there to test for conflicts.
Thanks
Brian
MemberGreat, glad it helps, 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!
Brian
MemberOk if you have any questions on the Filter Bar Addon please post in the Pre Sales Forums.
Since marked this answered I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂
Brian
MemberOk sounds good.
Since you marked this resolved I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂
Brian
MemberIt happens to us all!
Great, glad it helps, 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!
Brian
MemberOk great, glad you are a step closer.
Let us know how it works out.
Thanks
Brian
MemberNo sorry I do not have that theme so not sure how it is coded to provide anymore ideas. Other archive pages may look fine it is the setting to display either full content or excerpts that looks to be causing the issue. I do not know where to change that in your theme.
Brian
MemberHi,
I can try to help out with this. This looks like the default behavior of the script so without making changes there. You maybe to add this script to hide the menu.
jQuery( '.tribe-bar-filters' ).slideToggle( 'fast' );You could let it run on everyload or you could find some way to only run it on mobile devices.
Let me know if you have any follow up questions.
Thanks
Note: I also moved this to the Pro Forum as it does not related to the Filter Bar that is another plugin and not this feature.
-
AuthorPosts
