How to create accordion?
To create a accordion in your product page, you'll have to add a bit of code to your product description. Switch to editor mode and write the code as shown below.
That should create something like this -
You can edit the title and content as you wish.
How to optimize for IE8?
Falcon was built using bootstrap 3 which uses media queries to create responsive layouts. Unfortunately, ie8 doesn't support media queries. To fix the issue, the theme uses respond.js. However, respond.js has issues when the css files are served through cdn or subdomain. Shopify serves the theme's assets through subdomain. You can read more about respond.js here - https://github.com/scottjehl/Respond. "Respond.js works by requesting a pristine copy of CSS via AJAX, so if you host your stylesheets on a CDN (or a subdomain), you'll need to upload a proxy page to enable cross-domain communication." Don't worry, we've already implemented everything you need in the theme. However, to trigger the script, you'll have to do the following -
All the important bits has been highlighted in the image below