• Resolved NavThemes

    (@navthemes)


    Hello Mate,

    I am saving value for my repeater
    navthemes_lightnorth[screenshots_screenshots][0][title]

    navthemes_lightnorth[screenshots_screenshots][1][title]

    So can you guide me what should i add in wpm_jason for this ?
    Static strings are working like magic already, thanks to your this awesome plugin.

    Jitesh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Use “wpm_each” tag.

    
    "navthemes_lightnorth":{
      "screenshots_screenshots":{
        "wpm_each": {
          "title": {}
        }
      }
    }
    

    It is a special tag for adding configuration for translating each element in an array.

    vladistone

    (@vladistone)

    I can not do it. I’m use repeater (ACF).
    Repeater field name is “ab_stages”. And Subfields – “Title” and “Text”.
    If i add strings in second language, first language removes.
    What should I write in wpm-config?
    Thank

    • This reply was modified 8 years ago by vladistone.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘For Repeater field’ is closed to new replies.