Disable Card Settings Metabox
Disable WooCommerce Product Gallery Auto Height
By default the WooCommerce product slider will move up and down to match the height of the currently displayed picture. You can disable this by hooking into the "woocommerce_single_product_carousel_options" filter and setting the "smoothHeight" option to false.
Remove Top Bar Social Links Title Attributes
By default the top bar social links include a title attribute for SEO reasons which will show a little tooltip in the browser when you hover over the social link. If you wish to disable this you can using the…
Remove the Theme Icons CSS File
By default the Total theme includes a built-in theme icons set which gets loaded via it's own CSS file so if you wish to remove it you can! Below is a snippet you can use to remove the built-in icon…
Custom Logo Icon
If you are using the Logo Icon option in the customizer but want a different output you can easily hook into the theme's filter to alter the output. Note, that this will only work if you have already selected an…
Enable Video Support for Cards
By default theme cards only display thumbnails and not other media such as videos or galleries. The following snippet can be used to enable video support for your cards. Important: This won't automatically display videos since not all card styles…
Add Custom WPBakery Shape Divider Styles
When displaying WPBakery rows using the Total theme you will have access to choose from various section devices for the top or bottom of the row which can be used with backgrounds to create cool affects such as a slanted…
Modify the WooCommerce Search Results Layout
The WooCommerce search results page uses the same search template as all the shop archives which you can alter at Appearance > Customize > WooCommerce (Total) > Shop & Archives > Layout. Now, if you need to customize the layout…
Remove rel “noreferrer” from theme blank target links
By default the total theme adds rel "noreferrer" to links that open in a new window (target="_blank") for security reasons, however, if you wish to remove them you can using the following snippet. Now, this will only remove them from…
How to preload theme icons woff files
The following snippet can be used to automatically preload the theme's Icon Fonts.