ADDED Full integration for our brand new Post Types Unlimited free plugin so you can add custom post types and taxonomies (integration means when you go to add a new post type or taxonomy you’ll see many theme specific settings to have greater control such as layout, columns, etc) – video and new docs coming shortly! Note: If you decide to try out the plugin you must add at least 1 post type or taxonomy before the Total settings show up, so add your item click publish and when the page refreshes you’ll see the new settings, yay!
ADDEDNew filter “wpex_footer_builder_content” that can be used for child theme edits on the footer builder content
ADDED “Soft Crop” option to the image crop locations used for theme image sizes and Total builder modules – this allows you to define a width and height value with a crop value of “false”
UPDATED Typography options to support vw, vmin and vmax inputs
UPDATED Templatera widget to prevent issues with 3rd party plugins hooking into the_content filter
UPDATED CSS optimizations to remove unused CSS in some 3rd party vendor scripts (iLightbox, owlCarousel)
UPDATED Featured images will include empty alt attributes if there is no alt (for accessibility reasons)
UPDATED Toggle and Full-Screen mobile menu options to remove ID’s to prevent warnings from ADA scanners
UPDATED Breadcrumbs to strip all tags from link names to prevent any issues with html possibly being inserted into titles using filters via 3rd party plugins or child themes
UPDATED Revolution Slider plugin
FIXED Issue with Total WPBakery grid modules displaying extra categories in the filter when load more is enabled and the include categories or exclude categories options are defined
FIXED Toggle Bar button color and hover color options not working
ADDED: Support for the “WooCommerce Ajaxified Cart” plugin – video sample
ADDED: New option in the main “Theme Panel” to disable the “Editor Font Family Select” dropdown
ADDED: New filters “wpex_woocommerce_has_product_entry_details_wrap” and “wpex_woocommerce_has_shop_loop_item_inner_div” so you can easily remove the extra elements via your child theme if needed
ADDED: Custom layout for Elementor templates that are blank by default and set to full-width / no-sidebar for easier template creation
ADDED: Customizer option to disable the “bubble” look on the woocommerce menu icon number, if disabled the number of items in the cart will display on the side unformatted (as per the old design)
ADDED: New filter “wpex_sidebar_has_fallback”. By default if you set a widget area on your site but it’s empty it will fallback to the “Main Sidebar” widget area. You can use this filter to disable the fallback via a child theme to display an empty sidebar area if there aren’t any widgets added yet
ADDED: New action hooks “wpex_hook_footer_widgets_top” and “wpex_hook_footer_widgets_bottom”
UPDATED: WPBakery Visual Page Builder to version 5.7 and Slider Revolution to version 5.4.8.2
UPDATED: Header/Footer builder functions when using Elementor templates so that the editor will display in the correct location for easier editing, so instead of the editor being in the middle of the page where content goes it will be in the header or footer spot
UPDATED: WooCommerce “left” position for the checkout “Review Placement” to actually go below both the billing details and additional information to prevent issues responsively and remove so much extra blank space
UPDATED: Italian translation files thanks to viaggiatore_insonne
FIXEDIssue with long dropdown menu items with sub-dropdowns going over the dropdown arrow
FIXED: Link target not working in Instragram widget
FIXED: Single product price customizer color option not working
FIXED: UL/OL list side margin on RTL
FIXED: Issue with the email button in the social share builder module not including subject or body
FIXED: Breadcrumbs title displaying code on Easy Digital Download products
FIXED: Instragram widget responsive setting that couldn’t be disabled
FIXED: Conflict with the relevanssi plugin to allow user’s to be displayed in search results
REMOVED: Google Plus from social sharing, author box and social profile listings since the site is going to shut down
REMOVED: Inline CSS for custom WooCommerce icons targeting the older notification styles
ADDED: Customizer option under WooCommerce (Total) > Checkout for “Order Review Placement” with options for left or right column
ADDED: Customizer option under WooCommerce (Total) > Checkout to enable “Single Column Checkout”
ADDED: Line-height option for icon box heading
ADDED: Right side padding to cart widget product titles to prevent titles from going over the remove icon
UPDATED: Mobile menus to include the cart link if the cart icon has been enabled for the main menu (displayed as a simple text link that reads “cart”) – can be disabled via the “woo_mobile_menu_cart_link” filter (this function only applies to generated mobile menus not when using the mobile menu alternative menu location)
UPDATED: Design on the WPBakery “add to cart” shortcode and added default button styling to the “added_to_cart” WooCommerce button
UPDATED: Full-Screen mobile menu close icon to use a button instead of a span for better accessibility, added expanded aria tags and proper focus for browsing the full-screen menu and closing it (can now close via esc button as well)
UPDATED: Custom widget ID to make it a selectable input field to prevent issues with long ID’s
UPDATED: German translation files
FIXED: Icon Box with URL wrap display issues
FIXED: Issue with scroll to top custom icon selection
FIXED: Pagination background & color options in the Customizer
FIXED: Compatibility issues with the “WooCommerce Auto Category Thumbnails” plugin
FIXED: Issue with self-hosted video background having a max-width so they can’t stretch vertically (if you want to prevent this you can easily add this CSS back to your site – body .wpex-video-bg{ max-width: 100%; }