QAB
Prestige Theme Integration - QAB
Prestige Theme Integration QAB QAB 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. #qab_background{ z-index: 9 !important; } Enjoy the app Congratulations. You successfully integrate the app with your theme.
Modular Theme Integration - QAB
Modular Theme Integration QAB QAB 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="qab_placeholder"> <script> var qab_adjusted = false; $( "#qab_placeholder" ).on( "qab_fully_loaded", function(event, p1) {...
Kagami Theme Integration - QAB
Kagami Theme Integration QAB QAB 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="qab_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 - QAB
BlockShop Theme Integration QAB QAB 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="qab_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...
Envy Theme Integration - QAB
Envy Theme Integration QAB QAB 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="qab_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...