Hello,
Thanks for your Patience!
We have gone through everything and unfortunately, the only issue is, as we mentioned earlier that the switcher.js File we have is minified which is really proving to be difficult in editing the file according to your needs! The only solution will be remove the Cookies completely. Please find the following JS Code in the switcher.js File:
o=e.cookie("canvashtmlSwitcherLayoutMode"),s=e.cookie("canvashtmlSwitcherColor"),a=e.cookie("canvashtmlSwitcherPattern");
and replace it with:
o=e.cookie("canvashtmlSwitcherLayoutMode1"),s=e.cookie("canvashtmlSwitcherColor1"),a=e.cookie("canvashtmlSwitcherPattern1");
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.