ECB

Kingdom Theme Integration - ECB

ECB ECB 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="ecb_placeholder">   <script>     var ecb_adjusted = false;     $( "#ecb_placeholder" ).on( "ecb_fully_loaded",...

Read more →


Yourstore Theme Integration - ECB

ECB ECB 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.

Read more →


Konversion Theme Integration - ECB

ECB ECB 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="ecb_placeholder">   <script>     var ecb_adjusted = false;     $( "#ecb_placeholder" ).on( "ecb_fully_loaded", function(event, p1) {       if ((p1=='inserted' || p1=='inserted_sticky') && !ecb_adjusted ){         ecb_adjusted = true;         var...

Read more →


Masonry Theme Integration - ECB

ECB ECB 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="ecb_placeholder">   <script>   var ecb_adjusted = false;   $( "#ecb_placeholder" ).on( "ecb_fully_loaded", function(event, p1) {     if ((p1=='inserted' || p1=='inserted_sticky')...

Read more →


Fastlane Theme Integration - ECB

ECB ECB theme integration Fastlane 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="grid flexGrid gridJustify Add following code before it and save the changes. <div id="ecb_placeholder"></div>   Step 3: Add the CSS Find default.scss.liquid and open it Add following code at the very end of the file and save the changes. #ecb_background{z-index:990...

Read more →