Skip to content

Fix: WPBakery Shortcodes in Woo Checkout T&Cs

Fix: WPBakery Shortcodes in Woo Checkout T&Cs

WooCommerce loads a checkout template that's refreshed via AJAX when the page loads. As a result, WPBakery shortcodes aren’t registered, so they don’t get parsed or rendered correctly. The snippet below ensures that WPBakery shortcodes are properly registered and display…

Read more

How to Add a Closing Quote to the Blockquote Element

By default, the theme displays an open quote icon at the beginning of blockquote elements. You can disable this by modifying the blockquote design in the Customizer and adding a border. The theme doesn't include a closing quote to avoid…

Read more

Define Your Own Icons or Modify the Theme Icons

The Total theme registers all its icons in a JSON file using the format icon_name => svg. By default, this file is located at Total/assets/icons/list.json. While you can edit this file directly, your changes will be lost when the theme…

Read more

How to Load a Custom CSS File for Mobile Only

When using the default header (not the header builder), the theme provides a Mobile Menu Breakpoint option. This controls when the theme switches from the standard menu to the mobile menu and also triggers layout changes like converting a vertical…

Read more

Modify WPBakery Element Responsive Breakpoints

Various theme elements provide responsive fields for use with the WPBakery page builder. Such as the font size field or the spacing element's responsive height. While it’s generally recommended to use modern responsive units (vw, vmin, vmax) and/or the clamp()…

Read more

How to Disable Speculative Loading in WordPress

WordPress 6.8 introduces a new performance feature called speculative loading, which is enabled on all sites by default. This feature uses the browser’s Speculation Rules API to anticipate which links users might click and preloads them in the background. While…

Read more

How to Include Post Thumbnails in the Modal Search

The default AJAX search modal in Total features a minimal and modern entry template design that doesn't include any images in order to provide it's users with the fastest results possible. Below is a snippet showing how you can customize…

Read more
Back To Top