Soft reject again but I think this is last ! Help please

  1. Again. All theme text strings must be internationalized and properly escaped so that the theme can be translated and localized without parent theme modifications. For more information, refer to this Internationalization article. Ref: https://developer.wordpress.org/themes/functionality/internationalization/

Example(s): https://envato.d.pr/oYCPTk

  1. Check all files, for example: https://envato.d.pr/bQr0ar missing attributes.

  2. There may still be unescaped strings. It’s best to do the output escaping as late as possible, ideally as data is being outputted. Example(s): https://envato.d.pr/qMBcGV and more.

The reviewers’ message is quite clear and simple. Not sure what part you didn’t understand

  1. you should make your theme translation ready by adding text domain to strings. please check the link provided by the reviewer.
  2. replace # with image src & alt attributes
  3. you should to escape all string before render (echo )

Thanks

1 Like

Thanks for your help