Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
In Firefox Developer Edition 57.0b7 (64-bit) and Firefox 56.0 (64-bit) the burger menu in theme North is broken.
Tested and working in Chrome.
All tested using your theme demo.
Would you guys consider providing the theme with Sass files so we could more easily modify and customize individual design features without resorting to hacks? That would be awesome :) These are otherwise great themes and the whole builder / widgets package is great.
Thanks
Hi Yan,
Thanks for the heads up. We knew about this issue on certain iOS devices but we weren’t able to replicate it. We can replicate it with the information provided now – thanks.
You can find the Sass files here. You can build the theme using the instructions outlined here. We use Gulp to handle builds.
Thank you, this is amazing :)
That looks like webpack build-config.js in the developer theme?
Anyway, it’s about time I learned webpack, and I think I can cherrypick those latest commits (or add my own) until the theme update arrives.
Hi Yan,
Webpack is “bundler”, while Gulp is a task runner.
The fix (which we’re currently testing) can be found here.
Thanks, got it