Forum Replies Created
-
AuthorPosts
-
Nico
MemberThanks for confirming Sheryar 🙂
We look forward to have the fix for this out soon!
Best,
NicoNovember 7, 2016 at 9:38 am in reply to: Vertical Filter Bar Opens at 100% Width on Desktop #1188692Nico
MemberGlad it helps Dan! Thanks for the heads-up 🙂
November 4, 2016 at 5:07 pm in reply to: Vertical Filter Bar Opens at 100% Width on Desktop #1188030Nico
MemberHi Dan,
Thanks for reaching out and sorry to hear about this issue 🙁
It appears to be introduced in 4.3.1, it was logged when 4.3.2 was scoped and due to time constrains devs couldn’t slip that in. Good news is it should get fixed in 4.3.3 coming out in less than two weeks time (if everything goes as planned).
This CSS snippet worked for users reporting this:
.tribe-events-filters-vertical {
float: left;
width: 25%;
}
Please give the fix a try and let me know if it works for you,
Best,
NicoNico
MemberHi there Collen,
Thanks for getting in touch with us on this!
I am trying to upgrade to the Event Aggregator. I purchased Facebook events and Community events previously, so I believe I am able to upgrade for free.
Yes, an Aggregator license is automatically granted to legacy importer license holders (Facebook/iCal importer). I’ve checked and it has been generated for your site.
In my licences I’m getting this msg. “This appears to be a multisite install. Please purchase a multisite license for this site.” – The thing is, I have two sites connected ( one acts as a magazine, one acts as a business listing) but are only using Events Calendar on the Magazine side of the page. So I don’t want to have to upgrade just to install the new Aggregator. Can you help me resolve this?
Sure I can help. So the thing is you are trying to activate Aggregator just for the main site, right? I just went to the main site admin (not the network admin), entered the key and it’s working as expected and not showing the message you describe. More so Event Aggregator can be setup in many sites (up to ten), and the limit is based on imports per day (100 in your case). If this is not what you are seeing please send me a screenshot of your license page (mark the reply as private so your license numbers are not publicly visible).
Thanks,
NicoNico
MemberHi there Mark,
Thanks for getting in touch with us!
I’m not quite sure about your question. I guess this is more a design decision and depends on the overall site aesthetics. Can you please elaborate a bit more on this? Maybe send a screenshot of this in your site, probably that will help me understand what you are trying to achieve.
Best,
NicoNico
MemberHowdy Lars,
Welcome to our support forums and thanks for reaching out to us!
Events Calendar PRO enables recurring events (weekly events, or in arbitrary dates). You can read more about this feature here → Using Recurring Events in Events Calendar PRO.
Please let me know if this is what you were looking for,
Best,
NicoNovember 4, 2016 at 4:42 pm in reply to: Wondering about the same strings turning up in multiple translation environments #1188020Nico
MemberHi Hans,
Glad to help you on this one as well! We have a known-issue with our translation not being in sync with the plugin code at the moment. We are actively working to solve this!
Just to be sure, you mean you see the same translation string twice for the same plugin translation file or that you see a string crop up in different plugin translation files.
Please let me know about it,
Best,
NicoNovember 4, 2016 at 4:37 pm in reply to: Viewing recurring events in List/Picture view – Not as I'd want it #1188018Nico
MemberHey Hans,
Thanks for getting in touch with us!
I have tried using the checkbox feature for users to enable or disable showing each recurring event. This appears not to be logical/does not appear to be used much
Not sure what you mean here, maybe you can try to change the wording to something that makes sense for the website public? Like Only show the first class of a course maybe?
I still miss the feature (or is it a bug?) where I can enable showing recurring events, but ALSO show the checkbox (which is, in that case, opted IN by default). So, users still see only the first instance of a recurring event, but can disable that if they want.
I guess what you are looking forward to do is achievable with this snippet (and without checking the option to only show the first instance of a recurring event in the site). Add it to your theme’s (or child theme’s) functions.php file:
/*
* Checks the front-end box "Show only the first upcoming instance of recurring events" by default
*/
function tribe_subsequent_recurrence_default( $option, $name, $default ) {if ( $name === 'hideSubsequentRecurrencesDefault' && ! is_admin() ) $option = true;
return $option;
}
add_filter( 'tribe_get_option', 'tribe_subsequent_recurrence_default', 10, 3 );
As we have a few of these running courses, they tend to clutter up the entire list view of upcoming events, therefore causing single day events to be missed entirely. This is the main reason I chose to disable showing all instances of a recurring event for now, but don’t like it as much
Maybe you can add some CSS to lower the opacity on subsequent events of a series so that single events will be more visible?
A better version of this feature would be to enable not showing ALL upcoming events for all weeks to come, but do show ALL instances in the upcoming WEEK (or X weeks). This means that I (and many others, I can imagine) would be able to show all relevant recurring events for the coming week, but clear up the following weeks to make sure that all single day events are not missed .
I must say the use case is particular of certain calendars. It might achieved in some way probably, but crafting a snippet for that would be out of the scope of support we can provide over the forums. You are welcome to suggest this feature request at The Events Calendar user voice page, where we gather feedback from our community.
Hope the above helps,
Best,
NicoNico
MemberHi there Audrey,
Thanks for getting in touch with us!
Unfortunately there’s not way of doing this via settings 🙁 But if you want I can help you getting started with a javascript snippet to select it once the page has loaded. Do you think that might work for you?
Please let me know about it,
Best,
NicoNovember 4, 2016 at 2:55 pm in reply to: I pasted a code you gave me, my site is not working #1187960Nico
MemberGracias por la respuesta! Me alegro que pudieron solucionar el problema con el shortcode de búsqueda 🙂
Pude verificar el problema con la traducción que mencionas. Al parecer fue un problema que tuvimos al empaquetar los archivos de traducción para el lanzamiento de la nueva versión. Es algo que estamos viendo de solucionar lo antes posible!
Mientras tanto puede agregar este código al archivo functions.php de th theme o child theme:
/* Tribe, custom translation */
function tribe_custom_theme_text ( $translation, $text, $domain ) {$custom_text = array(
'There were no results found for %s.' => 'No se encontraron resultados para %s.',
);// If this text domain starts with "tribe-", "the-events-", or "event-" and we have replacement text
if( (strpos($domain, 'tribe-') === 0 || strpos($domain, 'the-events-') === 0 || strpos($domain, 'event-') === 0) && array_key_exists($translation, $custom_text) ) {
$translation = $custom_text[$translation];
}
return $translation;
}
add_filter('gettext', 'tribe_custom_theme_text', 20, 3);
De la misma manera puede agregar mas cadenas que no aparezcan traducidas (en este articulo se explica como).
Si no genera un gran inconveniente en tu sitio diría que lo mejor es esperar a que el próximo update lo solucione (el plan es lanzarlo en dos semanas aproximadamente).
Saludos, buen fin de semana,
NicoNico
MemberHey guys!
I’m closing this thread as I’m already helping Felix over the inbox 🙂
Best,
NicoNico
MemberHey folks,
Thanks for adding your voices! After several reports (here and in other threads) we could verify and identify the newly introduced bug.
We are also trying to fit this in the upcoming maintenance release although I still don’t know if it will make due to time constrains. If this is a big issue for you, remember you can always downgrade the plugins to a past version where this was working well.
I’ve linked this thread with the internal bug reported, so you will be noticed when the fix is out.
Sorry once again for the hassle this might cause and thanks for the patience while we get this fixed!
Cheers,
NicoNico
MemberThanks for following up April!
Please note this line in the script:
$query->set('tag__not_in', array(99) );
In this case (just a sample) it’s excluding events with tag ID ’99’. Create a new tag in your site for this exclusion and replce ’99’ for the actual tag ID. Once that’s done just add the tag to the events you want to exclude and give this a try!
Please let me know if it works as expected,
Best,
NicoNovember 4, 2016 at 9:36 am in reply to: Display organizer's calendar in a different website #1187809Nico
MemberHey Laura,
Sorry for the delay I could finally get to this 🙂
I’ve tested it with Feedzy and it works as expected, and it should for any other similar plugin. One thing to note is that feeds are cached so you might not be able to see the changes immediately unless you add a new query var to prevent this (for example: http://sitename/feed/?post_type=tribe_events&organizer=56&nocache=123).
First please insert the following snippet in your theme’s (or child theme’s) functions.php file:
/* Tribe, get feed by organizer & add date to title */
function tribe_alter_feed ( $query ) {if ( !is_feed() || !tribe_is_event_query() ) return;
// set organizer if passed
if ( isset ($_REQUEST['organizer']) ) $query->set('organizer', $_REQUEST['organizer']);// pre-pend date to content
add_filter( 'the_title', 'tribe_date_to_title', 10, 2 );}
add_action( 'pre_get_posts', 'tribe_alter_feed' );function tribe_date_to_title( $title, $id = null ) {
$date = tribe_events_event_schedule_details ( $id );
return $title . ' - ' . $date;
}
Once that’s added, you can use the following URL to get the organizer events: http://sitename/feed/?post_type=tribe_events&organizer=94 (be sure to replace 94 for the correct organizer ID).
The snippet will also add the event schedule to the title.
Please let me know if this works for you,
Best,
NicoNovember 4, 2016 at 8:02 am in reply to: I have the same issue with a 404 error on the "All Events" page archive. #1187694Nico
MemberHey,
Just wanted to check if you had any news on this. We are still not able to reproduce the conflict and we are about to decline the ticket as this seems solved in version 4.3.x of the plugins.
If you can give this a new try please let me know about the results!
Thanks,
Nico -
AuthorPosts
