From 833cc6c14e3fb7bd5ba3f90dadde0711ab1b0b65 Mon Sep 17 00:00:00 2001 From: Andrew Misplon Date: Mon, 5 Mar 2018 22:50:48 +0200 Subject: [PATCH 1/2] Changelog update --- changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.txt b/changelog.txt index d83dc86..e08e616 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == += 1.2.1 - 27 February 2018 = +* Temporarily removed the SiteOrigin layouts folder setup. + = 1.2 - 25 February 2018 = * Added additional compatibility for Page Builder by SiteOrigin. * Removed smooth scrolling from external page anchors. From 708ffe170bb92b09d3b9636494bcf5e2ad0acc1a Mon Sep 17 00:00:00 2001 From: Andrew Misplon Date: Mon, 5 Mar 2018 22:55:12 +0200 Subject: [PATCH 2/2] Temporarily remove custom layouts folder --- inc/siteorigin-panels.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/siteorigin-panels.php b/inc/siteorigin-panels.php index fe35ae1..4af7e15 100644 --- a/inc/siteorigin-panels.php +++ b/inc/siteorigin-panels.php @@ -11,11 +11,11 @@ /** * Register a custom layouts folder location. */ -function polestar_layouts_folder( $layout_folders ) { - $layout_folders[] = get_template_directory() . '/inc/layouts'; - return $layout_folders; -} -add_filter( 'siteorigin_panels_local_layouts_directories', 'polestar_layouts_folder' ); +// function polestar_layouts_folder( $layout_folders ) { +// $layout_folders[] = get_template_directory() . '/inc/layouts'; +// return $layout_folders; +// } +// add_filter( 'siteorigin_panels_local_layouts_directories', 'polestar_layouts_folder' ); /** * Remove Post Loop widget templates that aren't complete loops.