Google Analytics in Blade

You can have this function by 3 ways: 1. Under Blade > Custom Codes Please add the Google Tracking Code in the Blade > Custom Codes > Code (Head). For example: <script> (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,’script’,’//www.google-analytics.com/analytics.js’,’ga’); ga(‘create’, ‘UA-XXXXXXXX-X’, ‘auto’); ga(‘send’, ‘pageview’); </script>   2. Via Theme Options (JS Code) […]

How to create Popup modals with Blade

In case you want to use pop-up modals like on Blade’s live demo  there is a simple way of doing so. You can create  various buttons or simple links, add the appropriate class and link to open hidden areas like sliding area or search from everywhere. What you should simply add in a […]

The TopBar Options in Blade

With Blade Theme you can customise the Top Bar as you wish under Theme Options > Top Bar Options. For starters you can either have or not have it active, depending on how you like your website. Let’s see the possibilities you have with the Top Bar activated: Top Bar […]

How to style your site with Blade

Blade uses the WP Theme Customizer for almost every color you might need for your site. Adjust your theme’s colors easily in real time, selecting either from predefined colors or customized ones, and have immediate experience of your changes. You can find these options from Appearance > Customize or you […]

Feature Section Elements in Blade

This is a well-know area that we provide in each one of our themes. Here you are able to add impressive areas on the top of your main content. You can use the Feature Section in your single posts, pages, portfolio items and products. Blade gives you the chance to add […]

How to Set One Page Menu/Site in Blade

With Blade, you can have easily a one-page site. To create such a site please do as follows. Add Section IDs (e.g., idname1) in Rows you want to use in your menu. Create a menu with the usual way (Appearance > Menus). Add as menu items the custom links you […]