Forum Replies Created
-
AuthorPosts
-
November 17, 2013 at 3:50 am in reply to: Large SEO bug in 3.2 – Event title not showing up in the page's title tag #76849
Oliver
ParticipantFor me only it works, too! 🙂
Oliver
ParticipantHi bpm4egov,
have a look here, maybe it helps:
https://tri.be/support/forums/topic/german-translation-wrong/#post-76667Cheers,
OliverOliver
ParticipantHi Asaya,
it’s located here:
lang/tribe-events-calendar-pro-de_DE.po /.moI use the WordPress Codestyle Localization Plugin for the translation.
It really a great tool and easy to handle.
With it you should be able to find it very fast.If you know a public storage where I can upload the files, just tell me (I found some more translation issues 😉 .
Cheers,
OliverOliver
ParticipantHi Asaya,
I found the translation issue described by you, too.
I have translated the Events Calendar and Events Community Plugin 3.2 *completely* from the scratch and sent it to Leah. She will probably integrate in the next release.
If you are interested in the translation, just post your e-mail and I can sent you the .po/.mo-files.Best regards from Munich,
OliverOliver
ParticipantThis reply is private.
November 15, 2013 at 4:05 am in reply to: Problem with Update and display Calendar without events listed under Calender #76605Oliver
ParticipantHi Polly,
I have been running in the same problem – have a look here:
https://tri.be/support/forums/topic/events-calendar-3-2-minicalendar-widget-number-of-showing-events/#post-76493Regards,
OliverNovember 14, 2013 at 10:25 am in reply to: Events Calendar 3.2: Minicalendar Widget – Number of showing events #76493Oliver
ParticipantOk, good to know that you can reproduce it.
Keep me updated!Best regards,
OliverOliver
ParticipantNow it works! If found the problem 🙂
The documentation is wrong! It says that the functions returns a string, but it returns an array (that’s a big difference! “echo” prints out nothing if a array is given):
http://docs.tri.be/Events-Calendar-PRO/function-tribe_get_custom_field.html
Please correct the documentation!The working code is as follows:
$field_label = ‘E-Mail Adresse für Rückfragen (Adresse wird nicht veröffentlicht)’;
$cpy = tribe_get_custom_fields($post_id, $field_label);
echo $cpy[$field_label];Best regards and good night!
OlIverOliver
ParticipantHi Barry,
I found a simple workaround for the problem!
I installed the Plugin “qtranslate” and changed the language in the backend of WordPress to english. And – voila – I was was able to remove the custom field 🙂I hope this solution helps others, too.
Best regards,
OliverOliver
ParticipantHi Barry,
do you have any news for me regarding this issue? Can you check with your development team to get an answer soon, please?
Best regards,
OliverOliver
ParticipantOk, I will contribute the translations there!
Meanwhile I decided to reinstall the Events Calendar from scratch to have a clean setup.
Unfortunately events, options, configurations, etc. stay in the mySQL-database.
How can the Events Calendar removed completely? Do you have maybe a MySQL-Statement to drop the related rows/data?Oliver
ParticipantOk, thanks for the info. I hope the fix make it in the over next release 😉
In the meanwhile my recommendation would be to change the wrong documentation (see notes above) and make a link to the workaround. It took me around 10 hours to find the solution and other would be obviously happy to avoid this effort 🙂
Oliver
ParticipantOk, great to hear! 🙂
I hope to hear soon from you!
btw: a lot of the german translations are wrong or missing. I corrected and translated them. Are you interested in using these translation files for the next releases?Oliver
ParticipantHi Barry,
The $post_id works definitly (I set it and print it out a line before) 😉
I had a look in the Events->Admin page (thanks for that hint, a very useful page!) and found the following:
custom-fields =
Array
(
[0] => Array
(
[name] => _ecp_custom_1
[label] => Rechteinhaber
[type] => text
[values] =>
)[1] => Array
(
[name] => _ecp_custom_2
[label] => E-Mail Adresse für Rückfragen (Adresse wird nicht veröffentlicht)
[type] => text
[values] =>
)
}From my point of view the filed “name” should be the parameter I should pass to the function. Am I wrong? Nevertheless I tried the “Human Readable” as the parameter, but it didn’t worked.
Best regards and thanks for your support!
OliverOliver
ParticipantHi Barry,
that’s interesting that it’s not reproducible on your site.
When I deactivated all plugins an reverting to default, I couldn’t see any difference to now.When I Look at the source code of the website I see an a href which points to nowhere (#remove-field), therefore it can’t work:
Entfernen
From my point of view, the link is wrong.Can it be related to the translation into german? (just a poor guess).
Best regards,
OliverPS: On the Events -> Admin page I found the following (I just post a part of it – I hope this is the part you expect):
custom-fields =
Array
(
[0] => Array
(
[name] => _ecp_custom_1
[label] => Rechteinhaber
[type] => text
[values] =>
)[1] => Array
(
[name] => _ecp_custom_2
[label] => E-Mail Adresse für Rückfragen (Adresse wird nicht veröffentlicht)
[type] => text
[values] =>
))
-
AuthorPosts
