Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterHi 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,
AndrasAndras
KeymasterStoked 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,
AndrasPS: 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!
Andras
KeymasterOh, 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.
Andras
KeymasterHi Beau,
The easiest way to go about this would be the following:
- Install the “Say What” plugin from the .org repo and activate it
- Go to Tools > Text Changes and add a new one
- Original string is “%1$s In” (don’t include the quotation marks)
- Text domain is “the-events-calendar” (no quotes)
- Text context is empty
- Replacement string is what you would like
- Save and watch the magic 🙂
Does this do the trick for you?
Cheers,
AndrasFebruary 15, 2018 at 11:51 am in reply to: Aggregator – Can scheduled imports from URL include custom fields? #1454585Andras
KeymasterHi 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,
AndrasAndras
KeymasterHi 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,
AndrasAndras
KeymasterAnd this should fix the issue in Safari:
.tribe-events-list .tribe-events-event-image+div.tribe-events-content { float: left; }A.
Andras
KeymasterHi 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,
AndrasFebruary 15, 2018 at 6:43 am in reply to: Map Zoom level? I change it in the settings, but it doesn't change #1454085Andras
KeymasterFebruary 15, 2018 at 5:46 am in reply to: Event tickets – Capacity – Available calculation wrong #1454010Andras
KeymasterThanks!
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,
AndrasFebruary 15, 2018 at 5:44 am in reply to: Map Zoom level? I change it in the settings, but it doesn't change #1454009Andras
KeymasterHi 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,
AndrasAndras
KeymasterI’m on it. Will keep you posted.
A.
Andras
KeymasterOkay, 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,
AndrasAndras
KeymasterHi Sunanna,
I will try to check that for you, please give me some time.
Andras
Andras
KeymasterI 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 -
AuthorPosts
