• Resolved rirri

    (@rirri)


    Hi. I’ve troubles in translating the event website button text. I’ve downloaded the po file, modified it, compiled and overwritten to the original but it didn’t work. Then I tried with Say What? but with no success. I tried to search the string in the plugin code but I didn’t find anything. How can I do this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Ali Darwich

    (@tokyobiyori)

    SUPER-O EL MOPO

    Hello!

    Thanks for your message! I was checking your request but just to confirm, is it correct “Event Website”? Because on the link you provided, the only string I see without translation is “View Organizer Website”, so I was wondering if maybe you meant another sentence.

    I’ll be on standby!

    Hello, I have the same problem here
    The translation of the string “View Event Website” does not work… Only “Event” is translated.
    When searching the string in the source code, the only one I found is:

    _x(
       'View %s Website',
       'Capitalized label for the venue website link.',
       'the-events-calendar'
    ),

    Located in src > tribe > views > v2 > Hooks.php

    And this string I do not find in the translation files

    Example here : https://www.laka-cosm-ethiques.fr/atelier/atelier-shampoing-solide-coco/

    Thread Starter rirri

    (@rirri)

    I’ve resolved adding some custom CSS:

    Example:

    HTML:
    <!—
    <div class=”container>
    My OLD text
    </div>
    –>

    CSS:

    .container a{
    font-size:0px
    }

    .container a:after{
    content: ‘My NEW text’
    }

    • This reply was modified 3 years, 6 months ago by rirri.

    Nice trick ^^
    But I hope the string will be fixed in the next release

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help.

    Best regards,

    Marho

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘View Event Website button text’ is closed to new replies.