Documentation

Please note the demo site uses an image for the site name.

This area is also made to use text. Use a content block if you're going to use the text site name. Usually this will be pre-populated when you install your concrete5 site.

If you use an image for the logo please ensure that it is at least 360 pixels wide. This will make it display correctly on mobile devices.

On the demo page you will see a sub heading in the logo or "Site Name" area. This is merely a second block added to the site name global block containing a paragraph.

Installation go to the header knapsack or the header now on any page. Select the custom template "Adagio Nav" for the header navigation. This will ensure your menu rendering correctly.

If you want to use YouTube videos on your site select the option to render an I-frame. Then the built-in JavaScript code will automatically scale your video to the available width.

To make it so that when your phone number is displayed it is clickable on phones, use code like this: 

<p><a href="tel:800-555-1212">775-348-6666</a></p>

This kind of input will be accessible with the raw HTML function of the content block.

The: "a href="tel:" will ensure that your phone number is accessible on iPhones. 

Like the phone number the address is also a special field. Using the HTML editor of the content block and code similar to the following:

<p><a href="https://maps.google.com/maps?q=22841+Ventura+Blvd,+Los+Angeles,+CA&amp;hl=en&amp;safe=off&amp;hnear=22841+Ventura+Blvd,+Los+Angeles,+California+91364&amp;gl=us&amp;t=m&amp;z=16" target="_blank">22841 Ventura Blvd, Los Angeles, CA</a></p>

Where the actual Google map code is for your address. You can get this by clicking the link button on Google maps.