Skip to content

How to Load a Custom CSS File for Mobile Only

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

Convert Site Search into a Google Search

The following snippet will turn the default site search (theme or classic Widget) into a Google search. It will redirect the user to Google and run a site search with the selected keywords. This code will NOT modify the WordPress…

Read more
Back To Top