Brian

Forum Replies Created

Viewing 15 posts - 10,771 through 10,785 (of 11,256 total)
  • Author
    Posts
  • in reply to: Display Venue List with address and link #759387
    Brian
    Member

    Hello!

    We do not have a built in means to create a venue list.

    But if you create a custom query and set the post_type to:

    'tribe_venue'

    That will get you the venue ‘posts’, then you can show the name and address, and link it to the single event page with WordPress functions.

    Let me know if that helps.

    Thanks

    in reply to: What if my event doesn't have an address #759341
    Brian
    Member

    Yeah they did not tell the new kid on the block of the Event Rocket Plugin.

    Event Rocket

    I tested with the plugin to set Coordinates for a venue to Antarctica and got it working.

    Let me know if you run into trouble and we can work on it.

    Thanks!

    in reply to: Multiple The Events Calendar + Pro installs on same domain? #759136
    Brian
    Member

    It is possible to have to have calendars on different pages, but they would still pull from the same source of events.

    It is not possible to have two install two of any plugin in WordPress.

    So I would say your best option is to create two different categories of events and link to them.

     

    in reply to: adding the amount paid into the ticket email #759118
    Brian
    Member

    Hello,

    I can help you with the next step on this customization.

    Your coding looks close, but I saw this line:

    echo $ticket['ticket_price'];

    That information does not exist in the array $ticket.

    I think you are going to have to use $ticket[order_id] to get the order information from WooCommerce and then get the price from there as the price is not in a variable by default in the email.

    Related Questions
    I can answer your questions here as they are related.

    How to add the Venue zip code to the address?

    You code add this line with the other venue location fields, then echo the $venue_zip where you would like to show the zip code.
    $venue_zip = get_post_meta( $venue_id, '_VenueZip', true );

    Why is the venue web address not hyperlinking on the resultant email?

    The venue does not have a link by default, but if you wanted one you could create a function to turn the address into the correct link for Google Maps or a related service.

    Let me know if you would like some help on the next step.

    Thanks

    in reply to: Download link #759035
    Brian
    Member

    Hello wckg,

    Sorry to hear you cannot do automatic updates. I have run into that issue before with hosts. Sometimes I fixed it by adding ftp information to my wp_config.

    As for download links. If you login to your account here on tri.be and on the top bar link “Account Central” go to Downloads.

    Then on that page you will be able to download the latest version of the plugins and upload them to your site.

    Does that work for you?

    Thanks

    in reply to: MY customers submit events? #759015
    Brian
    Member

    Hi MaryAnn,

    Thanks for the interest in our plugins.

    You could use the Community Events Add on for the Events Calendar and restrict it to members of the site.

    Then using the Members plugin or similar setup your custom role and a way for people to join the site as that role.

    The Community Events Add on form to create and manage events is all on the front end so you would not have to give access to the dashboard.

    You could use the members plugin to do this from the dashboard as well without the Add On.

    We will be able to help you out some on this if you purchase one of our plugins, but for the most part we will be unable to help on all of this customization.

    Thanks

    in reply to: What if my event doesn't have an address #758971
    Brian
    Member

    Hi,

    This is an unusual request!

    I attempted some other addresses to try and get something to work and nothing worked for me either.

    Since the map view is using Google Maps API and it does not recognize the address there is not much we can do for it.

    If we had a feature to add venues by coordinates that might work out, but that is something our plugin does not have.

    Would like to help more, but not sure what else we can do.

    Maybe you can use the Address of the port or airport you are leaving from to get to Antarctica instead?

    Let me know if you have any other questions

    Thanks

    in reply to: Multiple The Events Calendar + Pro installs on same domain? #758926
    Brian
    Member

    Hi nicekicks,

    Thanks for using our plugins and glad you like them so much!

    Are you trying to have two calendars within one install of WordPress or two different WordPress installs?

    Our license works for one install of WordPress for Auto Updates and Support so if you had a 2nd install of WordPress that one would not be covered.

    If it is one install of WordPress you could try setting up events by category and link to the category view to have two different calendars.

    Does that help?

    Brian
    Member

    Hello Jess,

    Thanks for the interest in WooCommerce Tickets.

    By default the tickets are hidden on the Shop Page and only show on the event page, but if you change the “Catalog visibility” in the Ticket in the WooCommerce Product editor you can make it show.

    For the checkout process you add a ticket to your cart from the Event and then it takes you to the WooCommerce Cart. The whole checkout process is handled by WooCommerce and we do not modify it. So you could continue shopping from there and add other products.

    Here is a demo of the process:

    http://wpshindig.com/event/the-events-calendar-wootickets-wordpress-demo/

    Let me know if that helps.

    Thanks

    in reply to: Spinning clock but not advancing to month #758888
    Brian
    Member

    Hello,

    Thanks for using out plugins and sorry for the month view not working.

    It sounds like a javascript issue and it is strange it only works in Explorer and not the rest usually it is in reverse.

    I did take a look at your site and could not find anything wrong on the initial pass.

    Can you please turn on the Month view so I can see the error myself and recommend a solution for it.

    Thanks

     

    in reply to: Required Fields in Events Calendar Pro #758853
    Brian
    Member

    Hi,

    I can answer this for you.

    When you say:

    Is it possible to make certain fields required in Events Calendar Pro?

    You mean in the event editor in the dashboard, correct?

    We do not have that feature, but you maybe able to use some Javascript to require fields.

    Here is a good article on Data Validation using jQuery that may help.

    http://speckyboy.com/2009/12/17/10-useful-jquery-form-validation-techniques-and-tutorials-2/

    Also, if you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.

    http://tribe.uservoice.com/

    Let me know if I did not read the question correctly or you have additional questions.

    Thanks

    in reply to: presale question: about how to set Pin on Map #758799
    Brian
    Member

    Hi Sebastian,

    Thanks for the interested in the Events Calendar Pro.

    See my answers below each of your questions.

    How do I set location of events on Map..?
    1) can I insert Coordinates of location by inserting GPS Coordinates: Latitude y longitude?

    The map pins are created by the address of the venue and do not have a field for Coordinates.

    2) can I drag a pin on a Map to set location, how it is normally used in WordPress Directory themes.. ?

    I am afraid not.

    or hope not 3) typing in adress and let google decide where it is, because this works more or less in most countries ok, but not in all.

    The address is typed in and Google places the pin.

    Can I have a Map with all Event Pins on Map..?

    The plugin includes a map view that looks like this:
    http://wpshindig.com/events/map/

    Does that answer your questions?

    Thanks

    in reply to: Community submissions #758761
    Brian
    Member

    Hello chapelboro,

    I can help you out with that.

    It looks like they are SPAM posts.

    We are working on adding Captcha to the plugin, but I do not have a release date for it.

    In the meantime you can add by using the Really Simple Captcha Plugin.

    And then using this coding:

    https://github.com/caseypatrickdriscoll/patched_up_community_events_captcha

    Let me know if that helps.

    in reply to: The Events Calendar plugin conflict with blog’s sticky posts #758744
    Brian
    Member

    Hi,

    Sorry for the troubles with the sticky post. I can help see if we can resolve this.

    Is this a plugin you are using or is it built into your theme for the sticky post function.

    Are you able to check your error logs and see if that is reporting anything?

    Let me know and we can go to the next step.

    Thanks

    And just for your information we answer forum posts Monday through Friday and yours came in later on Friday and that is why we are getting to it today.

    in reply to: Adding Events Calendar Pro plugin to Events Calendar #758720
    Brian
    Member

    Hello,

    If you only one tickets to show on the first event day, the best thing to do is to create the recurring event, then go in and edit the first instance of the event only and add the tickets there and then add information about other days of the course. There is no way automatically add all the later days of the event.

    To edit the first instance of the event hover of the event title in the event listing of the dashboard and click “Edit Single”.

    Is there a way to set it up so that the event lists the beginning date Sept 19 and the end date Oct 5 in the listing but in the calendar remains only on the specified recurrent days?

    Unfortunately, there is not a way to do that, but you could include the dates in the title as a work around.

    Let me know if you have any more questions.

    Thanks

Viewing 15 posts - 10,771 through 10,785 (of 11,256 total)