George

Forum Replies Created

Viewing 15 posts - 6,301 through 6,315 (of 10,499 total)
  • Author
    Posts
  • in reply to: Licence #1045123
    George
    Participant

    This reply is private.

    in reply to: Ugly Displaying Stock left #1045120
    George
    Participant

    Hey there @websource,

    Fixing the layout in your screenshot would unfortunately require some custom CSS πŸ™

    We can’t quite help with custom CSS much, but if possible can you share a link to the website where this is happening? I will make a “test” order on an event to get some tickets in my cart, then get to the checkout page in your screenshot and try to recommend some CSS to fix things.

    Cheers,
    George

    in reply to: From EventCalender Pro to Facebook? #1045021
    George
    Participant

    Unfortunately the events only come in from Facebook at this time, you cannot publish an event on WordPress and have it go to Facebook…

    I’m sorry to bear this news. Please let me know if I can help with anything else!

    β€” George

    in reply to: Getting tribe_get_events() to work with timezones #1044980
    George
    Participant

    Hey James,

    We unfortunately cannot help with custom coding projects πŸ™ Furthermore, our support hours are only Monday through Friday, and our goal is to get replies to folks within 24 hours. So apologies for the delayed response over the weekend!

    Despite us not being able to help with custom code, I’m curious – why are you explicitly stating the timezone here instead of just letting WordPress handle the timezone? It’s odd to see you using date_default_timezone_set(‘Europe/London’) – why not just go to Settings > General in your site’s wp-admin and set the timezone there to London, and then remove this date_default_timezone_set() function call?

    Thanks,
    George

    in reply to: Calendar Pro + Tickets Pro #1044978
    George
    Participant

    Hey Roos! Thanks for your interest in our plugins πŸ™‚ Here are answers to your questions in the order they appear:

    1. Do I need to purchase Calendar Pro and Ticket Pro (so 2 licenses) to be able to make customers to purchase tickets?

    No, you do not need Events Calendar Pro. You only need these free plugins:
    β€’ The Events Calendar
    β€’ WooCommerce
    β€’ Event Tickets

    And then this one premium add-on plugin:
    β€’ Event Tickets Plus

    2. Is it possible to export a list of e-mail addresses and names of the attendees?

    Yes! Each event with tickets has an Attendees management page with export, print, and check-in features.

    3. Is it possible to book a ticket for a free event as well (so no cart/check-out, but that I do have to subscribe)?

    Yes – there is a “RSVP” ticket type available, which you can use on events by itself or side-by-side with Premium ticket options too. This option only asks people for their name and email address, and no payments or cart process are needed or used.

    4. Is it available in Dutch?

    Somewhat – our plugins indeed come with translation files, but admittedly some of these are incomplete πŸ™ We unfortunately do not have a Dutch-speaking person on our team, so have to rely on community submissions for Dutch translations and community submissions are sporadic and incomplete. Furthermore, our plugins are not 100% compatible with plugins like WPML at this time.

    I’m sorry if anything here is disappointing – let me know if this information helps!

    Sincerely,
    George

    in reply to: Changing Tickets from one event to another #1044975
    George
    Participant

    Hey @Brian,

    There is unfortunately not an easy or straightforward way to go about doing this at this time πŸ™

    The best way to deal with these sorts of transfers is to use “Order”-related controls for WooCommerce itself, which are part of WooCommerce and not Event Tickets but should be quite handy when editing Ticket orders. You can learn the basics of managing orders on this page from the WooCommerce site, which itself links to other helpful articles for more specific information β†’ https://docs.woothemes.com/document/managing-orders/

    I hope this helps!

    George

    in reply to: Enable excerpts for venues? #1044974
    George
    Participant

    Hey @dtcaldwell,

    You should be able to do this without issue by using WordPress Core’s own function called “add_post_type_support()”, which you can read about in-depth here β†’ https://codex.wordpress.org/Function_Reference/add_post_type_support

    Here’s an example of some code with it that you could add to your theme’s functions.php file to add excerpts to Venues:


    if ( class_exists( 'Tribe__Events__Main' ) ) {
    /**
    * Adds excerpts to the "Venue" post type.
    *
    * @link http://theeventscalendar.com/?p=1044777
    */
    function tribe_add_excerpts_to_venues() {
    add_post_type_support( Tribe__Events__Main::VENUE_POST_TYPE, 'excerpt' );
    }

    add_action( 'init', 'tribe_add_excerpts_to_venues' );
    }

    I hope this helps!

    Cheers,
    George

    in reply to: Venue owners add/edit their own events? #1044968
    George
    Participant

    Hey @Fifty,

    Thanks for reaching out. What you described is indeed possible, if each Venue owner has an account on your website. If you then use the Access Control settings within Community Events to make it so that only people on your site who have accounts can submit events on the Community Events submission page, things will work almost exactly like you described here…

    I hope this information helps!

    Cheers,
    George

    in reply to: Eventbrite Tickets Section not showing on event page. #1044967
    George
    Participant

    Right on! Thanks for the update @Douglas πŸ™‚

    George

    in reply to: Looking for functions to display various informations #1044965
    George
    Participant

    Hey @cesar,

    Unfortunately none of the things you listed have a default template tag function included in the plugin πŸ™ That means you would have to code these template tags yourself and/or hire a professional developer to help. We maintain a list of well-reviewed developers of this type on this page β†’ http://m.tri.be/18k1, but otherwise cannot help much with this customization process πŸ™

    I am sorry to disappoint but wish you the best of luck with your customizations.

    Sincerely,
    George

    in reply to: Previous Button going 6 months back. #1044963
    George
    Participant

    Hey @Ian,

    Sorry to hear about this! I’m curious about several specific pointed questions – if possible, please address of these points specifically in the order they appear:

    1. Can you share a URL to where we can see this issue happening in person?

    2. Can you share your “System Information” with us here? This article shows how β†’ https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    3. Can you specify what your site’s permalinks settings are if you just literally go to “Settings β†’ Permalinks” in your wp-admin dashboard? What is the setting here? Is it /%postname%/, for example?

    4. Does anything improve with this issue if you follow the steps outlined in this article? β†’ https://theeventscalendar.com/knowledgebase/fixing-http-404-errors/

    5. If the answer to #4 is “no”, and if possible, please temporarily activate a default theme on your site like Twenty Sixteen. In this theme, does the exact same behavior happen?


    Your answers to these 5 questions will provide a ton of helpful information regarding the nature of these issues and help us pinpoint the problem – thank you in advance for addressing them all!

    Sincerely,
    George

    in reply to: E-Commerce Solution not displaying #1044961
    George
    Participant

    Hey @websource,

    In your “System Information”, it doesn’t seem like there’s WooCommerce installed on your site or any other eCommerce plugin. Such a plugin is required for its corresponding ticketing option to be available.

    I hope this makes sense – the long and short of it is that you’ll need to install WooCommerce to have a “paid” ticket type. WooCommerce is what will handle the actual payment collection and all that; our Tickets plugins just create the actual Ticket post type and all of its associated features and functions.

    WooCommerce is totally free; check it out here β†’ http://woothemes.com/woocommerce

    Cheers,
    George

    in reply to: Filter bar doesn't show custom fields #1044958
    George
    Participant

    Hey @Dien,

    I’m sorry to hear about this!

    Can you share your “System Information” with us so we can try and investigate this problem? Here’s how to do that β†’ https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Cheers,
    George

    in reply to: Recurring Event Weekly But On Different Days #1044957
    George
    Participant

    Hey Philip,

    It unfortunately would not be possible to create this exact sequence of events with the existing tools of the recurring events feature πŸ™ I’m sorry to bear that news!

    In regards to exclusions, exclusions work for me when I test them on my local site – and so I’m wondering, can you share your “system information” with us so I can investigate why that might be happening on your site but not mine? You can learn how to share this information by reading this article here β†’ https://theeventscalendar.com/knowledgebase/sharing-sys-info/

    Cheers!
    George

    in reply to: wp_dequeue_style() and wp_dequeue_script(). #1044956
    George
    Participant

    Hey Diane,

    We unfortuantely cannot provide much help with code tweaking and such, but I’m interested in why the code you shared did not help with this…it looks fine to me. To be clear, did you also add the corresponding and required line of code that looks like this:


    add_action( 'wp_enqueue_scripts', 'dequeue_tribe_events_scripts_and_styles' );

    If you did not add a line of code like this in addition to the code you shared above, then I would recommending adding both the original block of code and the line of code above to your theme’s functions.php file.

    See how things behave.

    If issues continue to persist, try setting a different priority on the line of code I shared in this reply – for example, you could tweak the code to have a priority of 99 like this:


    add_action( 'wp_enqueue_scripts', 'dequeue_tribe_events_scripts_and_styles', 99 );

    I hope this helps!

    β€” George

Viewing 15 posts - 6,301 through 6,315 (of 10,499 total)