Breadcrumbs in Blade

Blade Theme provides a built-in functionality for Breadcrumbs. You can enable them via Appearance > Theme Options > Page Options / Blog Options (Single Post Settings) / Portfolio options / Woocommerce Options (Single Product Settings) > Breadcrumbs Bar Settings respectively, depending on where you want them to appear. In case you […]

Background Sections in Blade

Blade provides various options for the background sections in the Row Settings. Let’s try to illuminate these options on this article 🙂 Under Row Settings > Section Options > Background Type we have the following options for the row background. Color Set the Custom Background Color for the row via […]

Usage of Modals in Blade

Besides the predefined ways to have modals (popups) in Blade like Contact Forms, Mailchimp Forms, Search etc, anyone can “call” and use these modals (popups) from any button. Let’s see how: Add the Search Modal in a button Create the button you wish Add for the button link the #grve-search-modal Add the class grve-toggle-modal in […]

Mailchimp Integration in Blade

In Blade, you can easily use the Contact 7 Form with the MailChimp extension in order to use your MailChimp account in your site. By this way, you will use the tried and tested Contact 7 Form plugin in cooperation with the MailChimp one. You can find related screenshots attached to […]

Menu System – Mega Menu in Osmosis

Osmosis comes with two custom menus, one positioned in the header area(Header Menu) and the other in the copyright area(Footer Menu). To set up your custom menus simply: Go to Appearance > Menus. Enter your menu name. Click the Create Menu button. Add items to your menu by using the […]

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 […]