CTB
Vantage Theme Integration - CTB
CTB CTB theme integration Vantage Theme Integration
Step 1: Select the placeholder option 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 header.liquid and open it Add following code at the very top of the file 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' ||...
Theme226 Theme Integration - CTB
CTB CTB theme integration Theme226 Theme Integration
Step 1: Select the placeholder option 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 from the left-hand side file list and open it At top, add the following code and save the changes. <div id="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) { if...
ShowTime Theme Integration - CTB
CTB CTB theme integration ShowTime Theme Integration
Step 1: Select the placeholder option 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 header.liquid from the left-hand side file list and open it At top, add the following code and save the changes. <div id="ctb_placeholder"> <script> var ctb_adjusted = false; $( "#ctb_placeholder" ).on( "ctb_fully_loaded", function(event, p1) { if...
Startup Theme Integration - CTB
CTB CTB theme integration Startup 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 general-header.liquid from the left-hand side file list and open it Find <div class="main-header-wrapper Add following codes above it and save the changes. <div id="ctb_placeholder"></div> Step 3: Add Part II Find theme.liquid from the left-hand side file list and open it Find </body> at...
Split Theme Integration - CTB
CTB CTB theme integration Split Theme Integration
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 At the very top of the file, add following code 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 ctb_height = $("#epb_background").height(); $("<div />", {html: '<style>' + '#epb_background{top:0;z-index:8000 !important;}#site-header{top:' + ctb_height + 'px !important;}' + '</style>'}).appendTo("body"); } $("#epb_close").on( "click", function(){ $("<div />", {html: '<style>' + '#site-header{top:0px !important;}' + '</style>'}).appendTo("body"); }); }); </script> </div> Enjoy...