Hello,
We have a website https://shamanicproducts.com
There is a UK and EU version of the site residing on two subdomains.
I want to display a modal when a user lands on the site (on any page) asking the user to select which version of the site they want to view, the user can then click an image of the UK flag or the EU flag to be redirected to the appropriate site.
My plan is to write some logic to detect the users country code and then display the modal using a looper if required. (I’m fine with writing this part of the code)
I tried using the Convert Plus plugin to do this but the plugin does not seem to allow me to embed the images, it also does not seem to format the text the way I want it.
Is there an alternative way to build this in cornerstone? I can build the modal once and use it across multiple pages on the site?