Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
Thanks for the interest in our ticketing plugins.
We currently do not have a registration feature as you describe. It could be possible to add custom fields through the eCommerce system at checkout, but that and adding any to our plugins is beyond the support we can provide.
I do know we are working on a feature to add custom fields to our ticketing plugins, but I do not have a timeline for its release.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
Unfortunately, the answer is no to all your questions.
It is possible that you could modify the template following our themer’s guide, but it would take knowledge in php, css, and html to do it:
https://theeventscalendar.com/knowledgebase/themers-guide/
I am able to answer some questions to help you get started on a customization, but for the most part that is beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
There is no limit we place on the events and some sites we know of have over 10K or more events.
Once you start getting to higher amounts it is going to be important to have a better server and caching on your site to handle it.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues. There seems to be a glitch with iOS Safari causing this and maybe other mobile browsers.
Try adding this css as a workaround:
.tribe-events-list.tribe-events-photo #tribe-events-photo-events {
opacity: 1;
}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,
Sorry for the issues. There seems to be a glitch with iOS Safari causing this and maybe other mobile browsers.
Try adding this css as a workaround:
.tribe-events-list.tribe-events-photo #tribe-events-photo-events {
opacity: 1;
}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
MemberThis is a duplicate of this thread so it is being closed:
Brian
MemberHi Again,
All the Previous Event Pages have a page you can link to.
The previous months all have direct links such as this for December:
http://yoursite.org/events/2015-12/
At the bottom of the event views it will have a previous events link as well if there are previous events.
I also explained the month view more in your other ticket:
Cheers
Brian
MemberHi,
Thanks for using our plugins.
That is an interesting feature request.
It is not currently part of our plugin so I am limited in providing support for it.
We have a themer’s guide to to making edits to our templates.
https://theeventscalendar.com/knowledgebase/themers-guide/
It might be possible to add it to the template, but would take php, html, and css coding to get it done.
The month view does have Next and Previous Month Links at the bottom.
If you use this css it will show the links above the month view too:
#tribe-events-content #tribe-events-header .tribe-events-sub-nav li, #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
display: block;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Also, by default those links do not show if an previous or next month has no events.
If you would always like to show the links add the following to your theme’s functions.php:
https://gist.github.com/jesseeproductions/411bf09ab2026977a2f1
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Please look at the snippet in the article I referenced.
It is a piece of that snippet.
Cheers
Brian
MemberOk glad it is working.
We have a ticket to address both issues here.
I am going to close this ticket to new replies, but the issue is still open and we will update this ticket once we release a fix.
If you have any new questions or issues please create a new ticket and reference this one.
Thanks
Brian
MemberHI,
The plugin does not auto sync so you can make changes in WordPress and they would remain.
There is a manual sync that would overwrite changes if used.
Cheers
Brian
MemberGreat, glad it is working, 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
MemberHi,
Sorry for the issues.
Please enter the price without commas:
63000
I find if I add the comma it shows as 63.00
but without it, it shows correctly.
That looks to be a bug, but this is a work around for now.
Does that work?
Brian
MemberClosing as this is a duplicate of:
Brian
MemberHi Mat,
Sorry for the delay in getting to you on this.
The files that controls this is an admin file here:
plugins/event-tickets/src/admin-views/meta-box.php
plugins/event-tickets-plus/src/admin-views/woocommerce-metabox-advanced.php
plugins/event-tickets-plus/src/admin-views/price-fields.php
So they cannot be directly edited or moved to the theme.
We have this guide instead that might help change a word:
The text domain is:
event-tickets-plus
and this might work for the custom text in the snippet on that guide:
$custom_text = array(
'Price:' => 'Price: (USD)',
);Cheers
-
AuthorPosts
