Thank you for purchasing 'AutoStars - Responsive Car Dealership Template' If you have any questions that are beyond the scope of this help file, please feel free to submit a ticket at our Support Forum. Thanks so much!
AutoStars is a full functional HTML5 Template designed & developed for Car Dealership Websites, Vehicle Listing Portals and comes handy for Corporate Business Websites as well. It is fully responsive template based on Twitter Bootstrap 3.3.1 framework that makes it available for all screen sizes from the bigger ones to smartphones. Its not only responsive whereas it is retina ready also, now no blurry images on your HiDPI and retina devices.
AutoStars is very easy to update and modify, it will adapt your website and brand in no time. Steps for modification and updating are described step by step in this exclusive documentation.
Whole template is divided in to several folders and their content defines by the folder names easily.
AutoStars is based upon Twitter Bootstrap css framework that is very easy to use and adapt. It follows the mobile first approach to make the website readily available for all devices and screen sizes. Bootstrap grid is based upon 12 columns that are well defined in the bootstrap.css file inside the css folder. You can get to know about the grid system in detail from this url http://getbootstrap.com/css/#grid
AutoStars use font awesome icon fonts for its icons requirement and no images has been used for any icon. A complete list of icons along with the class names can be found here: http://fontawesome.io/cheatsheet/
To use an icon on any page of the theme use the below code:
All icons class name will always start with the fa- . There are several sizes for icons are predefined in the fonts.css inside css folder. i.e. fa-lg, fa-2x, fa-3x
AutoStars comes with 15 predefined color schemes to use it handy. All premade themes can be found inside colors folder of the theme directory. A new color scheme can be defined very easily just copy any of the premade color css file and keep it inside colors folder and name it as you like then just replace the color hex code in the file to your liking. Afterwards you will have to replace the name of the css in the head of each page like below:
This line can be found in every .html page in the top head section
AutoStars doesn't come with images that you see in demo and in the downloaded files all images except the logo and some other graphics all images are replace with custom size place holders available from http://placehold.it/
You can easily replace these holders with your real images by just putting the same size image that you find in the link text of the placeholder "http://placehold.it/50x50&text=IMAGE+PLACEHOLDER" in the images folder. This example shows that this image will have to be 50px in width and 50px in height to look perfect on the website. So the real image url will be "images/YOUR IMAGE NAME.jpg/gif/png
To give lightbox effect to any link you can use the following method:
Your Link Text or img tag().
AutoStars template offers boxed layout to users, this can be done in two ways. one is to add the css on all html page templates or making a single change in style.css which will affect all pages at once:
Making changes to all html page templates
By this method just open html templates in any text editor of your choice and put class "boxed" to body tag of all pages.
Making changes to style.css to affect all pages at once
By this method just open style.css file in any text editor of your choice and remove all instances of .boxed from in front of body on line 884, 887, 900, 917, 1024 and that's it!
AutoStars template comes with 30 patterns images that are inside images folder of the template package. You can use al of the pattern as your pages body background while using boxed version. For this just put the below css at your custom.css
body{background-image:url(../images/patterns/pt1.png); background-repeat:repeat;}
Now you can change the pattern image url with your choice of pattern
You can place a twitter widget anywhere on any page by just using:
data-tweets-count attribute will define how many tweets you want to show in the widget, by default its 1
To enable the twitter widget you need to get some info from your twitter account and put it in the config.php file in nativechurch-theme > api folder as described there.
Here are the steps to get the details needed for this
There are several contact forms in this theme and all are sharing a common file for this that is contact.php inside mail folder of the theme. Just find $address = "info@imithemes.com"; in this .php file and put the email you to receive submission forms to inside the quotes