NewHein review for Transcy: AI Language Translate
The plugin added a span layer to my price. Even after uninstalling it and clearing all Transcy-related files, the problem persisted.Currently, I can only use JavaScript code to remove Transcy-related tags in real time during rendering to ensure my page displays correctly. ------------------------------------------------------------------------- The problem has been resolved: The issue stemmed from my template's use of `.textContent` for price output. When Transcy inserted prices with `span class="transcy-money"`, `.textContent` escaped the internal HTML as plain text, causing the front-end to display as `span class="transcy-money".../span`. After changing the template to use `.innerHTML`, the embedded spans rendered correctly, completely resolving the problem. Note: When Transcy is running normally, it may automatically handle this HTML, ensuring correct price display; however, after uninstalling the plugin, a large amount of residual information can cause display errors, which is undesirable. For similar situations, the above solution can be used as a reference. P.S. My prices still contain `span class="transcy-money"`, which I believe is unsolvable; I can only prevent it from interfering with my normal functionality.
Sign up to receive AppNavigator updates
Find out when we add keyword-monitoring, review RSS feeds and more.