If you're using the Debut theme with Bold Memberships, there are a few additional steps in the install process.
To complete the install, please follow these steps:
- Follow the Bold Memberships Install Instructions.
- From Shopify's admin, select Online Store.
- Select Actions.
- Select Edit code.
- Under "Assets", select vendor.js.
- Rename the file to vendor.js.liquid.
- Find the jQuery v2.2.3 code block.
- Wrap this code with comment tags.
- Select Save.
- Under "Layout", select theme.liquid.
- Find the 2 lines that include the vendor.js asset.
- Change these lines to vendor.js.liquid.
- Find the </head> tag
- Add this code right above the tag:
{{ '//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js' | script_tag }} {{ 'bold.css' | asset_url | stylesheet_tag }}
- Select Save.
- Under "Assets", select add a new asset.
- Select Create a blank file.
- Enter bold to the right of "Create a blank file called".
- Select .css (Do not create it as .scss).
- Select Add asset.
-
Copy and paste this code: Bold.css
- Select Save.
That's it!
Next Steps:
- Add Bold Memberships Buy Button to a Page
- Add Bold Memberships Widget to a Page
- Change the Display Text in Bold Memberships
Comments
Please sign in to leave a comment.