- Added Customizer option which allows you to disable the header menu hover styles (color & background) on current menu items – when disabled, hover styles will not override the current menu item styles.
- Added Customizer options to set the border radius of the header menu items link and link inner items.
- Added Customizer options to control the hover animation speed of header menu links (color & background hovers), including separate settings for main menu links and dropdown links.
- Added Customizer option that can be enabled to flip the top level dropdown arrow when the dropdown is open.
- Added Customizer option to choose the header menu underline style, where you can choose from the default which is to grow from the center or static which will look like a simple underline.
- Added Customizer option to define a custom header menu underline offset, which will allow you to move the line closer or farther from the text.
- Added Customizer option that can be disabled to prevent the sticky header shrink animation delay (use cautiously).
- Added Customizer option to control the animation speed for the shrink sticky header.
- Added Custom active text and background color options to the Button element, mainly for toggle elements.
- Added A new on click option to the Button element called “Toggle Video/Audio Playback” which can be used to target an HTML video or audio element to play or pause it (this will work with the theme’s Video element as well as video backgrounds).
- Added Bolder & Lighter font weight options to the Customizer > Typography panel.
- Added Text Align option to the Pricing element.
- Added An option to display an icon (e.g., a checkmark) next to each feature in the Pricing element.
- Added An option to adjust the spacing between features in the Pricing element.
- Added Ability to order the Image Grid element by “Date Taken (EXIF)”.
- Added Full Width option for the Off Canvas Menu element’s toggle button.
- Added Option to Post Cards and Post Excerpt elements to set a maximum number of lines for the excerpt. This provides better design control across screen sizes compared to limiting excerpts by word count alone.
- Added Option to the Off Canvas Menu element to disable the Mega Menus. When disabled, Mega Menus will render like any other other dropdown.
- Added Option to the Off Canvas Menu element to control the toggle hover animation speed.
- Added An option to WPBakery sections, rows, and columns to define a unique ID for the video background when using a “Toggles” visibility option.
- Added CSS to the WPBakery front-end editor so that when using the theme’s top and bottom auto margin utility classes, the auto margin is applied to the parent wrapper. This enables rows added inside sections with the content alignment option to be aligned at the top or bottom. (sample video).
- Updated WPBakery Section, Row, Column, and Text Block elements: when opening the editor, if the WPBakery CSS box border or background colors are empty, the theme now shows its custom color picker in the same location and hides the WPBakery options. This avoids duplicate color pickers and keeps all controls in one consistent spot. This feature can be disabled via a new Theme Panel setting called “WPBakery Theme Color Picker Override”.
- Updated The Post Cards Excerpt Length field has been renamed to Excerpt Max Words.
- Updated The Ajaxed numbered pagination to scroll to the top of the grid if not in view after loading new posts.
- Updated Font weight 400 will be the default selected option in the Font Manager when adding new custom fonts.
- Updated The “Responsive Column Settings” field found in various elements to display the media query breakpoints (e.g: max-width: 479px) next to each setting.
- Updated The responsive font size field in various elements to include a title attribute with the breakpoint (sample video).
- Updated The Post Cards custom date field now allows you to enter 0 to disable the date.
- Fixed The Off Canvas Menu element’s Icons Gap option under the Extras tab was not working when selecting a gap smaller than 15px.
- Fixed The Image Grid element not displaying the post gallery when used in a custom card and set for category/taxonomy archives (delete and re-install the Total Theme Core plugin for an immediate fix).
- Fixed Potential error when using the Navigation Bar element for an ajax filter in a dynamic template where the Post Cards element Query Type was set to Auto – delete and re-install the Total Theme Core plugin via the WP admin for an instant fix.
- Fixed The Horizontal Menu element was not using the pointer cursor for top level items without links when using the “on click” dropdown method.
- Fixed An issue where changing the Footer Widget Gap option in the Customizer did not update in the preview window.
- Fixed Using the theme’s border color option for the Text Block was not working.
- Fixed Using the theme’s bottom margin utility classes wouldn’t work when used with WPBakery rows.
- Fixed An issue where the parent wrapper of the “Load More” button for Post Cards wasn’t hiding at the end of the posts, resulting in empty space.
Version 6.4.2 Changelog
Version released on Sep 24, 2025
Changes
- Added: New hook "wpex_post_cards_query_callback_choices" that can be used instead of VCEX_CALLBACK_FUNCTION_WHITELIST this way you can define a function name and a label and they will only be accessible to the Post Cards element.
- Added: New classname "navbar-allows-inner-bg" to the header menu for header styles one, two, three, four, five and six which is now used as the target for the Customizer's menu link inner styles, rather than having to target each header style class.
- Added: Line clamp utility classes.
- Updated: The pricing table features (ul list) now use a CSS grid with a gap instead of bottom margins for each item, providing a more modern layout and supporting the new option to customize spacing between items.
- Updated: The Toggle Element JavaScript to detect HTML video elements inside the toggled content and automatically pause or play them when the element is hidden or shown, if the video has the autoplay attribute enabled.
- Fixed: The Video background visibility class was being added to the video element not the parent wrapper.