• Resolved albatros9906

    (@albatros9906)


    Hi

    I don’t want to show some contents and page builder elements like “last posts carousel” (https://prnt.sc/tpr0i0) in translated language in my website (https://www.foxdedektiflik.com/). For example, I want to show an “last posts carousel” in the default language, but I don’t want it to appear in the translation language.
    If I could see translated pages in the pages of wordpress admin dashboard, I would delete carousel in translated page and solve problem. But I can’t see translated pages? Where are they?
    Please help

    • This topic was modified 4 years, 8 months ago by albatros9906.
    • This topic was modified 4 years, 8 months ago by albatros9906.
    • This topic was modified 4 years, 8 months ago by albatros9906.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same question, i need to make some minor modification on the translated pages. I suspect that there are maybe no translated pages in the WP database but just the text is replaced dynamically on the fly on the very front end. Anyway how can we modify other than text and images content in the translated pages?

    • This reply was modified 4 years, 8 months ago by monographix.

    Hello @albatros9906 and @monographix

    I will answer both of you in this message how you can condition certain elements for certain languages.

    Using our “conditional short code based on language” You can fold in it text, elements, sections, widgets and even other shortcodes from other plugins.

    A small example wrapping your conditional shortcode within a shortcode to be displayed only to the english US language.

    [trp_language language="en_US"] [carousell-shortcode-id-001] [/trp_language]

    Or showing different content based on language:

    [trp_language language="en_US"] [carousell-shortcode-id-001] [/trp_language]
    [trp_language language="fr_FR"] [contact_form-id:1] [/trp_language]

    Or for those who use page builder elements, they can use the integration we have with them, simplifying the process.

    Choose the desired section / widget / text / button -> Go to the Advanced panel -> Select “Restrict by language” and select the language you want to be displayed.
    To read more about it please follow the link below and scroll to the bottom of the page.
    https://translatepress.com/docs/translation-shortcode/

    I hope the information provided will help you in your projects, if you need additional information let me know

    Kind regards,

    • This reply was modified 4 years, 8 months ago by Denis.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where are translated pages or posts?’ is closed to new replies.