FSB — FSB theme integration

Startup Theme Integration - FSB

FSB FSB theme integration Startup Theme Integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check the “Pin the Bar” option Scrolling to the very end, and click the "Save" button to save the change Step 2: Add Part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find general-header.liquid from the left-hand side file list and open it Find <div class="main-header-wrapper Add following codes above it and save the changes. <div id="fsb_placeholder"></div> Step 3: Add Part II Find theme.liquid from the left-hand side file list and open it Find </body> at...

Read more →


Boundless Theme Integration - FSB

Boundless Theme Integration FSB FSB theme integration

Step 1: Add CSS Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find theme.scss.liquid from the left-hand side file list and open it Add following codes at the very end of the file and save the changes. #fsb_background {   z-index: 90 !important; } Enjoy the app Congratulations. You successfully integrate the Free Shipping Bar with your Boundless theme. If you cannot see the Free Shipping Bar yet. Please double check Step 1 and make sure you save the settings.

Read more →


Split Theme Integration - FSB

FSB FSB theme integration Split Theme Integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Scrolling to the very end, and click the "Save" button to save the change Step 2: Add FSB Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find header.liquid and open it At the very top of the file, add following code and Save the changes <div id="fsb_placeholder">   <script>     var fsb_adjusted = false;     $( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event, p1) {       if ((p1=='inserted' || p1=='inserted_sticky') && !fsb_adjusted ){         fsb_adjusted = true;         var fsb_height...

Read more →


Supply Theme Integration - FSB

FSB FSB theme integration Supply Theme Integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Scrolling to the very end, and click the "Save" button to save the change Step 2: Add Part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit Code” Find header.liquid from the left-hand side file list and open it Cannot find header.liquid file? You are using a legacy version of the Supply theme. check this guide Add following codes at the very beginning of the file and save the changes. <div id="fsb_placeholder"></div> Step 3: Add Part II Find theme.scss.liquid from...

Read more →


Pop Theme Integration - FSB

FSB FSB theme integration Pop Theme Integration

Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check the "Pin the bar" option Scrolling to the very end, and click the "Save" button to save the change Step 2: Add the bar Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find theme.liquid from the left-hand side file list and open it Find <body id="{{ page_title | handle }}" Add following codes after it and save the changes. <div id="fsb_placeholder">   <script>     var fsb_adjusted = false;     $( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event,...

Read more →