How to preload theme icons woff files
The following snippet can be used to automatically preload the theme's Icon Fonts.
The following snippet can be used to automatically preload the theme's Icon Fonts.
The following snippet shows how you can modify the footer callout button attributes and change it's class, id or add a custom attribute. This could be useful if you want to conditionally add/remove classes to the callout button so it…
The Total theme comes with a custom-built meta framework. You can easily use it in your child theme to create new metaboxes for your site without the need for a plugin. Below is an example showing how to create a…
The following snippet will remove the Additional Information tab from WooCommerce single products page and this snippet will work with any theme not just Total.
The following snippet can be used to add a print button to the theme's social share icons.
The Post with Icons widget and other theme features may display an icon based on the current post format. You can easily filter the format icon’s class name using a filter, as shown in the example above. For the correct…
The following CSS will make your blog post entries, single post and sidebar widgets have a "boxed" look with some padding and a white background so if you have a solid color background on your site they will "pop". Just…
This code snippet will allow you to override all WooCommerce single product content with a Templatera template.
This sample snippet show you how to insert a button (it can be anything though) inside the Header Menu Mobile Toggle area.
If you want to setup different templates for your Header Builder you can do so by hooking into the "wpex_header_builder_page_id" filter. This will allow you to assign a different template for different sections of your site using custom theme code…