General
In this section we will review general/basic theme option. General options will allow you change layout type, analytics, bread crumb delimiter and more.
In this section we will review general/basic theme option. General options will allow you change layout type, analytics, bread crumb delimiter and more.
Users are visiting your sites from an increasing array of devices and browsers – from desktop browsers to tablets and smartphones.
This option making theme "responsive" or adaptive to be compatible with mobile devices such as iPhone, iPad, Android, Blackberry and respond to your users needs.
This option making sites compatible with retina-technology screens (high quality and high resolution screens) with one click. Users of latest Apple devices will appreciate the picture quality..
You can choose between flexible (website grid will be wider that usually) and boxed (not flexible) layout type.
Preloader will be displayed first before all content will be loaded successfuly. Check this option to enable page preloader script.
The Google Analytics tracking code collects visitor data for your web property, and returns that data to Analytics where you can see it in reports. When you add a new web property to your Analytics account, Analytics generates the tracking code snippet that you need to add to the pages whose data you want to collect.
Get your tracking code here
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-37289964-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
Place for custom stylesheet code. This option may customise any style of the website.
.body { font-style: italic; color: #dddddd; font-size: 11px; } a:hover { color: red !important; }
Place for custom javascript. Required some skills.
alert("Hello World!");