Edward

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 80 total)
  • Author
    Posts
  • in reply to: Membership #1635358
    Edward
    Member

    Hey there Andres!

    Thanks for reaching out — that’s a great question, I can help with that πŸ™‚

    It sounds like using BuddyPress with The Events Calendar will achieve the features that you are looking for. On it’s own, TEC doesn’t provide that sort of social functionality but can be added with BuddyPress.

    There may be a bit of customization depending on the scale of integration you are looking for. Basically TEC would handle the tasks relating to events and the third-party BuddyPress would hand the social aspect of profiles and messaging.

    Hope that helps!

    in reply to: Language support and customization #1635355
    Edward
    Member

    Hey there Branislav!

    Thanks for reaching out — that’s a great question, I can help with that πŸ™‚

    1. Is SERBIAN language supported? If it isn’t, can that be changed/translated easily?

    Translations for The Events Calendar are largely done by the community. It looks like Serbian translations have been started but only 35% of the strings are completed. You can see and contribute to the translations here β†’ https://translate.wordpress.org/projects/wp-plugins/the-events-calendar/stable/sr/default

    Since we use PO language files, our plugins can easily be translated.

    2. What exactly do I get for $89 except the PRO calendar and 1 year of support? Do I get all the filters such as Feature Events, Day, Time, City etc?

    Yes, you will have all the calendar views including Month, Day, List, Map and Photo. Featured events are included as well. I’m not sure what you mean by City though… You can view all the features of The Events Calendar Pro here β†’ https://theeventscalendar.com/product/wordpress-events-calendar-pro/

    Have a great day!
    Ed ✌️

    in reply to: Event Calendar Pro #1635350
    Edward
    Member

    Hi Michel,

    Thanks for your interest in our products. ?

    Yes! There are many options for pricing including price ranges so The Events Calendar PRO should work just fine for what you are asking about.

    Have a great day!
    Ed

    in reply to: Error when view full month calendar #1635329
    Edward
    Member

    Hey there Charles!

    Thanks for reaching out.

    I’m not seeing the error on the domain you have listed in your profile, this makes me think that you may have WP_DEBUG enabled in your wp-config.php

    WP_DEBUG is frequently used for troubleshooting. It allows the webmaster to see what errors are coming through.

    Go ahead and open up your wp-config.php file and search for a line that contains WP_DEBUG. If the line exists, removing that entire line will stop these developer messages from appearing.

    Looking at the error itself, it sounds like your site is making some large database queries. There is a setting that can be changed, but unless you are running a VPS or managing your own server, the ISP will have to increase the SET GLOBAL option.

    Hope that helps!

    in reply to: Clear Search Criteria from Search Bar #1632810
    Edward
    Member

    Hey there Diana!

    Thanks for reaching out — that’s a great question, I can help with that πŸ™‚

    Though this isn’t a feature that is built into The Events Calendar, it can be added for sure.

    First, using our Themer’s Guide you’ll want to create a link or button that can be used to reset the search field. You could attach that to a reset button with the onclick attribute, or even better you can use jQuery (first example in this link).

    The JS code to be triggered would look like β†’

    jQuery('#tribe-bar-form').tribe_clear_form();

    Hope that helps!

    Edward
    Member

    Hey there Paul!

    Thanks for reaching out — sorry to hear that you are experiencing difficulties.

    I’m wondering if you have WP_DEBUG enabled in your wp-config file. Can you locate that and see if that line exists? You can copy it and post within a private reply if you’d like.

    Since I’m not seeing the message, I’m thinking this might be what’s going on.

    Take care,
    Ed ✌️

    Edward
    Member

    Hey there Dom!

    Thanks for reaching out — that’s a great question, I can help with that πŸ™‚

    Those widgets can be customized using template overrides. Our Themer’s Guide can help get you started — you’ll want to target events-calendar-pro/src/Views/pro/widgets

    For the styling, we have an awesome guide for getting started with some CSS customizations β†’ https://theeventscalendar.com/knowledgebase/styling-events-widgets/

    Hope that helps!

    in reply to: two step verification email #1632782
    Edward
    Member

    Hi Irina,

    Thanks for your interest in our products!

    We’re limited to supporting only presales questions in this particular forum. Do you have a The Events Calendar Pro license? If so, please log in to the account you used to purchase the plugins(s).

    If you don’t have an active license, you can head over to our community support page and hopefully someone can help you out!

    Take care,
    Ed ✌️

    in reply to: make a recurring event runnimg veery tuesday and thursday #1632759
    Edward
    Member

    This reply is private.

    Edward
    Member

    Hey Raj,

    I might have misunderstood part of that question. You can definitely leave space in your sales for offline use, but there’s really no solution to input the sales manually for records sake in the backend.

    You could definitely add these manually, but could end up being time consuming if you want to keep accurate info. After adding the ticket, you would be able to print the PDF ticket with QR code if that’s what you’re looking to do.

    Sorry about that!

    in reply to: Calendar Courses out of order #1632742
    Edward
    Member

    This reply is private.

    Edward
    Member

    Hi Raj,

    Thanks for your interest in our products.

    It sounds like the Events Calendar/Event Tickets Plus would work great for this use case!

    There will be around 30 plays and 5-6 venues for the festival that will last around 10 days. The plays and venues will be rotated, so there will be multiple plays being performed on different venues throughout the day. Some of the venues are free. For the paid ones, we offer the tickets both online (a few days prior to the launch of the festival, obviously) and offline (at the booth on the day of the performance) sales. A particular percentage or number of the tickets need to be blocked for offline sales and shouldn’t available online. So for example for a venue that can accommodate 50 seats, only say 40 tickets should only be available for online sale and the rest needs to sold at that venue booth. Is this possible with the plugin (Offline sales and reserving a number of tickets for offline)?

    Yes! This can be easily done with The Events Calendar ? and Event Tickets Pro. You will be able to create ticket capacities as you need to accommodate offline sales.

    Also we need to let people in using QR code verification, which I believe is possible with the plugin. Could you confirm?

    Yes, we have a QR scanner app for Android and Apple devices.

    We would also like to design the ticket a bit to match the festival branding. Is that possible too?

    Most themes work pretty well out of the box with our plugins. Using our Themer’s Guide, any/every aspect can be customized.

    I believe the ticket can be sold using WooCommerce so the payment gateway etc needs to be configured at the woocommerce settings right?

    You can use our built in TribeCommerce or WooCommerce for sales. So either way you decide to go, you’ll set up payment accordingly.

    Hope that helps!

    Take care,
    Ed ✌️

    Edward
    Member

    Hey there Natalie!

    Thanks for reaching out — sorry to hear that you are experiencing difficulties.

    If you are adding the mini calendar via shortcode, you can try the following snippet in your functions.php file β†’

    /*
    * The Events Calendar - Change event count to show in mini calendar when used via shortcode
    */
    add_action( 'wp_ajax_tribe-mini-cal-day', 'tribe_mini_cal_change_count' );
    add_action( 'wp_ajax_nopriv_tribe-mini-cal-day', 'tribe_mini_cal_change_count' );

    function tribe_mini_cal_change_count (){

    if ( isset( $_POST['count'] ) ) $_POST['count'] = 10;
    }

    If you are adding via widget, you can easily customize the number of events within the widget settings.

    Hope that helps!

    in reply to: Additional Event Fields Displaying Under Google Map #1631678
    Edward
    Member

    Hey there prepareinst!

    Thanks for reaching out — sorry to hear that you are experiencing difficulties.

    It sounds like there might be some customization in play that is effecting this, but could definitely be a conflict.

    To verify this, you can run through Testing for Conflicts, but you may just need to temporarily switch to a theme like Twenty Seventeen.

    Let me know how that goes!
    Ed ✌

    in reply to: make a recurring event runnimg veery tuesday and thursday #1631676
    Edward
    Member

    Hey there Ole!

    Thanks for reaching out.

    Can you share your system information in a private reply?

    The site listed in your profile, http://visit.aquqglobe.dl seems to be down for me, is this the one you are working on?

    Take care,
    Ed ✌️

Viewing 15 posts - 16 through 30 (of 80 total)