CTB — CTB theme integration
Maker Theme Integration - CTB
CTB CTB 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="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) { if ((p1=='inserted' ||...
Kingdom Theme Integration - CTB
CTB CTB theme integration Kingdom Theme Integration
Step 1: Select the placeholder option in the app Select the last option under the "position" setting in the bar configuration in the App Select the “Pin the bar to the position” 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 In the file, find <body id="{{ page_title Add following codes right after it and Save the changes <div id="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded",...
Yourstore Theme Integration - CTB
CTB CTB theme integration Yourstore 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 settings.css from the left-hand side file list and open it Add following codes at the very end of the file and save the changes. body.no-scroll{transform: translate3d(0, 0, 0);} Enjoy the app Congratulations. You successfully integrate the app with your theme. If you cannot see the Free Shipping Bar yet. Please double check Step 1 and make sure you save the settings.
Konversion Theme Integration - CTB
CTB CTB theme integration Konversion 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 theme.liquid from the left-hand side file list and open it Find <header> Add the following codes after it and save the changes. <div id="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) { if ((p1=='inserted' || p1=='inserted_sticky') && !ctb_adjusted ){ ctb_adjusted = true; var...
Masonry Theme Integration - CTB
CTB CTB theme integration Masonry 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 Find <div data-section-type="header-section Add following codes after it and save the changes. <div id="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) { if ((p1=='inserted' || p1=='inserted_sticky')...