Hey! I was wondering how you managed to pull off that the theme doesn't revert back to it's standard when you go to another subpage. Did you do that using cookies? Thanks! ~Kobe
hey @kobegeens, there's a load.js javascript file that loads with the site + saves the name of the current theme to the browser's local storage. Then when that file loads up again (on another page or refresh), it picks up if the local storage value is set and if so, checks if its the cat cafe theme (because the other one is the base theme). If it is, then that theme is selected, otherwise it sticks to the main theme.
hey @kobegeens, there's a load.js javascript file that loads with the site + saves the name of the current theme to the browser's local storage. Then when that file loads up again (on another page or refresh), it picks up if the local storage value is set and if so, checks if its the cat cafe theme (because the other one is the base theme). If it is, then that theme is selected, otherwise it sticks to the main theme.
mb for jumping straight in, I was lurking and got curious as well :3 - then after figuring it out, thought it'd nice to share c: