ADDED: Additional predefined price selectors to advanced typography.
ADDED: “Design Options” tab for Mega menu element in WPBakery. (Screenshot)
ADDED: Height control for “Sticky add to cart” option. (Screenshot)
ADDED: New “Remove jQuery Migrate” option in Theme Settings -> Performance -> JS. (Screenshot)
IMPROVED: “Product filters” element optimization.
IMPROVED: “Layered Nav” widget optimization.
IMPROVED: Compare table HTML structure.
IMPROVED: Single product previous next button HTML structure.
IMPROVED: Portfolio grid items HTML structure.
IMPROVED: Page title categories now monitors screen size and fires on orientation change.
IMPROVED: Offcanvas sidebar now monitors screen size and fires on orientation change.
IMPROVED: Single product tabs now monitors screen size and change to accordion without reloading the page.
IMPROVED: Cookie secure param now depends on whether your site uses the SSL protocol. Also, can be changed manually using a filter “woodmart_cookie_secure_param”. (Topic)
IMPROVED: Shop page column selector does not affect if loop display mode is subcategories. (Topic)
IMPROVED: Required plugins moved to top on ‘Activation Plugins’ page on Setup Wizard. (Screenshot)
IMPROVED: “Additional variations images” now working with product variations loaded by AJAX.
IMPROVED: After loading products by load more button breadcrumbs also change to the current page. (Video)
IMPROVED: Compare and Wishlist page options added to wpml-config.xml. (Topic)
IMPROVED: “Dark theme” and “Light color scheme” styles were refactored using CSS custom properties. This change reduces the size of the CSS files and improves site performance.
IMPROVED: Increased the number of auto CSS generator files parts for Portfolio, Blog, Single product, Shop page, Cart and Checkout.
IMPROVED: Tabs element, Ajax product tabs element, Single product tabs and accordion refactored with the use of a new structure. Reduced CSS styles size related to those elements.
IMPROVED: Added dependence of the option “Use brand name for tab title” on the option “Show tab with brand information”. (Screenshot )
IMPROVED: Compatibility with Dokan Pro plugin. Fixed several issues related to the Delivery Time, Support, Store,Verification and Table Rate dashboard sections. Fixed map position on shop page archive.
FIXED: The sticky navbar will not be displayed on the maintenance mode page. (Screenshot)
FIXED: PHP error on quick view when wishlist is disabled. (Topic)
FIXED: Changed deprecated jQuery methods to native JS methods. Example: $.parseJSON() to JSON.parse, $.isArray to Array.isArray(). jQuery method trim replaced the woodmart function wdTrim().
FIXED: If the user logged in not as an Administrator, then do not display the top admin menu WoodMart. (Screenshot)
FIXED: The “woodmart_get_svg_html” function fixes the search for src images, namely the use of the guid property is replaced by the wp_get_attachment_image_url function (Screenshot)
FIXED: Fatal error: Cannot declare class Mailchimp, because the name is already in use in wp-content/themes/woodmart/inc/integrations/elementor/elements/class-mailchimp.php on line 0. Added namespaces for Elementor elements.
FIXED: Issue when AJAX Pagination did not work on the attribute archive page.
FIXED: Fixed controls height issue in Gutenberg editor (Topic)
FIXED: Widget dropdowns in off-canvas sidebar. (Topic)
FIXED: Star rating in Testimonials element with WooCommerce plugin disabled (Topic)
FIXED: Image gallery element issue during page loading (Topic)
FIXED: Save widget checkbox.
IMPROVED: Theme settings search array now loaded by AJAX only in Theme settings.
IMPROVED: Google fonts list now loaded by AJAX only in Theme settings.
IMPROVED: WPBakery element field JS now loads only if the theme uses WPBakery as the main builder and if you edit the page by WPBakery.
IMPROVED: Other JS files like size guide library now load only if you edit Size guide post type.
IMPROVED: Removed unnecessary DB queries by adding some options to autoload and removed unnecessary options also queries that are needed for elements or widgets run only if you are using this element or widget.
DEV: Added filter “woodmart_404_search_post_type” to change search post type on 404 page.