Skip to content

How to Change Site Backgrounds

How to Change Site Backgrounds

Changing your background is extremely easy in Total and you can actually set it both globally and also alter the background on a per-page or per-post basis. Important: If you are using the "Full Width" site layout, your background will…

Read more

Disabling The Page Header Title

In Total you can quickly and easily disable the page header title either on a per-page/per-post basis or using a custom filter in a child theme to disable it using conditional statements for more advanced usage. Disable Globally If you…

Read more

Troubleshooting WPBakery Page Builder Issues

Important: While this troubleshooting guide can be used for any instance of the WPBakery Page Builder, it is a guide created for customers using the Total WordPress theme, which is 100% compatible with the plugin.If you have not yet purchased this theme…

Read more

Enabling WP_Debug In WordPress

WP_Debug is a constant that when enabled will display any PHP errors on the front-end of your site, this is the most useful tool when troubleshooting your site for errors. If disabled and your site has an error you may…

Read more

Translating the Theme’s Customizer Options

Total includes a configuration file that registers all the strings included in the Theme Customizer so you can easily translate them. This includes things such as your custom related posts heading, custom image logo, callout text, copyright text...etc. Translating Customizer Settings…

Read more

Adding A Language Switcher

Many language plugins include built-in options for adding your language switcher directly to your WordPress menu, but often this doesn't look very good it really clutters things up. For this reason we have included built-in shortcodes for WPML and Polylang…

Read more

How To Clear Your Browser Cache

Whenever you update any plugin, theme or WordPress you must clear your browser and site cache to help avoid any potential cache related bugs. Clear Your Site Cache It's important to clear your site cache first before clearing the browser…

Read more

Alter The Top Bar Social Icons

The top bar social icons are actual created using a very modular method so it can easily be tweaked and even extended. Simply copy the code below into your child theme functions.php file and modify it accordingly. You can move…

Read more

Create New Image Overlay Styles

One of the things that really makes the Total theme stand out is that I've put a lot of focus on making the theme "modular" so you can easily tweak it or extend it via child theme functions. Creating overlay styles…

Read more

Adding Non-Clickable Menu Links

You can easily create non-clickable menu links in WordPress by simply adding a # symbol in the "URL" field when creating a custom link. However, clicking this link will still append # to the URL. To make a link completely…

Read more
Back To Top