From: Anthony Talarico Date: Wed, 30 Dec 2015 16:20:06 +0000 (-0500) Subject: inserted tagbox before the products and categories to bypass clear both div X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2af70cd8c576587d560a003b2781482e60feabb2;p=WP-Themes%2Fmichsci.git inserted tagbox before the products and categories to bypass clear both div --- diff --git a/js/app.js b/js/app.js index a87f184..80af492 100644 --- a/js/app.js +++ b/js/app.js @@ -107,4 +107,5 @@ $(document).ready(function () { $("#page-title").append($("#productBreadcrumbs")); $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); + $("#blog-side-info-wrapper").insertBefore("#categoriesListView"); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 737e321..b93e3a7 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -87,4 +87,5 @@ $(document).ready(function () { $("#page-title").append($("#productBreadcrumbs")); $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); + $("#blog-side-info-wrapper").insertBefore("#categoriesListView"); });