Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi Julia,
Thanks for the interest in EDD Tickets.
Unfortunately, we do not have a feature you are looking for. Someone could buy multiple tickets, but not do as you describe.
That goes for all our ticketing plugins.
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
Thanks
March 23, 2015 at 4:17 pm in reply to: Share or syndicate calendar events to site on another host #950302Brian
MemberHi David,
Thanks for the interest in the Events Calendar.
We do not have a way to sync events between two different sites. You maybe to use the feed to do that, but that is not a feature we support so you would have to troubleshoot out the issues yourself.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Thanks for the interest in our plugins.
All I can saw is it is on our roadmap and we are looking to add it, but have no timeline. We cannot release any more information then that until the feature is ready to be released as we do not want to have someone rely on a release date and us miss it.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
To setup an event for the Last Sunday of the Month.
Select the date March 29th.
Then in the dropdown select Custom Recurrence
Set the Frequency to Monthly and Every 1 Month(s)
Then in the dropdowns below select Last and Sunday.
That should do it.
Let me know if that works for you.
Thanks
Brian
MemberThe Single Events View has map in the Free Version. So no need to test it in Pro. Pro has the Map View though if you are looking to modify that one.
We take all requests for new features from our User Voice Page and looking through that I did not find any requests to change the map styling.
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.
We use this function to get the maps:
tribe_get_embedded_map
https://theeventscalendar.com/function/tribe_get_embedded_map/
That may help you get started on the customization.
And unfortunately, we have no other coding to provide on this.
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!
Brian
MemberHi,
Thanks for the interest in the Events Calendar Pro.
We do not have a feature to change the style of the Google Maps.
It could be possible with some customization that would even work on free version of the Events Calendar.
We have our themer’s guide that might help you get started on customizing:
https://theeventscalendar.com/knowledgebase/themers-guide/
Beyond that we cannot provide much more help even for Pro customers.
Thanks
Brian
MemberHi,
Thanks for using Community Events with the Events Calendar.
Unfortunately, there is not feature to change the notification based on any criteria. That is an interesting request and I can see the value in it.
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
It could also be done with customization to the plugin, but that is beyond the support I can provide on the forum. I can help answer a question or two to get you started, but beyond that you are on your own.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in Pro.
In Pro with have the Mini Calendar Widget, if you set it to show zero events and have day view active, then once a day with events is clicked it will take you to the day view to show the events.
It is not loading the events on the left site, but taking you to the actual day view page.
You can see the mini calendar doing exactly this on this page:
-Note the UPCOMING EVENTS below the calendar is a separate widget.
Usually to get the sidebar to show on the event views you just need to change the default template which you can learn more about here:
https://theeventscalendar.com/knowledgebase/stylesheets-and-page-templates/
Let me know if you have any follow up questions.
Thanks
Brian
MemberSorry it did not work out.
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
MemberWe will email you back once the refund has been processed and depending on the service it may take between 5 to 10 days for them to refund the money to your account.
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,
Sorry for the issues you are having. I can help troubleshoot this with you, but limited in solving 3rd party conflicts.
I have also removed the license key.
I took a look at your site and thing the issue maybe Niro Slider is loading its own copy of jQuery:
https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js
Your site is also loading a copy of jQuery:
http://www.metbargrill.com/wp-includes/js/jquery/jquery.js?ver=1.11.1
The site’s version is the latest and I would use that. Is there a setting in Niro to stop loading it’s copy of jQuery? Or can the developer provide a way to stop it from loading.
That should fix the issue.
Let me know what you find out.
Thanks
Brian
MemberGlad it helps. That does sounds like it would be a good feature to add to the plugin once we upgrade to the latest API.
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
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
Brian
MemberThis reply is private.
Brian
MemberFollowing the themer’s guide you can modify any of the front end templates.
If you want to hide a date and time in one category you can use the WordPress function is_tax()
https://codex.wordpress.org/Function_Reference/is_tax
To do a check if in the event category or not and if not then display the date and time.
The event category taxonomy is registered as:
tribe_events_cat
-
AuthorPosts
