Skip to content

Disable Card Settings Metabox

Disable Card Settings Metabox

This can also be done without any code via the Theme Panel.
The following snippet can be used to disable the Card Settings metabox completely from the site.

Read more

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.

Read more

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…

Read more

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…

Read more

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…

Read more

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…

Read more

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…

Read more

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…

Read more
Back To Top