ECB
Porto Theme Integration - ECB
ECB ECB theme integration Porto Theme Integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check "Pin the bar to the position" 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 In the file, find <header class="main-section-header 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'...
Narrative Theme Integration - ECB
ECB ECB theme integration Narrative Theme Integration
Step 1: Select the placeholder option Select the last option under the "position" setting in the bar configuration in the App Check "Pin the bar to the position" 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 In the file, find <header class="site-header Add following codes after it and save the changes. <div id="ecb_placeholder"></div> Enjoy the app Congratulations. You successfully integrate the Email Collection Bar with your Narrative theme. If you...
Mr Parker Theme Integration - ECB
ECB ECB theme integration Mr Parker 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> and add the following codes right 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 ){...
Loft Theme Integration - ECB
ECB ECB theme integration Loft 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 <header id="header" Add following codes before 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' ||...
Launch Theme Integration - ECB
ECB ECB theme integration Launch Theme Integration
Step 1: Select the last option under the "position" setting in the bar configuration in the App, and save the change Step 2: Go to Admin > Online Store > Themes Step 3: Click the "Actions" button on the right-hand side, and select "Edit code" Step 4: Click "header.liquid" under the "Sections" folder Step 5: find line <div class="header {{headerClasses}}">; Copy and paste <div id="ecb_placeholder"></div> below it in a new line Step 6: Click "Save"