Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi there @tuberb,
Thanks for adding your voice and for raising this legit point! Sorry if these warning messages are a pain for your project. I will have to touch base with our devs to actually respond to your inquire as I’m not much technically.
I’ll give you a heads up when I have an answer for you,
Best,
NicoAugust 19, 2016 at 4:45 pm in reply to: Prevent from taking Authorship when editing community #1153891Nico
MemberThanks for following up Matt! I fully get the issue now 🙂
Can you try to change a user to author level and see if after editing the post it also changes ownership? If this actually works could it be a solution for you?
Please let me know about it, if the above doesn’t work I’ll have to dive into the code and try to find a fix for this,
Best,
NicoNico
MemberGracias por la info 🙂
Al parecer este es un problema mas con WPML que con nuestro plugin sino comprendo mal (no es que quiera sacarme el problema de encima). Y el hecho de tratar de simular un idioma nuevo seguramente este complicando las cosas. Para entender el problema mejor, si desactivas The Events Calendar todo funciona bien con el Valenciano, el Español y el Ingles?
Efectivamente, las cadenas están traducidas con Poedit, pero sólo me reconoce las que edité mediante el plugin, unas 10 en total, de más de 200.
Las no editadas serian las que estaban originalmente en el archivo? No termino de comprender lo siento 🙁
Con respecto a la configuracion especifica de nuestros plugins y WPML, estos son los seteos soportados actualmente: Setting up The Events Calendar with WPML, tambien deberias checkear este articulo → Creating translations for events using WPML
No he probado a usarlo en otro theme, me da bastante miedo que al cambiar de theme, al volver al original se pierdan cosas…
Esto no deberia ser un problema, de todos modos seria bueno si pudieses montar un sitio de pruebas donde podamos descartar conflictos con el theme o los plugins instalados.
De que manera / con que seteos estas incluyendo el switch?
Podrias indicarme esto, tal vez podamos solucionar el problema con el switch que no se muestra al menos!
Saludos, buen finde,
NicoAugust 19, 2016 at 4:29 pm in reply to: Ticket Fieldsets option not showing when adding or editing an event #1153887Nico
MemberThis reply is private.
Nico
MemberThanks for following-up Pau!
Sure, we can do that, I understood it was just the title what you wanted to remove. I left the view switch visible, but that can be hidden as well. Try this new snippet and let me know if this is what you are looking for:
/* Tribe hide elements in map view */
.tribe-events-map .tribe-events-page-title,
.tribe-events-map #tribe-events-header,
.tribe-events-map #tribe-geo-results,
.tribe-events-map #tribe-events-footer,
.tribe-events-map .tribe-events-ical {
display: none !important;
}
Have a great weekend,
NicoNico
MemberHi there @bookitrep,
Thanks for getting in touch with us and sorry to hear about this incompatibility 🙁
The Events Calendar is not compatible with our theme and I could use some help figuring out how to resolve the issue.
I’d say the best way to get this sorted is to reach out to theme authors and ask them about this. If you are developing the theme yourself let me know what is not working and I’ll try to help out although the support for theme issues e can provide is a bit limited.
Also another quick question – do we need both events calendar and events calendar pro active to use this?
Yes, both plugins need to be active. Events Calendar PRO works as add-on for The Events Calendar.
Lastly on our site under “Licenses” it says that “our license key is out of installs”, and apparently we are running an older version. But on your site it says we are good until Oct 5 of this year on book-it.org
This seems right as the license is configured on the domain bookit.org. If you changed domain names, you can go into your account on out site, once in there go to the licenses page and disconnect the site. Then you should be able to connect the licenses for the new domain.
Hope that helps,
Best,
NicoNico
MemberHey Stuart,
Glad to help you out on this issue as well!
1) In the List view of my events, I would like for the map to appear. Currently, only a link to the map appears; You can this here:
http://develdiscoversamuel.com/events/list/You can paste the snippet below in your theme’s (or child theme’s) functions.php file to display the map in list view. Please note that this might not play well with your theme, it’s just a code sample and you can reach out to the theme author on how to tweak this:
/* Tribe, show map in list view */
function tribe_print_map_in_list_view ( ) {// bail if not in list view
if ( !class_exists('Tribe__Events__Embedded_Maps') || !function_exists('tribe_is_list_view') || !tribe_is_list_view() ) return false;$maps = Tribe__Events__Embedded_Maps::instance();
echo $maps->get_map( null, null, null, false );
}
add_action ( 'tribe_events_after_the_meta', 'tribe_print_map_in_list_view' );
2) At the event level, the map does appear, but it’s not a link to a large map. How can I achieve that?
You can see that here: http://develdiscoversamuel.com/event/first-sunday-with-samuel-2016-09-04/This is something you can define per venue with the setting ‘Show Google Maps Link’. You can define this when you create a new event (https://cloudup.com/cGrRDQGeAaW) or by editing an existing venue (https://cloudup.com/c5mpZfRCiTu). If the setting is checked but the link still doesn’t show up, try switching to a WordPress default theme (like Tweenty Sixteen) and re-check.
Please let me know if the above helps,
Best,
NicoNico
MemberHi Rob,
Thanks for reaching out to us and also for your interest in our plugins 🙂
While our plugin doesn’t offer that functionality there are some options you can consider:
- Create different tickets: simply create various tickets types for the different options for example: regular ticket, regular ticket + glasses, etc. You can enable global stock for this event and all tickets will be tied to one ‘global’ stock.
- Create different products for upsells: use regular e-commerce products for upsells. You can include a link from your event to the upsell category of your store.
Please let me know if my suggestions sound like something that might work for your project,
Have a great weekend,
NicoAugust 19, 2016 at 1:27 pm in reply to: Shortcode using value of Additional Field to select events? #1153828Nico
MemberHi Sally,
Thanks for reaching out to us! I’ll help you on this…
The [tribe_events_list] shortcode doesn’t support additional fields parameters, you can filter by tags or event categories but not additional fields. If you really need this to work with custom fields I might be able to craft a snippet to create a new shortcode just to search by additional fields, in which case I would like to know what/where you are planning to use this for.
Please let me know about it,
Best,
NicoAugust 19, 2016 at 1:09 pm in reply to: Admin access to see which events users have RSVP'd for #1153824Nico
MemberHi there Leah,
Thanks for getting in touch with us and for your interest in our products 🙂
Regarding your question, you don’t need Events Calendar PRO or Event Tickets Plus to view the attendees report. This report is generated for every event, but I’m not so sure if this will help you out with your use case. Maybe a better idea is to add a custom field to users and log in it each ticket RSVP a user makes. We can help users achieve this type of customizations in our premium forums.
Please let me know if this sounds like something that might help,
Have a great weekend,
NicoNico
MemberHi there Charles,
Thanks for getting in touch and for your interest in our products 🙂
Is it possible to have a single page for a recurring event that shows all of the upcoming dates and times of the event
Good news! This page exists, and it’s accesible via http://sitename.com/event/recurring/all/ URL. This is how it looks in default TweentySixteen theme → https://cloudup.com/cZvcelcuLHk
Also, if you want to show a list of the upcoming recurrence instance of the event on the single page, that possible with a code snippet. We can provide this customization as part of the support we give in our premium forums.
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi there Stuart,
Thanks for reaching out to us! I’ll help you here…
The easiest way would be to rename the tribe_events folder inside your theme folder. There might be some extra style in other theme files. And also please note that a theme update will override this change, so I’d recommend reaching out to the theme authors on the best way of disabling there calendar customizations.
Hope that helps,
Have a great weekend,
NicoNico
MemberHi Matthias,
Thanks for getting in touch with us and sorry to hear about this issue 🙁
I did the following tests:
- Imported the feed to my WordPress site (with timezone set to Berlin) and the event ‘An event at 4pm’ is displayed from 2AM to 8PM (duration 18hrs)
- As a witness test I imported the feed into a Google Calendar (Berlin timezone) and the same event is showing from 6AM to 10AM (duration 4hrs)
The above indicates there’s something surely wrong with the import, but I’m also not sure about the witness test I’m running. Can you please let me know the event start time and end time you are seeing in your Google Calendar?
Also, I’ not seeing any known bugs related to this issue. This doesn’t mean the bug is not legit, but we will need to trouble shoot this a bit before confirming it. it would be great if you could share your system information with me so I can check if everything looks right on that end.
Thanks,
NicoNico
MemberHi there Pau,
Thanks for reaching out to us! Hopefully a simple CSS snippet can hide the title in photo view 🙂
Just paste the code below in your theme’s (or child theme’s) stylesheet or add it via Simple Custom CSS plugin:
/* tribe hide page title in map view */
.tribe-events-map .tribe-events-page-title {
display: none;
}
Please let me know if this works for you,
Best,
NicoAugust 19, 2016 at 8:06 am in reply to: Single Event/Date Imported Creates 2 Events Over 2 Days #1153612Nico
MemberHi there Mark,
Thanks for getting in touch with us! And also for sending the screenshots 🙂
I think this might be a timezone thing. Can you please check the timezone settings both in Google Calendar and in the WordPress site? Also are those events all-day events or do they have a star and end date (note it please)?
Please let me know about it,
Best,
Nico -
AuthorPosts
