So the issue is with the version. It works now. Thanks!
If I put this code on the French pop up, the English pop up doesn’t show up.
If I put this one for the English popup:
var url = window.location.href;
if (url.indexOf(‘/en’) <= 0) {return false;}
And this one for the French popup:
var url = window.location.href;
if (url.indexOf(‘/en’) < 0) {return false;}
the French pop up doesn’t show up.
Kindly check. Thank you.
(As of writing, both codes are in place)
Hi, the above code didn’t work. The French version of the pop up doesn’t show up on the French version of the site but shows up on the English version.