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 and open it
- Find <body class="template-
- Add following code after it and Save the changes.
<div id="fsb_placeholder"><script>$(document).ready( function() {var fsb_adjusted = false;var header_top = $(".site-header").css("top");$( "#fsb_placeholder" ).on( "fsb_fully_loaded", function(event, p1) {if ((p1=='inserted' || p1=='inserted_sticky') && !fsb_adjusted ){fsb_adjusted = true;var fsb_height = $("#fsb_background").height();var total_top = fsb_height + parseFloat(header_top);$( ".site-header" ).css("top", total_top + "px");$("<div />", {html: '<style>' + '#fsb_background{z-index:1000 !important;}@media(max-width: 767px){.site-header.header--narrow{top:0px !important;}}' + '</style>'}).appendTo("body");}$("#fsb_close").on( "click", function(){$( ".site-header" ).css("top", header_top + "px");});});$( "#fsb_placeholder" ).on( "fsb_fully_unloaded", function(event, p1) {$( ".site-header" ).css("top", header_top + "px");});});</script></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 sure you save the settings.