Version 5.4.5 Changelog
Version released on August 14, 2022
- The theme used to target the "current-menu-parent" class for active items in the main menu. However, this would cause issues if your menu was showing categories because the items would become active whenever viewing a post inside the category because of how WP works. The theme has been adjusted to instead target the "current-menu-ancestor". This way if you are visiting a page from a menu dropdown the main dropdown link will be active.
- The Search Bar element has been optimized to use flex styles and utility classes. The element now uses a gap for the spacing between the input and the button. If you've used this element before with custom widths you may need to revise it.
- Added New Agency Demo “Biz“.
- Added New Agency Demo “Victor“.
- Added New Blog/Magazine Demo “Poppy“.
- Added New Blog/Magazine Demo “Webmag“.
- Added New “Bundled Plugins” tab in the Theme Panel that allows you to select which plugins you want to use this way you stop receive notices regarding plugin updates or plugin installations for certain plugins you choose not to use.
- Added You can now enable “Infinite Scroll” pagination for the Post Cards & Image Grid elements (screenshot).
- Added Sequential CSS animation support added (new option added to the Post Cards element – for use anywhere else simply add the classname “wpb-animate-in-sequence” to an element such as a row to sequentially animate animated items within the element).
- Added You can now enable Videos for the Post Cards element.
- Added You can now enable “Accordion” style tabs for WooCommerce products.
- Added Stacking Breakpoint option added to the Advertisement widget.
- Added You can now set your links underline offset and thickness via the Customizer.
- Added You can now disable the page header title for the search results page via the Customizer.
- Added You can now select to display your mobile menu icon label on the left or right of the hamburger icon via the Customizer.
- Added You can now remove parent pages from the theme breadcrumbs via a new Customizer setting.
- Added You can now align your toggle bar content via a new Customizer setting (left/center/right).
- Added Many more options added to the Breadcrumbs element for greater flexibility.
- Added Customizer options added to change the default load more button loader icon size, color and select from various different loader icons.
- Added New options added to the Post Terms element to control the link underline color, offset and thickness when displaying standard links (not styled buttons).
- Added New admin column added to the Theme Panel > Color Palette page so you can quickly view the color hex value.
- Added New dynamic values for use with Advanced Queries for the current date as well as operators for use when making meta_query comparisons (see docs).
- Added You can now select a custom font family for the Icon Box and Feature Box content (previously you could only adjust the heading).
- Added You can now enter your preferred dimensions for your numbered pagination items via the Customizer which will apply a min-height and min-width to each item. This can be used to create perfect circles.
- Added Support added for the relevanssi plugin when using a custom search results template and the post cards element.
- Added You can now select your featured Post for the Post Cards “Featured Card” functionality. This way rather then displaying the first post you can feature a specific post and update it manually.
- Added You can now disable the submit button for the “Search Bar” element.
- Added You can now select a custom Stack Breakpoint for the “Search Bar” element.
- Added You can now enable a “clear” button (x) for the “Search Bar” element.
- Added You can now select a shadow for the Icon Box element image.
- Added Built-in support for Relevanssi term highlighting via the theme’s custom excerpt/title functions.
- Added Link to the Font Manager added to the Customizer font family typography field description.
- Added The Grid/Flex containers were missing the Unique ID field.
- Added New Card Styles: Blog 19, Blog 20, Blog 21, Blog List 19, Blog List 20, Blog List 21
- Updated Total Theme Core & Slider Revolution Plugins have been updated.
- Updated Various Customizer fields now allow you to click on the “PX” to change the unit (sample video)
- Updated Various Customizer fields now allow you to enter “0” instead of having to use “0px”.
- Updated Customizer “padding” fields to display inputs for each direction (screenshot) – this will also allow you now to only adjust a specific side if you wanted without affecting the other sides.
- Updated Custom width fields when editing theme elements via WPBakery now allow the use of calc and clamp CSS functions.
- Updated When using CSS animations on elements that also have a load more button, the items will now animated only when scrolled to (previously all loaded items would be animated on load).
- Updated Optimized the way the “Auto Query” function works with dynamic templates to prevent extra database hits when using standard numbered pagination or pagination is disabled.
- Updated You can now select the “Archive Title” as a source for the Heading element which returns the value from the WP core the_archive_title function (useful for archive templates).
- Updated The Search Bar element has been updated to use flex styles so it can use utility classes instead of it’s own CSS and allow for greater customization.
- Updated The default Footer Bottom copyright text has been updated to use the new [site_name] shortcode and [site_url].
- Updated Split up some of the WooCommerce Single Product Customizer settings into their own tabs to make them easier to find.
- Updated Improved Responsiveness of the “slim” absolute positioned carousel style arrows.
- Updated Huge optimization for theme carousel rendering on page load. We use advanced CSS to display carousels as a grid prior to the javascript execution (if you are using child theme functions to modify the carousel responsive parameters you may need to disable this optimization via the new “vcex_optimize_carousels_onload” filter).
- Updated Carousel script so if there aren’t enough items and “Loop” is enabled the carousel won’t clone items to make the loop work instead it will just hide the next/previous arrows and bullets.
- Updated Optimized the infinite scroll pagination for archives (when not using dynamic templates) so it uses the same script as the load more button which prevents the need for extra scripts as well as it speeds up the loading of new posts.
- Fixed When using the Post Cards element with the Featured Card enabled the last post was not loading when using the load more button or when using standard pagination with the featured card disabled for paginated pages.
- Fixed The custom background wasn’t working with the Teaser box element when set to the Boxed Square style.
- Fixed The “Transparent Header Offset” setting wasn’t working correctly when used along with a Full-Height row.
- Fixed The WPBakery show animations wouldn’t work correctly when the DOM was changing due to dynamic elements such as load more buttons, grid filters and toggles.
- Fixed When adding a custom color to the Breadcrumbs element it wasn’t working as expected due to the default opacity added to the separator and ending trail text.
- Fixed The scroll to top button border radius setting wasn’t working.
- Fixed The Shrink sticky header logo start height field wasn’t displaying in the Customizer when using header style one.
- Fixed When adding a shadow, fixed background or featured image background to a WPBakery column it was being added to the inner row columns as well.
- Fixed When using dynamic strings for Advanced Queries inside multi-dimensional arrays, the strings were not being converted to their dynamic value.
- Fixed The Events Calendar before/after content was being added twice to the site due to an update to how the Events Calendar default template works.
- Fixed The List Divider was not showing when using the Post Cards element and loading new items via the load more button.
- Fixed The deprecated WPBakery tabs, tours and accordions were not showing up with the recent javascript optimizations.