Forum Replies Created
-
AuthorPosts
-
September 14, 2015 at 9:18 am in reply to: Changing the names Venue and Organizer on the front end? #1004911
Nico
MemberHey James and Mad Dog,
Thanks a lot for working together on this!
James, the last code suggestion that Mad Dog made seems the right way to go. Please give it a try and let me know!
Mad Dog, thanks a lot for helping James out!
Sorry for being so vague about the solution for this, and thanks a ton for pointing it out! I sometimes forget all users don’t have the same technical skills, my bad ๐
Please let me know if you could get this working,
Best,
NicoNico
MemberHey Graham,
Glad to hear you could get this working ๐
Iโll go ahead and close out this thread, but if you need help with anything else please donโt hesitate to create a new one and we will be happy to assist you.
Best,
NicoSeptember 14, 2015 at 9:00 am in reply to: Don't understand warning: Events Calendar plugin will show its calendar… #1004897Nico
MemberHi Daniel and Shelley,
Thanks for following up on this ๐
I guess both solutions are fine: Just ignoring the notice, or trying to set up a work around for this to work with the site configuration as Daniel suggests. I guess it depends on how your theme works, and the particular needs of your site. But again both are fine!
Please let me know if there’s anything else I can do for you on this,
Best,
NicoNico
MemberHi Nancy,
Thanks a lot! I’ll set this thread as ‘Pending Fix’, it will still be open so you can confirm this is fixed after updating!
Have a great week,
NicoNico
MemberHey Crystal,
Stocked to hear you could find a work around this ๐ Also hanks for sharing your solution here!
Iโll go ahead and close out this thread, but if you need help with anything else please donโt hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHey Amy,
Glad to hear you could get the widget working ๐
Please let me know if there’s anything else I can do for you on this,
Best,
NicoSeptember 14, 2015 at 8:30 am in reply to: 3.12 – Don't understand/can't close notification #1004868Nico
MemberThis reply is private.
Nico
MemberHey @guidegirl thanks a lot for jumping in and sharing your solution ๐
@innovanity, Can you please try the suggested solution ?Hope it does the trick for you as well,
Best,
NicoSeptember 14, 2015 at 8:13 am in reply to: Recurring event text description — tribe_get_recurrence_text #1004852Nico
MemberHey everyone here!
Just wanted to give you a heads up on this: it was an intentional change, but we understood this feature is important for you and we are adding it back in the next release! Thanks a lot for your feedback and also sorry for any inconvenience this might cause in the meantime.
Please let me know if there’s anything else I can do for you until this is back again,
Thanks,
NicoSeptember 11, 2015 at 1:06 pm in reply to: The photo view list does not appear since the last upgrade (3.12) #1004414Nico
MemberHi Cristina,
Thanks for following up on this! Apparently you are right in your theory.
To make this right for now you can add this snippet to your theme’s functions.php file – located at wp-content/themes/your_theme/:
add_filter( 'tribe_get_photo_view_permalink', 'fix_foto_permalink' );function fix_foto_permalink ( $link ) {
return str_replace ( 'foto' , 'photo' , $link );
}
It should replace the ‘foto’ in the URL with ‘photo’, so it at least fix the strange behavior in the site.
Also have you tried re-saving permalinks settings in WordPress back-end -WP-Admin > Settings > Permalinks > Save Changes ?
Please let me know how this goes,
Best,
NicoSeptember 11, 2015 at 12:44 pm in reply to: Recurring events marked โHide from Event Listingsโ are still on the calendar #1004407Nico
MemberHi Tracey,
Thanks for reaching out and sorry for the inconvenience this might be causing to you ๐
Can you please indicate in which view this is failing ? I’ve run a quick local test for this and it seems to be working on my end. I see you have Facebook Events Importer in your site, where this events imported from facebook? If you create a new event and ‘hide it from listings’, Is there any difference with existing events?
Please let me know,
Best,
NicoSeptember 11, 2015 at 11:47 am in reply to: Changing the names Venue and Organizer on the front end? #1004394Nico
MemberHi James,
Thanks for reaching out. I’m stocked to hear you are having a great experience both with our plugins and also with the support team ๐
Our plugin text domain has changed -check out this article explaining why– to ‘the-events-calendar’, so if you replace the ‘tribe-‘ with the new text domain this should work as it did before.
Please let me know if changing this does the trick,
Have a great weekend,
NicoNico
MemberHi Niklas,
Thanks for reaching out to us and sorry to hear about this issue you are experiencing.
I’m not familiar on how Loco works, but when you update the plugin the language files -packed from our translations site before release- are included in the package and will override the old ones. If Loco stores the modified strings in the database -like Say What? plugin does- I think there should be no problems with recovering that. If it modifies the files directly in the plugin folder, I guess the changes are overwritten in the update.
Please let me know how this works and maybe we can get those strings back,
Best,
NicoNico
MemberHey Mads,
Thanks for reaching out to us, and also for your kind words on our plugin!
Unfortunately there is no setting to achieve this, I guess you can use the ‘pre_get_posts‘ action to modify the query for the main page and exclude the events you don’t want to show up there. For example: you can add a tag to all those events and the exclude that from the main query.
Please let me know if this answers your questions,
Have a great weekend,
NicoSeptember 11, 2015 at 11:20 am in reply to: Can event organizers also receive an email after successful purchase of a ticket #1004387Nico
MemberHey Theunis,
Thanks for reaching out to us! Unfortunately there’s no setting that can enable this at the time.
If you feel confident with your coding skills I guess you can try to build this customization.
Please let me know if there’s anything else I can help you with,
Best,
Nico -
AuthorPosts
