Use the coupon code WORDPRESS and save 30% OFF! Buy Now

Changelog for The Styler – Legacy

Legend

  • A => A file has been (A)dded
  • M => A file has been (M)odified
  • D => A file has been (D)eleted

1.4.5 - January 23, 2023

Compatibility: WordPress 6.1 — 6.5.2 - WooCommerce 7.3.0+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.4.4 and v1.4.5
----------------------------------------------------------------------------------------------

* FIXED: Future-proof support for One Click Demo Import, by replacing older 'pt-ocdi/*' hook names with the more recent 'ocdi/' ones.
  M functions.php

* FIXED: Implicit conversion warning in PHP 8
* FIXED: Deprecated action 'elementor/widgets/widgets_registered' and method register_widget_type() since Elementor 3.5
  M inc/elements.php
  M inc/functions.php

* FIXED: Removed unnecessary php version check.
  M functions.php

* Updated language file.
  M languages/ci-theme.pot

* CHANGED: Theme version to 1.4.5
  M style.css
  M style.min.css
  M style.scss

1.4.4 - March 24, 2022

Compatibility: WordPress 5.9.1+ - WooCommerce 6.3.1+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.4.3 and v1.4.4
----------------------------------------------------------------------------------------------

* FIXED: Deprecated Elementor method _register_controls()
* FIXED: Fatal errors due to Elementor\Scheme_Typography and Elementor\Scheme_Color class removals.
* FIXED: Deprecated parameter 'who' in WP_User_Query since WP 5.9
  M inc/elements.php

* Changed version to 1.4.4
* Updated language file.
  M languages/ci-theme.pot
  M style.css
  M style.min.css
  M style.scss

1.4.3 - March 26, 2021

Compatibility: WordPress 5.6.2+ - WooCommerce 5.1.0+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.4.2 and v1.4.3
----------------------------------------------------------------------------------------------

* FIXED: Conditional metaboxes wouldn't work in WP 5.7
  M inc/custom-fields-page.php
  M inc/helpers-post-meta.php

* CHANGED: Theme version to 1.4.3
  M style.css
  M style.min.css
  M style.scss

1.4.2 - November 2, 2020

Compatibility: WordPress 5.5.2+ - WooCommerce 4.6.1+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.4.1 and v1.4.2
----------------------------------------------------------------------------------------------

* FIXED: Styling issues on WooCommerce 4.6
  M css/inc/_ci-base.scss
  M css/inc/_ecommerce.scss
  M css/inc/_navigation.scss
  M ignitefile.js
  M inc/woocommerce.php

* CHANGED: Theme version to 1.4.2
  M style.css
  M style.min.css
  M style.scss

1.4.1 - February 10, 2020

Compatibility: WordPress 5.3.1+ - WooCommerce 3.9.1+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.4 (rev. 23827) and v1.4.1 (rev. 28637)
----------------------------------------------------------------------------------------------

* FIXED: Metaboxes bound to specific post formats (if any), wouldn't appear on initial page load inside the new block editor.
  M inc/helpers-post-meta.php

* FIXED: A bug would cause ci_theme_hex2rgba() to return rgb() instead of rgba() values, when passed a valid opacity number.
  M inc/functions.php

* ADDED: Call to wp_body_open() (since WP v5.2)
* ADDED: Conditionally declare wp_body_open() if it doesn't exist, for back-compat with earlier WP versions (pre v5.2)
  M functions.php
  M header.php

* REMOVED: Google+ Social Icon
* ADDED: Trip Advisor Social Icon
* ADDED: Telegram Social Icon
  M functions.php

* FIXED: Force term recount after import.
  M functions.php

* FIXED: Fixed issue where a widget-related ajax call wouldn't work properly on the Customizer.
  M js/admin/widgets.js

* FIXED: Widgets would throw a notice when used from a builder (such as Elementor) where a widget area ID is not defined.
  M inc/widgets/contact.php
  M inc/widgets/content.php
  M inc/widgets/hero.php
  M inc/widgets/instagram-fullwidth.php
  M inc/widgets/latest-post-type.php
  M inc/widgets/pricelist.php
  M inc/widgets/testimonials.php

* REMOVED: Compatibility code for wp_body_open() in WordPress versions older than v5.2
  M functions.php

* FIXED: Improved logo/heading markup
* ADDED: Minified stylesheets
  M archive.php
  A css/admin/alpha-color-picker.min.css
  A css/admin/widgets.min.css
  A css/base.min.css
  A css/font-awesome.min.css
  M css/inc/_header.scss
  M css/inc/_modules.scss
  A css/magnific.min.css
  A css/mmenu.min.css
  A css/slick.min.css
  M header.php
  M index.php
  M part-hero.php
  M search.php
  M style.css
  A style.min.css

* CHANGED: Theme version to 1.4.1
  M style.css
  M style.min.css
  M style.scss

1.4 - December 7, 2018

Compatibility: WordPress 4.9+ - WooCommerce 3.5.2+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.3.1 (rev. 21685) and v1.4 (rev. 23827)
----------------------------------------------------------------------------------------------

* FIXED: A condition was erroneously placed inside a count() call, triggering a warning in PHP >= 7.2.x
  M inc/helpers.php

