Menu Close

Get Support From ShopWired Close

All systems fully operational

Subscribe To Updates
Prefer To Live Chat? Chat directly with ShopWired support Available from 9.00am to 6.00pm Monday to Friday Quickest response time
Send A Message
Response within 24 hours

Menu Close

Menu

Advanced options

Enabling and using advanced theme options.

The advanced theme options available on your theme will really only need to be used if you are making coding changes to your theme that involve SCSS changes and where you encounter a problem that you need to debug.

Most users will not need to activate these settings.

Enable source maps - allow the browser to map CSS to its original SCSS file to help you pinpoint which SCSS file (and which line number) to look for the styles associated with a particular element.

Disable automatic SCSS compilation - enabling this setting will disable SCSS compilation into CSS.

Show SCSS compilation errors - if your SCSS files fail to compile into a new CSS file for your theme, this setting can be used to help identify the problem. Having enabled the setting open the page editor on your theme and the theme's theme.scss file and open the browser console. Any compilation errors detected by the platform will appear here (although please note that ShopWired will not output compilation errors in all circumstances).