Brian

Forum Replies Created

Viewing 15 posts - 5,956 through 5,970 (of 11,256 total)
  • Author
    Posts
  • in reply to: Get Google Maps Link #966367
    Brian
    Member

    I only tested in the single template and it worked there, but maybe you can directly pass a event id into it to work.

    You can try passing the event id into it like this:

    $event_id = get_the_ID();

    echo tribe_get_map_link( $event_id );

    If that does not work another option around this is to use this function:

    $venue_id = tribe_get_venue_id( $event_id );

    And then use the meta fields from the venue as outlined here:

    https://gist.github.com/jesseeproductions/c2df90a56827dae990a0

    To build a custom Google Maps Link.

    Otherwise that is all we have for this and there is not much else we can provide on customizations.

    Brian
    Member

    Hi Mike,

    Thanks for the interest in our plugins.

    We do not have capabilities setup the way you describe in the plugins.

    On the front end any visitor can see all the details of the event.

    It is possible to customize it to show only certain details based on a role and we have the themer’s guide for that:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    Also, we do not directly show on the front end number of attendees and list of attendees by name so that would have to be added as a custom function to show.

    In the admin we follow the roles for viewing details similar to what WordPress has for posts.

    You can test this out with the core version of the Events Calendar found for free on WordPress.org: https://wordpress.org/plugins/the-events-calendar/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugins. I can answer your questions on this.

    For the “See All” for recurring events that page always shows all published events for a series.

    Unfortunately, there is no option to change that right now beyond doing a customization to the coding, which we cannot support.

    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

    in reply to: Styling the Calender Widget #966361
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    I visited your site and see what you mean.

    I tried this css and got it to work:

    .tribe-mini-calendar-wrapper .tribe-mini-calendar-no-event {
    color: #000;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    in reply to: Add list view to a custom page #966320
    Brian
    Member

    Hi,

    Isn’t there a way to coy some php code to a custom template so I can simply create a page and apply the template to it so I get the events page in my custom page?

    Not really, since each of our views (month, day, week, map, etc) is an archive page it does not have a stand alone query to just move around.

    Alt the thread you sent is from version 1.0 and does not apply to the 3.xx code base.

    For editing templates and creating queries we have two resources:

    We do have a themer’s guide to help editing our templates:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    And we have tribe_get_events for a custom event query:

    Using tribe_get_events

    But otherwise we do not have resources or coding to provide to create a event view on a custom page.

    I can try to help answer specific questions to get you started, but I am limited in providing much more then that for a customization.

    Cheers

    in reply to: Export customer info to csv file #966286
    Brian
    Member

    Hi Again,

    We do not have any features to export customer info.

    However, our ticketing plugins all connect to an eCommerce plugin and those may have the ability or have a plugin that enables you to export customer information.

    Cheers

    in reply to: Discount rate based on week #966284
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    We do not have any features to change price based on when an event is.

    It could be possible with a customization, but that is beyond the support we can provide.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Add list view to a custom page #966283
    Brian
    Member

    Hi,

    Thanks for purchasing our plugins. I can help answer your question.

    Unfortunately, we do not have any shortcodes for the main views (month, map, photo, etc).

    There is a shortcode for the mini calendar widget:

    Events Calendar Widget Settings

    There is also the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:

    Event Rocket

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help answer your question.

    Unfortunately, we do not have any shortcodes for the main views (month, map, photo, etc), so it is possible to move the Photo view to another page with some significant customization, but generally that is outside of what we can provide with for support.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Booking using Ticket+Event Calendar #966280
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins. However, we do not really have booking features so I do not think our products will work for you without major customizations, which is beyond the support we can provide.

    It is true we have our ticketing plugins, but they are for single events and have to be created in each event. And we do not have a feature to submit an event and sell tickets to it.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Follow Up E-Mails: Why are Mails in query? #966272
    Brian
    Member

    Yeah they would be the best place to help.

    Although it is being used with Tickets(WooCommerce Products) it is all there coding sending the emails so they would be able to help on that.

    Let us know if they have any questions about our plugin and we maybe to help out.

    Thanks

    Brian
    Member

    Great thanks.

    Closing out this issue.

    Thanks

    in reply to: Follow Up E-Mails: Why are Mails in query? #966244
    Brian
    Member

    Hi,

    I can try to help out here.

    Are you using Follow up emails extension for WooCommerce?

    http://www.woothemes.com/products/follow-up-emails/

    If so I am not sure what the issue is, are you able to contact the developer of that extension and find out the issue?

    Since this is not created by us nor do we have email notification features we are not able to troubleshoot their plugins.

    Thanks

    in reply to: French translation #966241
    Brian
    Member

    Hi CJ,

    I believe those translations might out of date right now.

    We have a release coming up in the next couple weeks and we will update all those files then.

    Can you wait to do the update on the translation until then?

    Let me know.

    Thanks

    in reply to: Next/Previous Events Button not working #966240
    Brian
    Member

    I am glad to see you were able to figure it out.

    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!

Viewing 15 posts - 5,956 through 5,970 (of 11,256 total)