Forum Replies Created
-
AuthorPosts
-
November 17, 2014 at 12:06 pm in reply to: Way to allow number and decimal only in price field #888149
Brian
MemberHi,
Thanks for using our plugins I can help answer your questions.
We do not have a feature to validate that field as a number, but I could see doing it with some custom javascript to check and put up an error after someone updates the field. I can help answer questions about it, but it is beyond the support I can provide to provide that coding.
A quick search found this coding that might help out:
http://stackoverflow.com/questions/2405880/jquery-validate-that-text-field-is-numeric
We also do not have a price range, again that could be customized in.
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.
http://tribe.uservoice.com/forums/195723-feature-ideas
Let me know if you have any follow up questions.
Thanks
November 17, 2014 at 12:01 pm in reply to: Wrong view on the hover mouse of a single event in the mounth view #888144Brian
MemberHello,
Sorry for the issues you are having. I took a look at the site and the html tags are not showing like the standard tags should be so when you hover the tooltop is not showing.
Do you have any custom templates for the Events Calendar in your theme? If so does removing them fix the issue.
Also I noticed you have html minified does turning that off make a difference.
Let me know what you find out and we can go from there.
Thanks
November 17, 2014 at 11:58 am in reply to: Display Upcoming events as photos with widget bar tries to show 3 per row. #888140Brian
MemberHi Again,
Sorry for the issues you are having, but as I said before we try to make the Events Calendar Plugin compatible with as many themes as possible, but these issues come up from time to time. We can try to help out and give you some pointers, but for the most part theme compatibility is beyond the support we can provide.
I did take take a look at your site on the 3 links provide and for me it only showed two events across on all the pages. .
Do you think the issue is fixed now? Did the other changes you make fix the issue you think?
If you are still seeing it what browser are you using?
Let me know and I can take another look.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need any other on something else please post a new ticket.
Thanks!
Brian
MemberHi dougxapsis,
Thanks for the interest in our plugins. I can help answer your question.
We do not have a system to register for events the way you describe, but any of our Ticketing Add Ons could be used as a way to register for an event. They do have a free option for tickets so you could run them through the payment process and just use that to collect information and not take payment.
All our ticketing plugins have the same features and if you decide to use one we usually recommend getting the one that add on to the ecommerce plugin you are most comfortable with.
Please look at our WooCommerce New User Primer to get an idea of all the features and how to use it to determine if it might work out for you.
https://theeventscalendar.com/support/documentation/wootickets-new-user-primer/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello Alan,
I can try to help point you in the right direction on this, but for the most part 3rd party plugin integration is beyond the support we can provide.
The ticket product is displayed on the Event Page using this template:
\wootickets\views\wootickets\tickets.php
I would start by looking there and see if that is a place that you could add in the Gravity Forms the way you would like.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry for the issues you are having. Unfortunately, we are unable to support older versions of the Events Calendar. If you update to the latest version of both WordPress and The Events Calendar we can help with any issues that come up, but I am afraid not with older versions of both WordPress and the Events Calendar.
Let me know if you have any follow up questions.
Thanks
Brian
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved 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!
November 17, 2014 at 9:41 am in reply to: Move Next/Previous month links from below month calendar view to above #887962Brian
MemberHi,
Yes this is possible and I can help out with this.
Many times the links are already there you just need to add some css to show them.
Can you provide a link to your site and I will take a quick look and have some suggestions for you after that.
Thanks
Brian
MemberHi
Sorry for confusion on your recurring events feature. Currently we do not support recurring events the way you describe it. We have custom recurrences, but still on a set pattern such as every other week or first Tuesday of the month.
These two resources show you exactly how our recurring system works better then I can describe here.
https://theeventscalendar.com/pro-2-0-a-detailed-look-at-custom-recurrence/
We are working on adding a more robust custom recurring events, but I do not have a timeline on its release so that is the only options we offer now.
If you feel that this is an essential feature that you must have then feel free to email us at pro(at)tri.be with your receipt number to request a refund.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi corre,
Thanks for using our plugins. I can try to help you out here, but unfortunately, you are asking for something that is beyond the features we have. The Events Calendar on each multisite is a separate calendar and we do have any way to share events, venues, or organizers. So in answering your question:
What is the best approach to achieve this without duplicated content (auto creating redundant venue event posts through code)?
If you do not want to duplicate content I am afraid we do not have an option for you in our plugin and the filter bar would not give you this feature either.
If you would like to request a shared calendar on multistie as a 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.
http://tribe.uservoice.com/forums/195723-feature-ideas
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi glennpackham,
I see what you are describing and this is again the same as the layout issue. Your theme and our plugin just do things a little differently and these issues are coming up because of that. We try to make our plugins as compatible as possible, but we cannot foresee everything that might happen.
Which is why we provide different ways to change the base template for the events so you can find the way that is closest to how you would like it to display.
From there you can use our Themer’s Guide:
https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
To change the templates after you move them to your theme to get it exactly how you would like.
We can always help answer questions about issues that come up such as this, but it is beyond the support we can provide to do provide all those changes.
Let me know if you have any more questions.
Thanks
November 17, 2014 at 9:20 am in reply to: /event/category/blahblah with "Default Page Template" does not display correctly #887916Brian
MemberHi glennpackham,
Thanks for purchasing the Events Calendar.
I took a look and see what you are describing.
It looks like a small compatibility issue with the way your theme is setup and how our plugin is setup that is causing the issue. It is not to say either one is doing something wrong, we just do things a little differently and that causes the issue.
So adding something like this seems to help part of the issue:
.error404.events-archive .entry-content {
max-width: 1040px;
padding: 0 376px 0 60px;
}Since your sidebar is placed absolutely you will have to add some more css to get it to how you would like.
Let me know if you have any follow up questions.
Thanks
November 17, 2014 at 9:03 am in reply to: How to Set Specific Page Title Instead of Title Pulling From An Event?? #887889Brian
MemberHi,
Thanks for looking for a solution, I can try to help you out here.
Are talking about the Independence Day title?
That is produced by your theme and not sure how it is included.
You could find that coding in your theme and then use this conditionals:
https://gist.github.com/jo-snips/2415009
To change the title to what you want instead of how it is currently working.
Let me know if you have any follow up questions.
Thanks
November 17, 2014 at 8:29 am in reply to: Calendar not appearing at …/events/ (Calendar and PRO 3.8.1) #887824Brian
MemberHi
Sorry for the issues you are still having and thanks for the information on your theme. If the changing the theme did not help perhaps another plugin is causing the conflict.
Can you test your site using our Testing for Conflict Guide
https://theeventscalendar.com/support/documentation/testing-for-conflicts/
And see if that helps narrow down the issue.
Let me know what you find out.
Thanks
-
AuthorPosts