* FIXED: an issue where custom post type sidebars would not appear.
* FIXED: Vimeo videos are muted by default
  M js/scripts.js
  M single-ci_theme_service.php
  M single-ci_theme_team.php

* ADDED: Add styles for Gutenberg blocks
  A common
  A common/common.php
  A common/css
  A common/css/global.css
  A common/css/global.scss
  A common/css/inc
  A common/css/inc/_gutenberg.scss
  M functions.php

* UPDATED: Update styles for Gutenberg’s column block
  M common/css/global.css
  M common/css/inc/_gutenberg.scss

* FIXED: Page template-bound metaboxes, wouldn't behave correctly in Gutenberg mode (where applicable).
  M inc/helpers-post-meta.php

* FIXED: Post format-bound metaboxes (where applicable) now work properly with Gutenberg.
  M inc/helpers-post-meta.php

* FIXED: Admin notice regarding the sample content, wouldn't persist its state when dismissed from within the block editor.
  M inc/helpers.php
  M inc/js/sample-content.js

* Updated language file.
* Changed version to 1.4
  M css/base.css
  M css/magnific.css
  M css/slick.css
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.3.1 - May 31, 2018

Compatibility: WordPress 4.8+ - WooCommerce 3.4.1+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.3 (rev. 21576) and v1.3.1 (rev. 21685)
----------------------------------------------------------------------------------------------

* FIXED: Minor WC related styling issues
  M css/inc/_ecommerce.scss
  M style.css

* FIXED: comment consent checkbox styling
  M css/inc/_comments.scss
  M style.css

* changed version to 1.3.1
  M style.css
  M style.scss

1.3 - May 16, 2018

Compatibility: WordPress 4.8+ - WooCommerce 3.3.3+ - MaxSlider 1.1.6+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.2 (rev. 21106) and v1.3 (rev. 21576)
----------------------------------------------------------------------------------------------

* ADDED: Support for Elementor Pro v2.0 locations.
* FIXED: Single articles would produce invalid HTML.
  M 404.php
  A archive.php
  M footer.php
  M header.php
  M inc/elements.php
  M page.php
  M search.php
  M single-ci_theme_gallery.php
  M single-ci_theme_service.php
  M single-ci_theme_team.php
  M single.php

* REMOVED: Clean up unnecessary code from customizer styles
  M inc/customizer-styles.php
  M js/scripts.js

* Updated language file.
* Changed version to 1.3
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.2 - February 23, 2018

Compatibility: WordPress 4.8+ - WooCommerce 3.3.3+ - MaxSlider 1.1.6+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.1 (rev. 19474) and v1.2 (rev. 21106)
----------------------------------------------------------------------------------------------

* FIXED: Customizer's alpha color picker display issue.
  M inc/customizer-controls/alpha-color-picker/alpha-color-picker.php

* FIXED: update cart button for WooCommerce 3.3.x
  M css/base.css
  M css/inc/_ecommerce.scss
  M css/magnific.css
  M css/slick.css
  M style.css

* FIXED: WooCommerce image size declaration
  M inc/woocommerce.php

* FIXED: merged WooCommerce customizer settings
  M inc/customizer.php

* UPDATED: Update WooCommerce product thumbnails layout
  M css/inc/_ecommerce.scss
  M css/inc/_widgets.scss
  M style.css

* Updated lang file.
* Changed version to 1.2
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.1 - September 19, 2017

Compatibility: WordPress 4.7+ - WooCommerce 3.1.2+

----------------------------------------------------------------------------------------------
List of changes between thestyler v1.0 (rev. 18367) and v1.1 (rev. 19474)
----------------------------------------------------------------------------------------------

* FIXED: alpha-color-picker now triggers a Customizer update when the value changes.
  M js/admin/alpha-color-picker.js

* ADDED: Elementor Widget
  M css/inc/_external.scss
  A elementor-item.php
  M functions.php
  A inc/elements.php
  A js/admin/post_ajax.js
  M style.css

* FIXED: Content widget would throw an error in older PHP installations.
  M inc/widgets/content.php

* ADDED: Support for One Click Demo Import.
  M functions.php

* ADDED: Initial WooCommerce support
  A css/inc/_ecommerce.scss
  M css/inc/_variables.scss
  M functions.php
  M inc/customizer.php
  A inc/woocommerce.php
  M js/scripts.js
  M style.css
  M style.scss
  A woocommerce.php

* FIXED: WooCommerce related styling issues
  M css/inc/_ecommerce.scss
  M style.css
  M woocommerce.php

* FIXED: minor WooCommerce related styling issues
  M css/inc/_ecommerce.scss
  M inc/customizer-styles.php
  M style.css

* updated language files
* Changed version to 1.1
  M languages/ci-theme.pot
  M style.css
  M style.scss

1.0 - May 29, 2017

Compatibility: WordPress 4.6+ - MaxSlider 1.1.3+

Initial release

Get access to all WordPress themes & plugins

24/7 Support Included. Join 115,000+ satisfied customers.

Pricing & Sign Up

30-day money-back guarantee. Not satisfied? Your money back, no questions asked.

Back to top