Forum Replies Created
-
AuthorPosts
-
Awaken Solutions
ParticipantThanks for the reply. I ran the test on a dev environment with Twentyseventeen and it worked fine, so the issue is indeed the theme. It helped me narrow down the issue also.
With my theme, when I switch to List view, it appends a broken querystring to the URL
/calendrier/liste/?tribe-bar-date=DateBut when I switch to List view with Twentyseventeen theme, it doesn’t (which is the correct behaviour that gives the expected result):
/calendrier/liste/To help me diagnose where the problem can be coming from, can you tell if the above gives you any hints as to what may be causing it? I disabled my custom functions but the problem still persists.
Thanks again.
Awaken Solutions
ParticipantThanks for the reply Cliff. Do these third-party CPT plugins allow you to easily manage options within the tribe-events CPT?
Awaken Solutions
ParticipantI have updated the lang files but it still doesn’t work.
I am already customizing the file “single-event.php” for other reasons, so I have therefore manually replaced this:
<?php printf( ‘« ‘ . esc_html_x( ‘All %s’, ‘%s Events plural label’, ‘the-events-calendar’ ), $events_label_plural ); ?>
With this
<?php printf( ‘« ‘ . esc_html_x( ‘Tous les %s’, ‘%s Events plural label’, ‘the-events-calendar’ ), $events_label_plural ); ?>
This solved my problem, but not the root of the issue (the translated string).
Thanks.
Awaken Solutions
ParticipantThanks for the advice. That add-on is interesting, but not what I need.
Only admins are creating events on this website. But they would benefit from having an additional field which pulls all the WordPress usersnames.
I am wondering if there are any hooks which a developer can use to modify the additional fields.
For now I have created an additional field manually using the standard plugin settings, and manually pasted all the existing usernames, but I am hoping to build a more automated system if any useful hooks can be leveraged.
Thanks.
Awaken Solutions
ParticipantThanks for the reply. I have a version of the site on my old server from last week, so I went and tested it there and noticed that it is working fine (even with all the same plugins and theme activated).
The only difference is that the old site is still running Events Calendar version 3.9.3 (non-Pro and Pro) whereas the new site is running the latest version (3.11.2 for regular and 3.11.1 for Pro).
Thus, is it possible the new version introduced a problem? This and my other post from today (current day URL leads to 1970 date) both are working fine with version 3.9.3
Thanks.
Awaken Solutions
ParticipantThis reply is private.
Awaken Solutions
ParticipantYes I would be happy to contribute. I signed up and went to the the French section but the word is already translated correctly there:
Week -> Semaine
week -> semaineI use WPML to translate strings and I found that Semaine was shown as untranslated in the string translation section. So I translated it to Semaine and now it shows Semaine correctly. But the link itself still goes to /week/ (thus a 404 page) instead of /semaine/ (which shows the right page when I manually go there).
Awaken Solutions
ParticipantAdditionally, below the list of events it says “View More⦔ rather than the French version. Thanks for any help you can offer.
-
AuthorPosts
