Andras

Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 6,224 total)
  • Author
    Posts
  • in reply to: Link to woocommerce tickets #1454977
    Andras
    Keymaster

    Hi Penny,

    You will not be able to set up restrictions on tickets right on the ticket editing page when you create an event with a ticket.

    You should be able to do it though on the WooCommerce ticket product page. Here’s a screencast showing that.

    https://1drv.ms/v/s!Aqh6lbOjUW1T4TqhHM9f70o-okiS

    If you are setting it up through WooCommerce > Memberships, then you will likely not see tickets anywhere. You can restrict the tickets through categories.

    To do that, create a WooCommerce Product category ‘ticket’ (or whatever you like).

    Then add a new membership plan, go to Restrict Products, choose ‘Product categories’ as the type and enter the ‘ticket’ category. (screenshot)

    Let me know if this helps.

    Cheers,
    Andras

    in reply to: How to edit text #1454659
    Andras
    Keymaster

    Stoked to hear it worked!

    You can basically change almost any string like that. You can look up the strings in the .pot files which come with the plugins and can be found in the “lang” folder. Sometimes you need to add the context as well, should be easy to recognize.

    I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

    in reply to: How to edit text #1454618
    Andras
    Keymaster

    Oh, I’m sorry, I made an error.

    The original string is “%s In”.

    It is case and character sensitive, so there cannot be any extra spaces and so.

    A.

    in reply to: How to edit text #1454592
    Andras
    Keymaster

    Hi Beau,

    The easiest way to go about this would be the following:

    1. Install the “Say What” plugin from the .org repo and activate it
    2. Go to Tools > Text Changes and add a new one
    3. Original string is “%1$s In” (don’t include the quotation marks)
    4. Text domain is “the-events-calendar” (no quotes)
    5. Text context is empty
    6. Replacement string is what you would like
    7. Save and watch the magic 🙂

    Does this do the trick for you?

    Cheers,
    Andras

    Andras
    Keymaster

    Hi Sara,

    Great question, thanks!

    No, the extra data which is stored by ACF will likely not be transferred via an import, only the data that is created by our plugins.

    Let me know if you have more questions.

    Cheers,
    Andras

    in reply to: ics files import wrong timezone #1454579
    Andras
    Keymaster

    Hi wvuafm,

    Thanks for reaching out!

    I’m happy to hear that it seems to be working now. Can you tell me how you solved it?

    How the import works is (for any feed) is it checks if there is a timezone defined for the feed. If yes, it uses that. If no timezone is defined, then checks if there is a TZ defined for the events. If not, then it takes the times as if they were UTC.

    Most probably this is what you encountered.

    Would be happy to hear about your solution. It would also help some others in the community.

    Cheers,
    Andras

    in reply to: Styling Event List Page #1454565
    Andras
    Keymaster

    And this should fix the issue in Safari:

    .tribe-events-list .tribe-events-event-image+div.tribe-events-content { float: left; }

    A.

    in reply to: Styling Event List Page #1454433
    Andras
    Keymaster

    Hi Martin,

    Thanks for reaching out!

    First I would like to point out that customizations are normally beyond the scope of the support we provide here in the help desk.

    I’m sorry to hear about the Safari issue. I’ll get someone to check that if we can help. My hunch is that it’s a theme conflict.

    The rest should be solved with the following css snippet, copy it into your theme’s style.css:

    .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events .tribe-events-event-image {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    }
    .post-type-archive-tribe_events .tribe-events-loop .type-tribe_events .tribe-events-list-event-description {
    width: 100%;
    padding-right: 0;
    clear: both;
    }

    Let me know if this does the trick.

    Cheers,
    Andras

    Andras
    Keymaster
    in reply to: Event tickets – Capacity – Available calculation wrong #1454010
    Andras
    Keymaster

    Thanks!

    I’ll check it out and will get back to you tomorrow or on Monday. I ask for a bit of patience!

    Thanks and cheers,
    Andras

    Andras
    Keymaster

    Hi Ryan,

    I asked around about this. Here is what I got from a colleague:

    yes: the zoom level is set on events-calendar-pro/src/resources/js/tribe-events-ajax-maps.js line 131.

    A custom plugin would be necessary to modify this js file.

    You can use this extension as an example/starting point (with this extension you will just need to modify/customize the js/min.js files)

    Let me know if this helps.

    Cheers,
    Andras

    in reply to: Large multisite solution #1454004
    Andras
    Keymaster

    I’m on it. Will keep you posted.

    A.

    in reply to: All events not displaying in map view #1453981
    Andras
    Keymaster

    Okay, you can try this:

    • deactivate Events Calendar PRO
    • create an event with proper address data
    • activate Events Calendar PRO
    • go to Events > Settings > General tab and check if you see the “Fix venues” button

    If that doesn’t yet do the trick you might need to add the following line to your functions.php file:

    add_filter( 'pre_option__tribe_geoloc_fixed', '__return_false' );

    and then re-do the above sequence.

    When it’s done, remove that line from functions.php.

    Check if this does the trick.

    Cheers,
    Andras

    in reply to: All events not displaying in map view #1453958
    Andras
    Keymaster

    Hi Sunanna,

    I will try to check that for you, please give me some time.

    Andras

    in reply to: Link to woocommerce tickets #1453945
    Andras
    Keymaster

    I guess that happens when you want to set up a membership / rule? Yes, this likely would be a WooCommerce question so I’d recommend getting in touch with them.

    First you can check if you have the same for non-ticket WooCommerce products as well, to make sure it’s generic issue. If in case this only happens with ticket products, then we might be able to help.

    Cheers,
    Andras

Viewing 15 posts - 1,546 through 1,560 (of 6,224 total)