FSB — FSB theme integration
Galleria Theme Integration (Sticky Version) - FSB
FSB FSB theme integration Galleria 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 At top, 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) { if ((p1=='inserted' || p1=='inserted_sticky')...
Fastor 1.0 and 3.0 theme integration - FSB
Fastor theme integration FSB FSB theme integration
Step 1: Add the CSS Go to Admin > Online Store > Themes Click the "Actions" button on the right-hand side, and select "Edit code" Find custom_code.scss and open it Add following code at very end of the file and Save the changes. #fsb_background{z-index:9900!important;} Issue The bar is covering the menu on mobile devices. This solution works for Faster 1.0 and 3.0 versions.
Pipeline Theme Integration - FSB
FSB FSB theme integration Pipeline 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 <div class="header__wrapper Add following code after 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 make...
Kagami Theme Integration - FSB
FSB FSB theme integration Kagami 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 <header class="header {% if settings Add following code after 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...
BlockShop Theme Integration - FSB
BlockShop 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 <div class="header--bg Add following code after 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 make...