Brian

Forum Replies Created

Viewing 15 posts - 7,276 through 7,290 (of 11,256 total)
  • Author
    Posts
  • in reply to: Group Ticket Sales with EDD Event Calendar Plugin #950381
    Brian
    Member

    Hi 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

    Brian
    Member

    Hi 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

    in reply to: Reoccurring Events #950301
    Brian
    Member

    Hi 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

    in reply to: Recurring events – specific day of week #950300
    Brian
    Member

    Hi,

    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

    in reply to: Stlye Google Maps… #950295
    Brian
    Member

    The 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.

    http://tribe.uservoice.com/

    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.

    in reply to: Google Map View not working #950294
    Brian
    Member

    I 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!

    in reply to: Stlye Google Maps… #950279
    Brian
    Member

    Hi,

    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.

    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

    in reply to: Email Notification based on the selected Organizer #950276
    Brian
    Member

    Hi,

    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

    in reply to: Widget and link #950275
    Brian
    Member

    Hi,

    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:

    http://wpshindig.com/about/

    -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

    in reply to: Need solution for website #950270
    Brian
    Member

    Sorry 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

    in reply to: Wrong Ticket plugin #950269
    Brian
    Member

    We 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

    in reply to: Google Map View not working #950267
    Brian
    Member

    Hi,

    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

    in reply to: Set default category for Facecbook Importer #950207
    Brian
    Member

    Glad 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

    in reply to: 404 pages of events that are not reoccuring #950206
    Brian
    Member

    This reply is private.

    in reply to: List events by name not date #950203
    Brian
    Member

    Following 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

Viewing 15 posts - 7,276 through 7,290 (of 11,256 total)