Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for getting in touch, but I’m afraid we don’t have any coupon codes available right now. The best way to stay on top of discount opportunities is to subscribe to our newsletter and follow us on Twitter or Facebook.
Thanks
Brian
MemberOk great glad it is working.
If you are running WooCommerce 2.3.x please make to use the latest version of WooCommerce Tickets as older versions have the exact problem you describe.
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 the interest in our Ticketing Plugins.
Unfortunately, what you describe is not possible with our plugins.
The ticketing plugins are simple admission tickets and do not have the features to be a registration system such as you need.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugin.
It is possible to change the color.
Try out this to change it to the green on your site:
.type-tribe_events .tribe-mini-calendar-event .list-date {
background: #00693e ;
}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
MemberOk great, glad it is moving forward.
I noticed you are using jQuery 1.9.1
WordPress now ships with jQuery 1.11.1
Can you please use the latest version and see if that resolves this issue and also the issue when changing from month view and resetting back to today.
Thanks
Brian
MemberI am going to close out this ticket as it has been marked answered. If you have any new questions related to this or another issue please just create a new ticket and we can help you out.
Thanks
Brian
MemberPro does not have bar.php so it would not change this.
What about in your theme is there a bar.php here:
yourtheme/tribe-events/modules/bar.php
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
MemberYou can try changing this :
if ( isset( $all_day_offset ) ) {to this :
if ( isset( self::$events->all_day_map[ $hash_id ][ $all_day_offset ] ) ) {And see if that helps.
Lets see about fixing this issue first before going into another issue as they could be related.
Brian
MemberYou can follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
And move and edit the list view templates in your theme to try and add markdown support.
Beyond that there is not much else we can do for this unfortunately.
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have a way to make the calendar show only for registered users.
It could be possible with some customizations to do this.
You could follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
And modify the default event template to only show if someone is logged in.
This would work with the core version of the Events Calendar found for free on WordPress.org:
Beyond that we are limited in providing support on customizations.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
To add content about the calendar only please follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
That will show you how you can move and edit event templates in your theme and add the content you would like.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have a feature to create a form as you would like. We only have event creation forms and ticketing plugins.
Let me know if you have any follow up questions.
Thanks
April 20, 2015 at 8:59 am in reply to: Changing 'event' to something else (not english) – part 2? #956735Brian
MemberHi,
I looked over that thread and the snippet they referenced is for version 3.10 of the plugin, which is not out yet.
We are doing QA testing on it now, but I do not have a date to give you on its release.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugin.
The plugin is designed to order events by the start date and time so changing this could be tricky and create unintended issues.
However, we use a couple different ones for order:
meta_value
meta_keyDo either of those work?
-
AuthorPosts
