FSB — FSB theme integration
Supply theme integration - FSB + QAB
FSB FSB theme integration QAB QAB theme integration
Can I integration both FSB and QAB with the Supply theme? Yes, it is feasible. We have prepared a solution for your theme: https://hextom-knowledgebase.myshopify.com/blogs/fsb/supply-theme-integration-fsb https://hextom-knowledgebase.myshopify.com/blogs/qab/supply-theme-integration-qab After you complete both guides, the bars should work correctly on your website. Please follow the instructions, and let us know if there are questions. :)
Fastor 2.0 Theme from RoarTheme Integration - FSB
Fastor 2.0 Theme from RoarTheme Integration FSB FSB theme integration
Using this guide if you want to have a sticky bar at the top of your website. 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 and open it Find <body class=" Add following code after it and Save the changes. <div id="fsb_placeholder"> <script> var fsb_adjusted = false;...
Shoptimized Theme Integration - FSB
FSB FSB theme integration Shoptimized 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 Add following code after it and Save the changes. <div id="fsb_placeholder"></div> Step 3: Add the CSS Find timber.scss.liquid and open it Add following code at the very end of the file and Save the changes. #fsb_background{z-index:9!important;margin-left:-15px!important;width:calc(100% + 30px)!important;}#fsb_background a{display:block;} Enjoy the app...
Maker Theme Integration - FSB
FSB FSB theme integration Maker 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 Add following codes at the very top of 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' ||...
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...