Awaken Solutions

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Make list view start at current date #1475254
    Awaken Solutions
    Participant

    Thanks 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=Date

    But 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.

    in reply to: Add WordPress users as an associated field #1195090
    Awaken Solutions
    Participant

    Thanks for the reply Cliff. Do these third-party CPT plugins allow you to easily manage options within the tribe-events CPT?

    in reply to: Translating the word All #1195089
    Awaken Solutions
    Participant

    I 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.

    in reply to: Add WordPress users as an associated field #1192078
    Awaken Solutions
    Participant

    Thanks 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.

    in reply to: French drop down menu #991935
    Awaken Solutions
    Participant

    Thanks 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.

    in reply to: Today view shows 1970 #991921
    Awaken Solutions
    Participant

    This reply is private.

    in reply to: French drop down menu #991792
    Awaken Solutions
    Participant

    Yes 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 -> semaine

    I 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).

    in reply to: French drop down menu #991706
    Awaken Solutions
    Participant

    Additionally, below the list of events it says “View More…” rather than the French version. Thanks for any help you can offer.

Viewing 8 posts - 1 through 8 (of 8 total)