FSB — FSB theme integration

Prestige Theme Integration - FSB

FSB FSB theme integration Prestige 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 header.liquid and open it Add following code at the beginning of the file 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 Add following codes at the very end of the file...

Read more →


Modular Theme Integration - FSB

FSB FSB theme integration Modular 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 header.liquid from the left-hand side file list and open it Find <header class="site-header Before this line, add the following code and save the changes. <div id="fsb_placeholder">   <script>     var fsb_adjusted = false;     $( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event, p1) {...

Read more →


Parallax Theme Bottom Position Integration - FSB

FSB FSB theme integration Parallax Theme Integration

Step 1: Add solution Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find styles.scss.liquid from the left-hand side file list and open it Add following code to the very end of the file. Save the changes. #fsb_background { z-index: 1 !important; }  

Read more →


Envy Theme Integration - FSB

Envy Theme Integration FSB FSB 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 header.liquid and open it Find {% capture header_logo %} Add following code before it and Save the changes. <div id="fsb_placeholder"></div> Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the bar yet. Please double check Step 1 and...

Read more →


Porto Theme Integration v2 - FSB

FSB FSB theme integration Porto Theme Integration

 Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check "Pin the bar to the position" 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 In the file, find <header class="main-section-header 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...

Read more →