Hello.
I compared version 6.4.2 with the latest version 6.4.5 and noticed that:
- Theme Builder strings in /includes/nxt-ext/build/index.js that had “nexter” and “nexter-extension” as text domains now only have “nexter-extension” as text domain, but not the text domain of this plugin
- Still missing wp_set_script_translations for ‘nexter-theme-builder‘ in the file /includes/admin/dashboard/class-tpae-dashboard-meta.php
- The text string “What’s New?” now has the text domain of this plugin
Thanks.
Hello @itapress
Thank you for bringing this to our attention.
<span style=”background-color: rgb(251, 251, 251); font-family: Inter, sans-serif; white-space-collapse: collapse;”>I would like to inform you that our team has fixed the issues in the latest release. Please update the plugin to version 6.4.9 and check again.</span>
<span style=”background-color: rgb(251, 251, 251); font-family: Inter, sans-serif; white-space-collapse: collapse;”>If the issue persists or if you have any concerns, please let us know.</span>
<span style=”background-color: rgb(251, 251, 251); font-family: Inter, sans-serif; white-space-collapse: collapse;”>Best Regards.</span>
Hello.
Thanks for the fixes. I should point out that these “Search” placeholders are also hard-coded in these files:
…”input”,{className:”search-bar”,type:”search”,placeholder:”Search“,value:r,onChange:e=>…
https://plugins.trac.ww.wp.xz.cn/browser/the-plus-addons-for-elementor-page-builder/tags/6.4.9/includes/smart-loop-builder/index.js
…createElement(“input”,{type:”search”,placeholder:”Search“,className:”nxt-temp-srh”,value:y,onChange:function(e)…
https://plugins.trac.ww.wp.xz.cn/browser/the-plus-addons-for-elementor-page-builder/tags/6.4.9/includes/nxt-ext/build/index.js
Thanks.