• Resolved llermaly

    (@llermaly)


    Hello! , nice plugin ??

    I want to know how can I translate this text :

    That’s all! No more Tweets to load

    From the botom of twitter box, and/or edit “Twit/Follow” buttons box.

    Thanks!!

    • This topic was modified 6 years, 9 months ago by llermaly.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey llermaly,

    Regarding your questions…

    “I want to know how can I translate this text: That’s all! No more Tweets to load”

    Go to your WordPress Dashboard – Twitter Feeds – Customize – 3. Style (tabbed page) – scroll down to the last section on that page called “Load More Button” and changed the text content in the “Button Text” option field to whatever you wish to have it say.

    Thread Starter llermaly

    (@llermaly)

    Hello David,

    That doesnt work. I think because I’m not translating the “Load More” button, but the message that appears when there are no more posts to load. I translated all texts in customize sections.

    Any solution?.

    Thanks!!

    Hey llermaly,

    Try this instead.

    1. Go to your WordPress Dashboard – Twitter Feeds – 2. Customize (tabbed page).
    2. Scroll about 3/4 of the way down the page to the Custom JavaScript option box.
    3. Enter the Custom Javascript snippet below.
    4. Click on “Save Changes” after you have entered the snippet.

    var myTranslation = ‘Your Text’;
    jQuery(‘.ctf-out-of-tweets p’).first().text(myTranslation);

    Just change the words ‘Your Text’ to whatever you want it to say.

    Let me know if this works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Translate That’s all! No more Tweets to load’ is closed to new replies.