To remove the settings part after you'veuninstalled the app, you have to go to the Admin Pannel of Shopify and Open the "Edit HTML/CSS" Section:
- Choose Theme in your Admin Panel and click the "..." button
- In the sub menu choose "Edit HTML/CSS"
- Open the "Config/settings_data.json" file
- Search and remove any entries that are prefixed with "gtranslate_"
- Also make sure to delete the trailing "comma" of the last value ("#ff6d6d", in this example):
- Now Save the file:
- And get the Success message on the bottom of the page
- Afterwards open the "Config/setting_schema.json" file:
- Search for the gtranslate entry starting with a {
- Remove the whole object (starting with { and ending with })
- Save the File... and get the success message to complete removing the settings
=>
Thanks for using gtranslate