QAB

Mixer Theme Integration - QAB

Mixer 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-model-1.liquid and open it Find <div class="header-sticky Add following code after it and Save the changes. Repeat the 4 and 5 for all "liquid" files starting with header-model. <div id="qab_placeholder"></div> Issue The bar covers the website navigation. Notes The sticky option of the app...

Read more →


Fastor 1.0 and 3.0 theme integration - QAB

Fastor theme integration QAB QAB theme integration

Issue The bar is covering the menu on mobile devices. This solution works for Faster 1.0 and 3.0 versions.   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. #qab_background{z-index:9900!important;}  

Read more →


Turbo Theme 2.0 Integration - QAB

QAB QAB theme integration Turbo 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="qab_placeholder"></div> Step 3: Add Part II Find app.js.liquid from the left-hand side file list and open it Add the following...

Read more →


Retina Theme Integration (legacy) - QAB

QAB QAB theme integration Retina 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 theme.liquid from the left-hand side file list and open it Find <div id="header" Add following codes before it and save the changes. <div id="qab_placeholder"></div>   Step 3: Add the bar Part II Find app.js.liquid from the left-hand side file list and...

Read more →


Pipeline Theme Integration - QAB

Pipeline 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__wrapper 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...

Read more →