How to embed switcher on unsupported theme?
Adding a switcher for language as well as currency can significantly improve user experience, but not all themes natively support this feature, please recheck this list if your theme is supported, if not you might see this message like this
But no worries, you can follow steps below to embed switcher on your unsupported theme easily
Go back to Shopify admin >> Online store >> Themes >> tap 3 dots icon >> Rename
NOTE
Rename theme will not affect anything on your theme function
Add "TC" after your original theme name >> Save
Then, your switcher will be embedded on your new theme
In case, the switcher still does not show, please do one more steps
Copy the code below
For desktop: <div class="transcy-switcher-manual transcy-desktop hidden"></div>
For mobile: <div class="transcy-switcher-manual transcy-mobile hidden"></div>
If you want to embed on header, please go Theme => Edit code => Search header file => Insert the code
Hope this will be helpful for you. Meanwhile, we're trying our best to research and keep this list update more themes. So please stay tuned
Why is my embedded switcher back to floating format after changing theme?
But no worries, you can follow steps below to embed switcher on your unsupported theme easily
Go back to Shopify admin >> Online store >> Themes >> tap 3 dots icon >> Rename
NOTE
Rename theme will not affect anything on your theme function
Add "TC" after your original theme name >> Save
Then, your switcher will be embedded on your new theme
In case, the switcher still does not show, please do one more steps
Copy the code below
For desktop: <div class="transcy-switcher-manual transcy-desktop hidden"></div>
For mobile: <div class="transcy-switcher-manual transcy-mobile hidden"></div>
If you want to embed on header, please go Theme => Edit code => Search header file => Insert the code
Hope this will be helpful for you. Meanwhile, we're trying our best to research and keep this list update more themes. So please stay tuned
Reference
Why is my embedded switcher back to floating format after changing theme?
Updated on: 30/08/2024
Thank you!