Liquid error: Could not find asset snippets/booster-seo.liquid
Skip to content
if ((jQuery(".main-content").find("footer").length > 0) && (jQuery(".site-footer").length > 0)) {
// Narrative theme only
jQuery("#shopify-section-footer").insertAfter(jQuery(jQuery(".fl-builder-content").get(0)));
jQuery("body").append("");
jQuery(".main-content").remove();
}
} catch (err) {
}
// clean up the old container
if (cleanUpOldContainer(topOldContainer)) {
jQuery(topOldContainer).remove();
}
} else {
jQuery(jQuery(jQuery(".fl-builder-content-primary").get(0))).insertAfter(jQuery(jQuery(".nav-bar").get(0)));
// clean up the old container
if (cleanUpOldContainer(topOldContainer)) {
jQuery(topOldContainer).remove();
}
//jQuery(jQuery(".nav-bar").get(0)
}
} else {
fixMarginsandPaddings(jQuery(jQuery(".fl-builder-content-primary").get(0)));
}
}
if (jQuery("#SiteNav").length > 0) {
if (jQuery("#shopify-section-sidebar").length > 0) {
jQuery("#shopify-section-sidebar").remove();
}
if (jQuery("#MainContent").length > 0 && jQuery("#MainContent .fl-builder-content").length == 0) {
jQuery("#MainContent").remove();
}
}
}