v1.2.11 Fixed the incorrect more link URL for the LSVR Definition List widget Changed core files: style.css, lsvr-elements/templates/widgets/definition-list.php ------------------------------ v1.2.10 Updated Envato Market plugin to 2.0.10 Changed core files: style.css, inc/tgm-settings.php ------------------------------ v1.2.9 Improved compatibility with 3rd party plugins for header and footer menus Added Titillium Web and Questrial to list of available fonts Changed core files: style.css, inc/classes, inc/customizer-config.php ------------------------------ v1.2.8 Fixed styling for subscript and superscript text Changed core files: style.css, assets ------------------------------ v1.2.7 Updated LSVR Framework plugin to 1.9.1 Changed core files: style.css, assets, inc/tgm-settings.php, inc/plugins ------------------------------ v1.2.6 Fixed issue with directory listing post metadata Various small fixes Changed core files: style.css, assets, inc/lsvr-directory/actions.php, inc/lsvr-directory/lsvr-directory.php ------------------------------ v1.2.5 Fixed issue with category selection in Wordbench Documents element Updated LSVR Wordbench Toolkit plugin to 1.1.2 Changed core files: style.css, assets, inc/tgm-settings.php, inc/plugins ------------------------------ v1.2.4 Fixed issue with the child theme so its style.css is now properly loaded after the color scheme. To make the change on the existing installation, overwrite line 10 in functions.php of your child theme with this line: add_action( 'wp_enqueue_scripts', 'lsvr_wordbench_child_enqueue_parent_styles', 20 ); Updated child theme to version 1.2.1 Updated LSVR Wordbench Toolkit plugin to 1.1.1 Various small fixes Changed core files: style.css, assets, inc/tgm-settings.php, inc/plugins ------------------------------ v1.2.3 Fixed issue with WPBakery frontend editor not working Changed core files: style.css Changed template files: page.php page-templates ------------------------------ v1.2.2 Improved text readability Updated LSVR Events plugin to 1.9.6 Various small fixes Changed core files: style.css, assets, inc/custom-colors-template.php, inc/editor-custom-colors-template.php, inc/tgm-settings.php, inc/plugins ------------------------------ v1.2.1 Fixed issue with gap under the header on mobile devices Changed core files: style.css, assets, inc/actions.php ------------------------------ v1.2.0 Header branding area can now contain site title and tagline, you can toggle this option under Appearance / Customize / Header Added support for Notice post type via LSVR Notices plugin Added Wordbench Notices element to display Notice posts Added header notice section, which can be activated under Appearance / Customizer / Header. You can override the static text with the link to a latest notice post under Appearance / Customize / Notices Header search toggle button on desktop devices was moved to navbar Updated the demo content Updated the documentation Various small fixes and appearance changes Updated LSVR Wordbench Toolkit plugin to 1.1.0 Updated LSVR 3rd Party Toolkit plugin to 1.3.0 Changed core files: style.css, functions.php, assets, languages, inc/actions.php, inc/customizer-config.php, inc/core-functions.php, inc/frontend-functions.php, inc/tgm-settings, inc/custom-colors-template.php, inc/editor-custom-colors-template.php, inc/plugins, inc/lsvr-directory/lsvr-directory.php New core files: inc/lsvr-notices Changed template files: template-parts/header/branding.php template-parts/header/navbar.php template-parts/header/topbar.php New template files: /lsvr-notices /template-parts/lsvr_notice archive-lsvr_notice.php header.php single-lsvr_notice.php taxonomy-lsvr_notice_cat.php taxonomy-lsvr_notice_tag.php ------------------------------ v1.1.2 Wordbench Slider element now correctly lists slide categories in the admin. Improved PHP 8 compatibility Updated LSVR Wordbench Toolkit plugin to 1.0.3 Updated LSVR Elements plugin to 1.4.8 Updated LSVR Events plugin to 1.9.5 Updated LSVR Framework plugin to 1.8.5 Updated LSVR 3rd Party Toolkit to 1.2.3 Various small fixes Changed core files: style.css, inc/classes/class-tgm-plugin-activation.php, inc/tgm-settings.php, inc/plugins ------------------------------ v1.1.1 Primary header menu megamenu can now be set to three columns instead of default four. To do that use "lsvr-megamenu lsvr-megamenu--3-cols" class in the first level menu item custom class field. Improved compatibility with WordPress 5.8 Updated LSVR Framework plugin to 1.8.4 Updated LSVR Wordbench Toolkit plugin to 1.0.2 Updated documentation Changed core files: style.css, assets, functions.php, inc/tgm-settings.php, inc/plugins ------------------------------ v1.1.0 Search filter items in Wordbench Sitemap and Wordbench Hero blocks now have an class with the post type name, so you can easily hide the filters via some custom CSS like this for Wordbench Sitemap: lsvr-wordbench-sitemap__search-filter-label--type-lsvr_listing And like this for Wordbench Hero: .lsvr-wordbench-hero__search-filter-label--type-lsvr_listing { display: none; } Each link wrapper in the post archive category filter at the top now have an class with the category slug, so you can easily hide the category links via some custom CSS like this: .post-archive-categories__item--category-my-category-slug { display: none; } Post permalink is now displayed even if the excerpt is not defined for standard post archive with list layout. Author link at the top of the standard post detail page now has a correct URL. Various small fixes and improvements Changed core files: style.css, inc/assets, inc/actions.php, inc/tgm-settings, inc/plugins, inc/lsvr-directory/actions.php, inc/lsvr-documents/actions.php, inc/lsvr-events/lsvr-events.php, inc/lsvr-faq/actions.php, inc/lsvr-people/actions.php, inc/lsvr-portfolio/actions.php, inc/lsvr-services/actions.php, inc/lsvr-testimonials/actions.php, inc/lsvr-services/frontend-functions.php Changed template files: page-templates/sidebar-left.php page-templates/sidebar-right.php template-parts/archive-categories.php template-parts/blog/archive-layout-list.php template-parts/blog/single-main-header.php template-parts/lsvr_document/single-main-header.php ------------------------------ v1.0.5 The Primary Header Menu now allows you to have multiple rows of second level menu items. Changed core files: style.css, assets, inc/classes/lsvr-wordbench-header-menu-primary-walker.php ------------------------------ v1.0.4 Initial ThemeForest release