FSB

Handy Theme Integration - FSB

FSB FSB theme integration Handy 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 part I Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find static-header.liquid from the left-hand side file list and open it Find <div class="site-header-wrapper Add following codes before it and save the changes. <div id="fsb_placeholder"></div> Step 3: Add CSS Find theme.scss.liquid from the left-hand side file list and open it Scrolling down to...

Read more →


Kingdom Theme Integration - FSB

FSB FSB theme integration Kingdom Theme Integration

Step 1: Select the placeholder option in the app Select the last option under the "position" setting in the bar configuration in the App Select the “Pin the bar to the position” 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 and open it In the file, find <body id="{{ page_title Add following codes right 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 →


Yourstore Theme Integration - FSB

FSB FSB theme integration Yourstore 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 settings.css from the left-hand side file list and open it Add following codes at the very end of the file and save the changes. body.no-scroll{transform: translate3d(0, 0, 0);} Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the Free Shipping Bar yet. Please double check Step 1 and make sure you save the settings.

Read more →


Konversion Theme Integration - FSB

FSB FSB theme integration Konversion 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 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 <header> Add the 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, p1) {       if ((p1=='inserted' || p1=='inserted_sticky') && !fsb_adjusted ){         fsb_adjusted = true;         var...

Read more →


Masonry Theme Integration - FSB

FSB FSB theme integration Masonry 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 header.liquid from the left-hand side file list and open it Find <div data-section-type="header-section 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, p1) {     if ((p1=='inserted' || p1=='inserted_sticky')...

Read more →