Overview

Do you own a car business, a showroom, or whatever products that you want to showcase to your online visitors? Do you need a simultaneously professional & beautiful website that your customers love, and that would make a good first impression on your business. AutoX D8 will not let your expectation down.

Dig down the demo to find out more about the theme design. Along with Drupal 8 built out of the box, AutoX D8 for a Drupal website is a choice you will not gonna miss.

If you're an experienced Drupal developer or if you want to build the theme from zero with only the basic appearance of your theme, find this guide in handy. This guide will give you the detailed step by step installation guide to help you start building the content for AutoX D8 to look exactly like the demo site.

1. AutoX D8 Package

Do you own a car business, a showroom, or whatever products that you want to showcase to your online visitors? Do you need a simultaneously professional & beautiful website that your customers love, and that would make a good first impression on your business. AutoX D8 will not let your expectation down.

Dig down the demo to find out more about the theme design. Along with Drupal 8 built out of the box, AutoX D8 for a Drupal website is a choice you will not gonna miss.

Included content:

  • README.txt
  • AutoX D8 theme: autox_d8-8.1.7.zip
  • Demo Profile for AutoX D8: autox_d8-demo-8.1.7.zip

2. Features

  • Documentation included.
  • Browser compatibility
  • Web Technology (Html5/Css3, Twitter Bootstrap 3.1.1, Font Awesome 4.0.3,…)
  • Fully responsive.
  • Color variations.
  • Easy customization.
  • High usability
  • Support both Left to Right and Right to Left Languages

3. Screenshots

Let's glance through the theme's design & some features:

Homepage

Home

About us page

Verhicles Page

Verhicles Detail Page

Dealers page

News page

News Detail page

FAQs page

Contact

4. System Configuration

Database

  • MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an InnoDB-compatible primary storage engine,
  • PostgreSQL 9.1.2 or higher with PDO,
  • SQLite 3.6.8 or higher

PHP

  • PHP 5.5.9 or higher
  • PHP 5GD library installed
  • Disabled error_reporting flag on production server
  • Enabled mod_rewrite in Apache for clean URLs
  • Memory limit set up at least 128MB

If you are new to Drupal, please take a reference to System requirements on drupal.org.

5. Module requirements

Core Modules

  • Action
  • Aggregator
  • Automated Cron
  • Ban
  • Basic Auth
  • Big Pipe
  • Block Class
  • Block Content
  • Book
  • Breakpoint
  • Locale
  • Update manager

Third-party Modules

  1. Admin Toolbar
  2. Block Tabs
  3. Ctools
  4. Devel
  5. Memcache
  6. Metatag
  7. Node Class
  8. Pathauto
  9. Quick Tabs
  10. Simplenews
  11. Token
  12. Views Slideshow

Download Drupal core files, and extend your site with modules at here.

Installation

How to install a WeebPal demo package

1. Download one theme package of your choice (e.g: AutoX D8)

Files included:

  • README.txt
  • AutoX D8 theme: autox_d8-8.1.7.zip
  • Demo Profile for AutoX D8: autox_d8-demo-8.1.7.zip
  • This demo package includes all source codes and content, including sample images. This package will be used to build a site like our demo for the theme easily.

Package

The below steps will give you the installation guide so that you can build your website to look exactly like the AutoX D8 Demo

  • autox_d8-demo-8.1.7.zip

2. Extract autox_d8-demo-8.1.7.zip above and copy it into your host, and rename the directory

Quick Installation

3. Access your MySQL database and create a new database (e.g: autox_d8) and user account. Don't forget to add correct permissions to new user to access the database

Quick Installation

4. In the demo directory database/ , you can find database dump named sample_data.sql.

Quick Installation

Import this file into new database.

Quick Installation

5. Now, you need to modify sites/default/default.settings.php file. Clone default.settings.php file, then rename it "settings.php"

Quick Installation

6. Open settings.php, locate the $database array and set proper credentials. Then move the $database code to the bottom of the file.

Quick Installation

                    $databases['default']['default'] = array (
                      'database' => 'databasename',
                      'username' => 'username',
                      'password' => 'password',
                      'prefix' => '',
                      'host' => 'localhost',
                      'port' => '3306',
                      'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
                      'driver' => 'mysql',
                       );
                   $settings['install_profile'] = 'standard';
                

When using this installation, you are installing everything from our preview server. So don't forget to set proper values to access to your database: db name, db admin username, db admin password, host, etc.

7. Open the browser and visit your website with the prepopulated content & layout exactly like our Autox D8 Demo

Now, you can visit administrator site with the admin account admin/admin to delete the unnecessary contents and add the new ones.

8. In site, navigate to Configuration > Development click Performance

Download Drupal 8

9. At Configuration Performance page, click Clear all cache button

Download Drupal 8

How to install a WeebPal theme for Drupal developers

If you're an experienced Drupal user or if you want to build the theme from zero with only the basic appearance of AutoX D8 Theme, find this guide in handy.

1. Install Drupal

1. Go to Drupal download page and download the latest version of Drupal 8

Download Drupal 8

2. Extract and copy Drupal folder to your host and rename the directory (e.g: autox_d8)

Follow steps below to install a Drupal site only:

3. Access to database and create a new database with a name such as autox d8.

Install theme package

4. Open browser and navigate to your website.

5. Choose language => click Save and continue button.

Install Drupal 8

6. Select Standard => click Save and continue button.

Install Drupal 8

7. Enter database parameters => click Save and continue button.

Install Drupal 8

8. Enter site information => click Save and continue button.

Install Drupal 8

9. Click Visit your new site and you will have a new site.

You can refer the guide from drupal.org to delve more details about drupal installation.

2. Install AutoX D8 Theme

  1. Extract AutoX D8 theme .ZIP file:
    • autox_d8-8.1.7.zip
  2. Move this theme into your Drupal folder: sites/all/themes

  3. Navigate to Appearance > Choose Enable and set default Onepage theme

3. Install Required Modules

Now that you've enabled Onepage theme, you will install and enable the required modules (listed in the Module Requirements section) to customize and use them.

If you don't know how to install the contributed modules, this tutorial is an essential guide.

Cheat to install modules & theme:

  1. Extract autox_d8-8.1.7.zip
  2. Open extracted folder, go to sites/all and copy all folders inside (modules, themes, libraries)
  3. Paste them to your host, folder sites/all

Note: See this guide to get more details about installation

Taxonomy configuration

Quick Information

  • Taxonomy: Taxonomy can be simply understood as category management using organizational keywords known in other systems as categories, tags or metadata. It allows you to connect, relate and classify your website's content. In Drupal, these terms are gathered within "vocabularies". The Taxonomy module allows you to create, manage and apply those vocabularies.
  • Vocabulary: for example product category, tag, provider name, ...
  • Term: the items in each vocabulary. For example: vocabulary product category has some terms: laptop, pc, mobile, tablet, camera, headphone, ...
  • For more information about taxonomy, please see: Organizing content with taxonomies

Step 1: Navigate to Structure > Taxonomy to create vocabularies as the following:

Vocabulary

Step 2: Go to Body Type taxonomy, click Manage field tab:

Vocabulary

Step 3: Add and setting Body type image field:

Vocabulary

Vocabulary

Step 4: Go to Brand taxonomy, click Manage field tab:

Vocabulary

Step 5: Add and setting Image field:

Vocabulary

Vocabulary

Step 6: Add and setting Brand URL field:

Vocabulary

Then, add terms for each vocabulary

Step 7: Terms of Body Type:

Taxonomy

Set following properties for each term of Body Type:

Taxonomy

Step 8: Terms of Brand:

Taxonomy

Step 9: Terms of Categories:

Taxonomy

Step 10: Terms of FAQ:

Taxonomy

Step 11: Terms of Model:

Taxonomy

Step 12: Terms of News:

Taxonomy

Step 13: Terms of Status:

Taxonomy

Note: See this guide to get more details about taxonomy configuration

Media configuration

Image Style Configuration

Image styles are the presets of image settings. Image styles are used to define how the images are shown.

Navigate to Configuration, In MEDIA area, click Image styles, then create image styles as the following:

Image Styles

Content Type Configurations

Modify Article type

Step 1: Navigate to Structure > Content Type > Article. In Article, go to Manage fields tab, add following fields:

Step 2: Set properties for Image field

Step 3: Go to Manage form display tab, set following properties:

Step 4: Go to Manage display tab > Default tab, set following properties:

Step 5: Click Save button

Modify Basic page type

Step 1: Navigate to Structure > Content Type > Basic page. In Basic page, go to Manage display tab > Default tab, set following properties:

Step 2: Set properties for Categories field

Step 3: Go to Manage form display tab, set following properties:

Step 4: Go to Manage display tab > Default tab, set following properties:

Step 5: Click Save button

Create Banner images type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Banner images type

Step 3: Click Save and manage fields button, then add following fields:

Banner images type

Step 4: Set properties for Banner images field

Banner images type

Banner images type

Step 5: Set properties for Link field

Banner images type

Step 6: Click Save button

Dealers type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Dealers type

Step 3: Click Save and manage fields button, then add following fields:

ctt-faq-category-setting.png

Step 4: Set properties for Image field

ctt-faq-category-setting.png

ctt-faq-category-setting.png

Step 5: Set properties for Address field

ctt-faq-category-setting.png

ctt-faq-category-setting.png

Step 6: Set properties for Rates Count field

ctt-faq-category-setting.png

Step 7: Set properties for Reviews Count field

ctt-faq-category-setting.png

ctt-faq-category-setting.png

Step 8: Set properties for Website field

ctt-faq-category-setting.png

Step 9: Go to Manage display tab > Default tab, set following properties:

ctt-faq-category-setting.png

Step 10: Click Save button

Create Engineering type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Engineering type

Step 3: Click Save and manage fields button, then add following fields:

Engineering type

Step 4: Set properties for Engineering Image field

Engineering type

Engineering type

Step 5: Go to Manage form display tab, set following properties:

Engineering type

Step 6: Go to Manage display tab > Default tab, set following properties:

Engineering type

Step 7: Click Save button

Create FAQs type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create FAQs type

Step 3: Click Save and manage fields button, then add following fields:

Step 4: Set properties for Category field

Step 6: Go to Manage form display tab, set following properties:

Engineering type

Step 7: Go to Manage display tab > Default tab. Set following properties:

Step 8: Click Save button

Create Features type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Features type

Step 3: Click Save and manage fields button, then add following fields:

Step 4: Set properties for Exterior field

Step 5: Set properties for Infotainment|Technology field

Step 6: Set properties for Interior field

Step 7: Set properties for Safety|Security field

Step 8: Set properties for Seating field

Step 9: Go to Manage form display tab, set following properties:

Step 10: Go to Manage display tab > Default tab. Set following properties:

Step 11: Click Save button

Create News type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create News type

Step 3: Click Save and manage fields button, then add following fields:

Step 4: Set properties for Image field

Step 5: Set properties for News Type field

Step 6: Set properties for Summary field

Step 7: Set properties for Tags field

Step 8: Set properties for Weight field

Step 9: Go to Manage form display tab, set following properties:

Step 10: Go to Manage display tab > Default tab. Set following properties:

Step 11: Click Save button

Create Our Service type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Our Service type

Step 3: Click Save and manage fields button, then add following fields:

Step 4: Set properties for Image field

Step 5: Set properties for Count Title field

Step 6: Go to Manage form display tab, set following properties:

Step 7: Go to Manage display tab > Default tab. Set following properties:

Step 8: Click Save button

Create Vehicles type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Vehicles type

Step 3: Click Save and manage fields button, then add following fields:

Step 4: Set properties for Body Type field

Step 5: Set properties for Brand field

Step 6: Set properties for Build your vehicle field

Step 7: Set properties for Engineering field

Step 8: Set properties for Features field

Step 9: Set properties for Finance services field

Step 10: Set properties for Find A Dealer field

Step 11: Set properties for Gallery field

Step 12: Set properties for Image field

Step 13: Set properties for Miles field

Step 14: Set properties for Model field

Step 15: Set properties for Price field

Step 16: Set properties for Slideshow field

Step 17: Set properties for Status field

Step 18: Set properties for Technology field

Step 19: Set properties for Weight field

Step 20: Set properties for Year field

Step 21: Go to Manage form display tab, set following properties:

Step 22: Go to Manage display tab > Default tab. Set following properties:

Step 23: Click Save button

Create Homepage

Slideshow block

Front end Display

Slideshow

1. Create Slideshow view

Step 1: Navigate to Structure > Views, click Add new view, then create Slideshow view with following settings:

Slideshow

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Slideshow

Step 3: At FIELDS area, click Add button to add fields: Content: Slideshow, Content: Brand, Content: Model, Content: Year, Content: Status, Content: Price, Content: Link to Content

Step 4: Set properties for Content: Slideshow

Slideshow

Step 5: Set properties for Content: Brand

Slideshow

Step 6: Set properties for Content: Model

Slideshow

Step 7: Set properties for Content: Year

Slideshow

Step 8: Set properties for Content: Status

Slideshow

Step 9: Set properties for Content: Price

Slideshow

Step 10: Set properties for Content: Link to Content

Slideshow

Step 11: At TITLE area, find Title field and set following properites:

Slideshow

Step 12: At FIELDS area, click Rearrange button and set following arrange

Slideshow

Step 13: At FILTER CRITERIA area, add Content: Slideshow field and set properties:

Slideshow

Step 14: Click Save to save view

2. Configure View: Slideshow block

Step 1: Navigate to Structure > Block layout

Step 2: Find Slideshow click Place block button

Step 3: Find Slideshow Lists (Views) click Place block button and set following properites:

Configure Slideshow block

Step 4: Click Save block button.

Vehicles block

Front end Display

Vehicles

1. Create Vehicles view

Step 1: Navigate to Structure > Views, click Add new view, then create Vehicles view with following settings:

Vehicles

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Vehicles

Step 3: At FIELDS area, click Add button to add fields: Content: Image, Content: Brand, Content: Model, Content: Year, Content: Status, Content: Price, Content: Link to Content

Step 4: Set properties for Content: Image

Vehicles

Step 5: Set properties for Content: Brand

Vehicles

Step 6: Set properties for Content: Model

Vehicles

Step 7: Set properties for Content: Year

Vehicles

Step 8: Set properties for Content: Status

Vehicles

Step 9: Set properties for Content: Price

Vehicles

Step 10: Set properties for Content: Link to Content

Vehicles

Step 11: At FIELDS area, click Rearrange button and set following arrange

Vehicles

Step 12: At FILTER CRITERIA area, add Content: Brand, Content: Model, Content: Status, Content: Price, Content: Body Type, Content: Miles, Content: Translation language, Content revision: Translation language field and set properties:

Step 13: Set properties for Content: Brand

Vehicles

Vehicles

Step 14: Set properties for Content: Model

Vehicles

Vehicles

Step 15: Set properties for Content: Body Type

Vehicles

Vehicles

Step 16: Set properties for Content: Status

Vehicles

Vehicles

Step 17: Set properties for Content: Price

Vehicles

Vehicles

Step 18: Set properties for Content: Miles

Vehicles

Vehicles

Step 19: Set properties for Content: Translation language

Vehicles

Step 20: Set properties for Content revision: Translation language

Vehicles

Step 21: At FILTER CRITERIA area, click Rearrange button and set following arrange

Vehicles

Step 22: At HEADER area, click Add button to add field Global: Result summary with following properties:

Vehicles

Step 23: At PAGER area, find and click Use pager link and set following properites:

Vehicles

Step 24: At LANGUAGE area, find and click Rendering Language link and set following properites:

Vehicles

Step 25: At TITLE area, find Title field and set following properites:

Vehicles

Step 26: At Advanced > EXPOSED FROM area, set following properties field Exposed form in block, Exposed form style

Step 27: Set properties for Exposed form in block

Vehicles

Step 28: Set properties for Exposed form style

Vehicles

Step 29: At Advanced > OTHER area, add CSS class:

Vehicles

Step 30: Click Save to save view

2. Configure View: Exposed form: vehicles-page_1 block

Step 1: Navigate to Structure > Block layout

Step 2: Find Slideshow click Place block button

Step 3: Find Exposed form: vehicles-page_1 click Place block button and set following properites:

Configure Vehicles block

Step 4: Click Save block button.

New Cars block

Front end Display

Search Vehicles

1. Create Search Vehicles view

Step 1: Navigate to Structure > Views, click Add new view, then create Slideshow view with following settings:

Search Vehicles

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Search Vehicles

Step 3: At FIELDS area, click Add button to add fields: Content: Image, Content: Brand, Content: Model, Content: Year, Content: Status, Content: Price, Content: Link to Content

Step 4: Set properties for Content: Image

Search Vehicles

Step 5: Set properties for Content: Brand

Search Vehicles

Step 6: Set properties for Content: Model

Search Vehicles

Step 7: Set properties for Content: Year

Search Vehicles

Step 8: Set properties for Content: Status

Search Vehicles

Step 9: Set properties for Content: Price

Search Vehicles

Step 10: Set properties for Content: Link to Content

Search Vehicles

Step 11: At FIELDS area, click Rearrange button and set following arrange

Search Vehicles

Step 12: At SORT CRITERIA area, click Add button to add Content: Weight fields and set following properites:

Search Vehicles

Step 13: At SORT CRITERIA area, click Rearrange button and set following arrange

Search Vehicles

Step 14: At TITLE area, find Title field and set following properites:

Search Vehicles

Step 15: At PAGE SETTINGS area, find and click Path link and set following properites:

Search Vehicles

Step 16: At LANGUAGE area, find and click Rendering Language link and set following properites:

Search Vehicles

Step 17: At Advanced > EXPOSED FROM area, set following properties field Exposed form in block, Exposed form style

Step 18: Set properties for Exposed form in block

Search Vehicles

Step 19: Set properties for Exposed form style

Search Vehicles

Step 20: At Advanced > OTHER area, atQuery settings set following properites:

Search Vehicles

Step 21: Click Save to save view

2. Add and configure New Cars block

Step 1: Navigate to Structure > Block layout > Custom block library

Search Vehicles

Step 2: Find and click Add custom block button to create New Cars block with following properites:

Search Vehicles

Step 3: Go to Block layout tab. Find Content click Place block button

Step 4: Find New Cars click Place block button and set following properites:

Search Vehicles

Step 5: Click Save block button.

Block Tabs block

Front end Display

Search Vehicles

1. Create Vehicle Property: Body Type block view

Step 1: Navigate to Structure > Views, click Add new view, then create Vehicle Property view with following settings:

Vehicle Property

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Vehicle Property

Step 3: At Display name area, click and set properties:

Vehicle Property

Step 4: At FIELDS area, click Add button to add fields: Taxonomy term: Term ID, Taxonomy term: Body type image

Step 5: Set properties for Taxonomy term: Term ID

Vehicle Property

Step 6: Set properties for Taxonomy term: Body type image

Vehicle Property

Step 7: Set properties for Taxonomy term: Name

Vehicle Property

Step 8: At FIELDS area, click Rearrange button and set following arrange

Vehicle Property

Step 9: At FILTER CRITERIA area, add Taxonomy term: Vocabulary field and set properties:

Vehicle Property

Step 10: At SORT CRITERIA area, click Add button to add Taxonomy term: Weight field and set following properites:

Vehicle Property

Step 11:At FORMAT area, find Format click Settings link and set following properties:

Vehicle Property

Step 12: At Advanced > OTHER area, add CSS class:

Vehicle Property

Step 13: Click Save to save view

2. Add Vehicle Property: Brand block view

Step 1: Navigate to Structure > Views, find Vehicle Property view, then click Add > Block button

Vehicle Property

Step 2: To create Vehicle Property: Brand block view and set following properties:

Vehicle Property

Step 3: At Display name area, click and set properties:

Vehicle Property

Step 4: At TITLE area, find Title field and set following properites:

Vehicle Property

Step 5:At FORMAT area, find Format click link and set following properties:

Vehicle Property

Step 6:At FORMAT area, find Format click Settings link and set following properties:

Vehicle Property

Step 7: At FIELDS area, click Taxonomy term: Name field link and set following properites:

Vehicle Property

Step 8: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Taxonomy term: Body type image field

Vehicle Property

Step 9: At FILTER CRITERIA area, click Taxonomy term: Vocabulary field link and set properties:

Vehicle Property

Step 10: At SORT CRITERIA area, click Rearrange button. Set For This block (override), then click Remove link Taxonomy term: Weight field

Vehicle Property

Step 11: At PAGER area, find Use pager and click Display a specified number of items link and set following properites

Vehicle Property

Step 12: At PAGER area, find Use pager and click 6 items link and set following properites

Vehicle Property

Step 12: At Advanced > OTHER area, add CSS class:

Vehicle Property

Step 13: Click Save to save view

3. Create Price block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Price block with following properties:

Price block

Price block

Step 2: Click Save button

Refer to following HTML code:


 

4. Create Block Tabs block

Step 1: Navigate to Structure > Block Tabs find and click Add block tabs button to create Panel First Tab block with following properties:

Block Tabs

Step 2: At Tab choose view tab option, then click Add button to create Body Type block with following properties:

Block Tabs

Step 3: At Tab choose view tab option, then click Add button to create Brands block with following properties:

Block Tabs

Step 4: At Tab choose block content tab option, then click Add button to create Prices block with following properties:

Block Tabs

Step 5: Click Update blocktabs button

5. Configure Blocktabs:Panel First Tab block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel first click Place block button

Step 3: Find Blocktabs:Panel First Tab click Place block button and set following properites:

Configure Blocktabs block

Step 4: Click Save block button.

Our Services block

Front end Display

Our Services

1. Create Block:Ft Build your vehicle view

Step 1: Navigate to Structure > Views, click Add new view, then create Our Services view with following settings:

Our Services

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Our Services

Step 3: At Display name area, click and set properties:

Our Services

Step 4: At FILTER CRILERIA area, click Add button to add fields: Content: Categories, Content: Translation language

Step 5: Set properties for Content: Categories

Our Services

Our Services

Step 6: Set properties for Content: Translation language

Our Services

Step 7: At SORT CRILERIA area, click Content: Authored on field and set properites:

Our Services

Step 8: At PAGER area, find and click Use pager link and set following properites:

Our Services

Step 10: Click Save to save view

2. Add Block: Ft Finance services view

Step 1: Navigate to Structure > Views, find Our Services view, then click Add > Block button

Our Services

Step 2: To create Block: Ft Finance services block view and set following properties:

Our Services

Step 3: At Display name area, click and set properties:

Our Services

Step 4: At FILTER CRILERIA area, click Rearrange button. Set For This block (override), then click Remove link Content: Categories field

Our Services

Step 5: At PAGER area, find Use pager and click Display a specified number of items link and set following properites

Our Services

Step 6: At PAGER area, find Use pager and click 3 items, skip 1 link and set following properites

Our Services

Step 7: Click Save to save view

3. Add Block: Ft Repair & Optimize view

Step 1: Navigate to Structure > Views, find Our Services view, then click Add > Block button

Our Services

Step 2: To create Block: Ft Repair & Optimize block view and set following properties:

Our Services

Step 3: At Display name area, click and set properties:

Our Services

Step 4: At FILTER CRILERIA area, find and click Content: Categories link and set following properites:

Our Services

Step 5: At FILTER CRILERIA area, find Content: Categories and click Settings link and set following properites:

Our Services

Step 6: At PAGER area, find Use pager and click Display a specified number of items link and set following properites

Our Services

Step 7: At PAGER area, find Use pager and click 3 items, skip 1 link and set following properites

Our Services

Step 8: Click Save to save view

4. Add Block: Build your vehicle view

Step 1: Navigate to Structure > Views, find Our Services view, then click Add > Block button

Our Services

Step 2: To create Block: Build your vehicle block view and set following properties:

Our Services

Step 3: At Display name area, click and set properties:

Our Services

Step 4: At FIELDS area, click Add button to add fields: Content: Image, Content: Path, Content: Count Title, Content: Body

Step 5: Set properties for Content: Image

Our Services

Step 6: Set properties for Content: Path

Our Services

Step 7: Set properties for Content: Count Title

Our Services

Step 8: Set properties for Content: Title

Our Services

Step 9: At FIELDS area, click Rearrange button and set following arrange

Our Services

Step 10: At FILTER CRILERIA area, find and click Content: Content type link and set following properites:

Our Services

Step 11: At FILTER CRILERIA area, click Rearrange button. Set For This block (override), then click Remove link Content: Categories field

Our Services

Step 12: At FOOTER area, click Add button to add field Global: View area with following properties:

Our Services

Step 13: At PAGER area, find Use pager and click Display a specified number of items link and set following properites

Our Services

Step 14: At PAGER area, find Use pager and click 3 items, skip 1 link and set following properites

Our Services

Step 15: At Advanced > OTHER area, add CSS class:

Our Services

Step 16: Click Save to save view

5. Add Block: Finance services view

Step 1: Navigate to Structure > Views, find Our Services view, then click Add > Block button

Our Services

Step 2: To create Block: Finance services block view and set following properties:

Our Services

Step 3: At Display name area, click and set properties:

Our Services

Step 4: At TITLE area, find Title field and set following properites:

Our Services

Step 5: At FIELDS area, click Add button to add fields: Content: Image, Content: Path, Content: Count Title, Content: Body

Step 6: Set properties for Content: Image

Our Services

Step 7: Set properties for Content: Title

Our Services

Step 8: Set properties for Content: Count Title

Our Services

Step 9: Set properties for Content: Path

Our Services

Step 10: At FIELDS area, click Rearrange button and set following arrange

Our Services

Step 11: At FILTER CRILERIA area, find and click Content: Content type link and set following properites:

Our Services

Step 12: At FILTER CRILERIA area, click Rearrange button. Set For This block (override), then click Remove link Content: Categories field

Our Services

Step 13: At FOOTER area, click Add button to add field Global: View area with following properties:

Our Services

Step 14: At PAGER area, find Use pager and click Display a specified number of items link and set following properites

Our Services

Step 15: At PAGER area, find Use pager and click 3 items, skip 1 link and set following properites

Our Services

Step 16: At Advanced > OTHER area, add CSS class:

Our Services

Step 17: Click Save to save view

6. Add Block: Repair & Optimize view

Step 1: Navigate to Structure > Views, find Our Services view, then click Add > Block button

Our Services

Step 2: To create Block: Repair & Optimize block view and set following properties:

Our Services

Step 3: At Display name area, click and set properties:

Our Services

Step 4: At FIELDS area, click Add button to add fields: Content: Image, Content: Path, Content: Count Title, Content: Body

Step 5: Set properties for Content: Image

Our Services

Step 6: Set properties for Content: Title

Our Services

Step 7: Set properties for Content: Count Title

Our Services

Step 8: Set properties for Content: Path

Our Services

Step 9: At FIELDS area, click Rearrange button and set following arrange

Our Services

Step 10: At FILTER CRILERIA area, find and click Content: Content type link and set following properites:

Our Services

Step 11: At FILTER CRILERIA area, click Rearrange button. Set For This block (override), then click Remove link Content: Categories field

Our Services

Step 12: At FOOTER area, click Add button to add field Global: View area with following properties:

Our Services

Step 13: At PAGER area, find Use pager and click Display a specified number of items link and set following properites

Our Services

Step 14: At PAGER area, find Use pager and click 3 items, skip 1 link and set following properites

Our Services

Step 15: At Advanced > OTHER area, add CSS class:

Our Services

Step 16: Click Save to save view

7. Configure Our Services: Block: Build your vehicle block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel second 1 click Place block button

Step 3: Find Our Services: Block: Build your vehicle click Place block button and set following properites:

Configure Our Services block

Step 4: Click Save block button.

8. Configure Our Services: Block: Finance services block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel second 3 click Place block button

Step 3: Find Our Services: Block: Finance services click Place block button and set following properites:

Configure Our Services block

Step 4: Click Save block button.

9. Configure Our Services: Block: Repair & Optimize block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel second 1 click Place block button

Step 3: Find Our Services: Block: Repair & Optimize click Place block button and set following properites:

Configure Our Services block

Step 4: Click Save block button.

Latest news block

Front end Display

News

1. Create News: Page:Main page content view

Step 1: Navigate to Structure > Views, click Add new view, then create News view with following settings:

News

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

News

Step 3: At Display name area, click and set properties:

News

Step 4: At Advanced > CONTEXTUAL FILTERS area, add Content: News Type field

Step 5: At Advanced > RELATIONSHIP area, add User field

Step 6: At FIELDS area, click Add button to add fields: Content: Image, Content: News Type,(User) User: Name, Content: Authored by, Content: Authored on, Content: Summary

Step 7: Set properties for Content: Image

News

Step 8: Set properties for Content: Authored by

News

Step 9: Set properties for Content: Authored on

News

Step 10: Set properties for User: Name

News

Step 11: At FIELDS area, click Rearrange button and set following arrange

News

Step 12: At FILTER CRITERIA area, add Content: Translation language field and set properties:

News

Step 13: At SORT CRITERIA area, click Add button to add Content: Weight field and set following properites:

News

Step 14: At SORT CRITERIA area, click Rearrange button and set following arrange

News

Step 15: At PAGER area, find Use pager and click link and set following properites

News

Step 16: At Advanced > OTHER area, add CSS class:

News

Step 17: Click Save to save view

2. Add Block: Latest news view

Step 1: Navigate to Structure > Views, find News view, then click Add > Block button

News

Step 2: To create Block: Latest news block view and set following properties:

News

Step 3: At Display name area, click and set properties:

News

Step 4: At TITLE area, find Title field and set following properites:

News

Step 5: At Advanced > CONTEXTUAL FILTERS area, click Content: News Type field link and set For This block (override). Then click Remove link

News

Step 6: At FIELDS area, click and set by fields

Step 7: Set properties for Content: Image

News

Step 8: Set properties for Content: Title

News

Step 9: Set properties for Content: Summary

News

Step 10: At FILTER CRITERIA area, add Content revision: Translation language field and set properties:

News

Step 11: At PAGER area, find Use pager click Display a specified number of items link and set following properites

News

Step 12: At PAGER area, find Use pager click 1 items link and set following properites

News

Step 13: At PAGER area, find More link click link and set following properites

News

Step 14: At PAGER area, find Link display click link and set following properites

News

Step 15: At Advanced > OTHER area, add CSS class:

News

Step 16: Click Save to save view

3. Configure News: Block: Latest news block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel third 1 click Place block button

Step 3: Find News: Block: Latest news click Place block button and set following properites:

News

Step 4: Click Save block button.

Top Dealers block

Front end Display

Dealers

1. Create Dealers: Page: Dealers view

Step 1: Navigate to Structure > Views, click Add new view, then create Dealers view with following settings:

Dealers

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Dealers

Step 3: At Display name area, click and set properties:

Dealers

Step 4: At FIELDS area, click Add button to add fields: Content: Website, Content: Image, Global: View result counter, Content: Address, Content: Rates Count, Content: Reviews Count

Step 5: Set properties for Content: Website

Dealers

Step 6: Set properties for Content: Image

Dealers

Step 7: Set properties for Global: View result counter

Dealers

Step 8: Set properties for Content: Address

Dealers

Step 9: Set properties for Content: Rates Count

Dealers

Step 10: Set properties for Content: Reviews Count

Dealers

Step 11: Set properties for Content: Title

Dealers

Step 12: At FIELDS area, click Rearrange button and set following arrange

Dealers

Step 13: At SORT CRITERIA area, click Rearrange button. Then find and click Remove to remove Content: Authored on field

Step 14: Click Save to save view

2. Add Block:Top Dealers view

Step 1: Navigate to Structure > Views, find Dealers view, then click Add > Block button

Dealers

Step 2: To create Block:Top Dealers block view and set following properties:

Dealers

Step 3: At Display name area, click and set properties:

Dealers

Step 4: At TITLE area, find Title field and set following properites:

Dealers

Step 5: At FIELDS area, click Add button to add fields: Content: Path

Step 6: Set properties for Content: Path

Dealers

Step 7: Set properties for Content: Image

Dealers

Step 8: Set properties for Content: Title

Dealers

Step 9: Set properties for Content: Address

Dealers

Step 10: At FIELDS area, click Rearrange button and set following arrange

Dealers

Step 11: At PAGER area, find Use pager click Display all items link and set following properites

Dealers

Dealers

Step 12: At PAGER area, find More link click link and set following properites

Dealers

Step 13: At PAGER area, find Link display click link and set following properites

Dealers

Step 14: At Advanced > OTHER area, add CSS class:

Dealers

Step 15: Click Save to save view

3. Configure Dealers: Block:Top Dealers block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel third 2 click Place block button

Step 3: Find Dealers: Block:Top Dealers click Place block button and set following properites:

Dealers

Step 4: Click Save block button.

Panel four banner block

Front end Display

Panel four banner

1. Create folder banner_Images and add fields image

Find sites/default/files/images folder, then create banner_Images folder and add fields image

Panel four banner

2. Create Panel four banner block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Panel four banner block with following properties:

Panel four banner

Panel four banner

Step 2: Click Save button

Refer to following HTML code:


 
Toyota
BWM
Audi
Honda
Acura
Mercedes-Benz
Alfa romeo
Mitsubishi

Our Company block

Front end Display

Our Company

Create and configure Our Company block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Our Company block with following properties:

Our Company

Our Company

Step 2: Click Save button

Refer to following HTML code:


 

Our Partners block

Front end Display

Our Partners

Create and configure Our Partners block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Our Partners block with following properties:

Our Partners

Our Partners

Step 2: Click Save button

Refer to following HTML code:


 

Don't miss out block

Front end Display

Don't miss out

Create and configure Don't miss out block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Don't miss out block with following properties:

Don't miss out

Don't miss out

Step 2: Click Save button

Refer to following HTML code:


 

Complete the form below, and we'll send you an e-mail every now and again with all the latest news.

Quick links block

Front end Display

Quick links

1. Create and add link Quick links menu

Step 1: Navigate to Structure > Menu, click Add menu link to create Quick links link with following properties:

Quick links

Step 2: Click Add link link and add link following: Vehicles, Dealers, Home, News menu items

Step 3: Set properties Vehicles menu item

Quick links

Step 4: Set properties Dealers menu item

Quick links

Step 5: Set properties Home menu item

Quick links

Step 6: Set properties News menu item

Quick links

Step 7: Click Save button

2. Configure Quick links block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel fifth 3 click Place block button

Step 3: Find Quick links click Place block button and set following properites:

Quick links

Step 4: Click Save block button.

Disclaimers block

Front end Display

Disclaimers

1. Create and add link Disclaimers menu

Step 1: Navigate to Structure > Menu, click Add menu link to create Disclaimers link with following properties:

Disclaimers

Step 2: Click Add link link and add link following: Terms of Service, Privacy Statement, Ad Choices, Fraud Awareness menu items

Step 3: Set properties Terms of Service menu item

Disclaimers

Step 4: Set properties Privacy Statement menu item

Disclaimers

Step 5: Set properties Ad Choices menu item

Disclaimers

Step 6: Set properties Fraud Awareness menu item

Disclaimers

Step 7: Click Save button

2. Configure Disclaimers block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel fifth 4 click Place block button

Step 3: Find Disclaimers click Place block button and set following properites:

Quick links

Step 4: Click Save block button.

Copyright block

Front end Display

Copyright

Create and configure Copyright block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Copyright block with following properties:

Copyright

Copyright

Step 2: Click Save button

Refer to following HTML code:


 

Copyright © 2016 Autox. All Rights Reserved. Designed by WeebPal. Powered by Drupal

Create Subpages

Configure URL aliases

Step 1: Navigate to Configuration > Search and metadata > URL aliases click Patterns tabs then add Add Pathauto pattern following properties:

Patterns

Step 2:Set properites for Our Service pattern

Patterns

Step 3:Set properites for Vehicle pattern

Patterns

Step 4:Set properites for FAQ pattern

Patterns

Step 5:Set properites for News pattern

Patterns

Step 6:Set properites for News taxonomy pattern

Patterns

Step 7:Set properites for Default pattern

Patterns

Step 8: Click Save button

Site branding block

Configure Site branding block

Step 1: Navigate to Structure > Block layout

Step 2: Find Header click Place block button

Step 3: Find Site branding click Place block button and set following properites:

Page Title

Step 4: Click Save block button.

Page title block

Configure Page title block

Step 1: Navigate to Structure > Block layout

Step 2: Find Slideshow click Place block button

Step 3: Find Page title click Place block button and set following properites:

Page Title

Step 4: Click Save block button.

Banner block

Front end Display

Banner

1. Add image fields

Find sites/default/files/inline-images folder and add fields image

Banner

2. Create and configure Banner block

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Banner block with following properties:

Banner

Banner

Step 2: Click Save button

Refer to following HTML code:


 

banner

FAQs page

Front end Display

FAQ block

1. FAQ block content

FAQ block

1. Navigate to Structure > Blocks click Add block, create FAQ block and set with following properties:

FAQ block

FAQ block

2. Click Save button

Refer to following HTML code:


 

Below are some frequently asked questions and answers about our products. If you need specific help or your question isn’t answered here, please contact us

2. FAQs Menu block

Front end Display

FAQ Menu

2.1 Create and add link FAQs Menu menu

Step 1: Navigate to Structure > Menu, click Add menu link to create FAQs Menu link with following properties:

FAQ Menu

Step 2: Click Add link link and add link following: General Questions, Pre sale questions, How to oder, Vehicles custom, Find a dealer, Payment, Finnace services menu items

Step 3: Set properties General Questions menu item

FAQ Menu

Step 4: Set properties Pre sale questions menu item

FAQ Menu

Step 5: Set properties How to oder menu item

FAQ Menu

Step 6: Set properties Vehicles custom menu item

FAQ Menu

Step 7: Set properties Find a dealer menu item

FAQ Menu

Step 8: Set properties Payment menu item

FAQ Menu

Step 9: Set properties Finnace services menu item

FAQ Menu

Step 10: Click Save button

2.2 Configure FAQ Menu block

Step 1: Navigate to Structure > Block layout

Step 2: Find Content click Place block button

Step 3: Find FAQ Menu click Place block button and set following properites:

FAQ Menu

Step 4: Click Save block button.

3. Create FAQ page view

Step 1: Navigate to Structure > Views, click Add new view, then create FAQ view with following settings:

FAQ

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

FAQ

Step 3: At FIELDS area, click Add button to add fields: Global: View result counter, Content: Body

Step 4: Set properties for Global: View result counter

FAQ

Step 5: Set properties for Content: Title

FAQ

Step 6: At FIELDS area, click Rearrange button and set following arrange

Dealers

Step 7: At PAGER area, find Use pager click link and set following properites

FAQ

FAQ

Step 8: At Advanced > CONTEXTUAL FILTERS area, add Content: Category:

FAQ

Step 9: At Advanced > OTHER area, add CSS class:

FAQ

Step 10: Click Save to save view

4. Configure Content block

Step 1: Navigate to Structure > Block layout

Step 2: Find Content and set following properites:

Block Layout

Step 3: Click Save block button.

Contact page

1. Contact block content

Contact block

Step 1: Navigate to Structure > Blocks click Add block, create Contact block and set with following properties:

Contact block

Contact block

Step 2: Click Save button

Refer to following HTML code:


 

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error.

Address: Alexander Street. Vancouver, 1E1 Canada
Tel: 012.345.6789
Email:[email protected]

2. Configure Contact forms

Contact forms

Step 1: Navigate to Structure > Contact forms find Website Feedback click and edit properties:

Contact forms

Step 2: Go to Manage fields tabs, find Add field click and add Custom subject field and set properties:

Contact forms

Step 3: Go to Manage form display tab , set following properties:

>

Contact forms

Step 4: Go to Manage display tab, set following properties:

Contact forms

Step 5: Click Save button

3. Location block content

Location block

Step 1: Navigate to Structure > Blocks click Add block, create Location block and set with following properties:

Location block

Location block

Step 2: Click Save button

Refer to following HTML code:


 

About Us page

1. About us content

About us

Step 1: Navigate to Content > Add content click Article, create About us content with following properties:

About us

Step 2: Click Save button

Refer to following HTML code:


 

The auto x - since 1991

Mauris erat neque, rhoncus at lacus sit amet, aliquam hendrerit nulla. Nulla facilisi. Phasellus vel elit neque. Morbi fermentum elit ac dictum facilisis. Fusce malesuada et massa nec pellentesque. Quisque tincidunt ex sit amet lorem volutpat, vitae blandit mi egestas. Sed ut laoreet tortor, viverra eleifend risus. Suspendisse ut cursus lacus, non faucibus justo. Fusce venenatis nisl sed est consequat, quis lacinia odio tincidunt. Vivamus tortor mauris, bibendum a dapibus id, fringilla convallis sem. In purus ante, luctus ut pretium in, commodo nec purus. Fusce et purus turpis. Aenean commodo, enim non dignissim porttitor, purus metus sagittis mi, id accumsan risus mi quis nulla. Donec nec pharetra justo.

Cras tristique ante sapien, bibendum condimentum neque molestie at. Curabitur faucibus laoreet fermentum. Nullam sit amet lorem efficitur, pharetra elit non, sollicitudin leo. Fusce eleifend iaculis dapibus. Sed nec luctus enim. Nulla hendrerit sem sed risus ornare, venenatis luctus diam fermentum. Donec sit amet felis sodales, consequat ipsum nec, suscipit ipsum. Cras imperdiet nisi a tincidunt pellentesque. Nam non ultrices erat.

2. Create and configure Favorite quote block

Favorite quote block

Step 1: Navigate to Structure > Blocks click Add block, create Favorite quote block and set with following properties:

Favorite quote block

Favorite quote block

Step 2: Click Save button

Refer to following HTML code:


 

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam pretium ex vitae lacus ornare, eu molestie nibh tempus. Sed lectus odio, tincidunt eu magna sit amet, gravida venenatis leo. Nulla lacinia sagittis turpis. Integer hendrerit sapien quis arcu dapibus, quis tempus ex porta. Sed consequat sapien nec tincidunt vulputate.Osectetur

Vehicles page

1. Add and configure Search block

Vehicles

Step 1: Navigate to Structure > Block layout

Step 2: Find Content click Place block button

Step 3: Find Exposed form: vehicles-page_1 click Place block button and set following properites:

Vehicles

Step 4: Click Save block button.

2. Exposed body types block

Front end Display

Vehicle Property

2.1 Create Exposed body types block view

Step 1: Navigate to Structure > Views, find Vehicle Property view, then click Add > Block button

Vehicle Property

Step 2: To create Exposed body types block view and set following properties:

Vehicle Property

Step 3: At Display name area, click and set properties:

Vehicle Property

Step 4: At TITLE area, find Title field and set following properites:

Vehicle Property

Step 5:At FORMAT area, find Format click link and set following properties:

Vehicle Property

Step 6:At FORMAT area, find Format click Settings link and set following properties:

Vehicle Property

Step 7: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Taxonomy term: Term ID field

Vehicle Property

Step 8: At Advanced > OTHER area, add CSS class:

Vehicle Property

Step 9: Click Save to save view

2.2 Configure Vehicle Property: Block:Exposed body types block

Step 1: Navigate to Structure > Block layout

Step 2: Find Content click Place block button

Step 3: Find Vehicle Property: Block:Exposed body types click Place block button and set following properites:

Block Layout

Step 4: Click Save block button.

3. Configure Content block

Step 1: Navigate to Structure > Block layout

Step 2: Find Content and set following properites:

Block Layout

Step 3: Click Save block button.

Vehicles Details page

1. Gallery block

Front end Display

Vehicles Details

1.1 Create Vehicles Details: Block:Gallery view

Step 1: Navigate to Structure > Views, click Add new view, then create Vehicles Details view with following settings:

Vehicles Details

Step 2: Click Save and edit button. Next to steps below to set properties for following fields:

Vehicles Details

Step 3: At Display name area, click and set properties:

Vehicles Details

Step 4:At FORMAT area, find Format click Settings link and set following properties:

Vehicles Details

Step 5: At FIELDS area, click Add button to add fields: Content: Gallery, Content: Gallery

Step 6: Set properties for Content: Gallery

Vehicles Details

Step 7: Set properties for Content: Gallery

Vehicles Details

Step 8: At FIELDS area, click Rearrange button, then click Remove link Content: Title field

Vehicles Details

Step 9: At FILTER CRITERIA area, add Content: Translation language field and set properties:

Vehicles Details

Step 10: At Advanced > CONTEXTUAL FILTERS area, add Content: ID:

Vehicles Details

Step 11: At Advanced > Machine Name area, click and set following properites:

Vehicles Details

Step 12: At Advanced > Query settings area, click and set following properites:

Vehicles Details

Step 13: Click Save to save view

1.2. Configure Vehicles Details: Block:Gallery block

Step 1: Navigate to Structure > Block layout

Step 2: Find Content click Place block button

Step 3: Find Vehicles Details: Block:Gallery click Place block button and set following properites:

Vehicles Details

Step 4: Click Save block button.

2. Blocktabs:Vehicle Detail block

Front end Display

Vehicles Details

2.1 Add Block:Feature block view

Step 1: Navigate to Structure > Views, find Vehicles Details view, then click Add > Block button

Vehicles Details

Step 2: To create Vehicles Details: Block:Feature block view and set following properties:

Vehicles Details

Step 3: At Display name area, click and set properties:

Vehicles Details

Step 4: At TITLE area, find Title field and set following properites:

Vehicles Details

Step 5:At FORMAT area, find Format click link and set following properties:

Vehicles Details

Step 6:At FORMAT area, find Format click Settings link and set following properties:

Vehicles Details

Step 7: At Advanced > RELATIONSHIP area. Set For This block (override) then add Content referenced from field_features:

Step 8: At FIELDS area, click Content: Interior, Content: Safety|Security, Content: Seating, Content: Infotainment|Technology, Content: Exterior fields

Step 9: Set properites for Content: Content: Interior field

Vehicles Details

Step 10: Set properites for Content: Safety|Security field

Vehicles Details

Step 11: Set properites for Content: Seating field

Vehicles Details

Step 12: Set properites for Content: Infotainment|Technology field

Vehicles Details

Step 13: Set properites for Content: Exterior field

Vehicles Details

Step 14: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Content: Gallery, Content: Gallery field

Vehicles Details

Step 15: At Advanced > OTHER area, add CSS class:

Vehicles Details

Step 16: Click Save to save view

2.2 Add Block:Engineering block view

Step 1: Navigate to Structure > Views, find Vehicles Details view, then click Add > Block button

Vehicles Details

Step 2: To create Vehicles Details: Block:Engineering block view and set following properties:

Vehicles Details

Step 3: At Display name area, click and set properties:

Vehicles Details

Step 4: At TITLE area, find Title field and set following properites:

Vehicles Details

Step 5: At Advanced > RELATIONSHIP area. Set For This block (override) then add Content referenced from field_engineering :

Step 6: At FIELDS area, click add Content: Engineering Image, Content: Title, Content: Body fields

Step 7: Set properites for Content: Engineering Image field

Vehicles Details

Step 8: Set properites for Content: Title field

Vehicles Details

Step 9: Set properites for Content: Body field

Vehicles Details

Step 10: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Content: Gallery, Content: Gallery field

Vehicles Details

Step 11: At FILTER CRILERIA area, find and click Content: Translation language link and set following properites:

Vehicles Details

Step 12: Click Save to save view

2.3 Add Block:Finance services block view

Step 1: Navigate to Structure > Views, find Vehicles Details view, then click Add > Block button

Vehicles Details

Step 2: To create Vehicles Details: Block:Finance services block view and set following properties:

Vehicles Details

Step 3: At Display name area, click and set properties:

Vehicles Details

Step 4: At TITLE area, find Title field and set following properites:

Vehicles Details

Step 5: At Advanced > RELATIONSHIP area. Set For This block (override) then add Content referenced from field_finance_services:

Step 6: At FIELDS area, click add Content: Body fields and set following properites:

Vehicles Details

Step 7: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Content: Gallery, Content: Gallery field

Vehicles Details

Step 8: Click Save to save view

2.4 Add Block:Technology block view

Step 1: Navigate to Structure > Views, find Vehicles Details view, then click Add > Block button

Vehicles Details

Step 2: To create Vehicles Details: Block:Technology block view and set following properties:

Vehicles Details

Step 3: At Display name area, click and set properties:

Vehicles Details

Step 4: At TITLE area, find Title field and set following properites:

Vehicles Details

Step 5: At Advanced > RELATIONSHIP area. Set For This block (override) then add Content referenced from field_technology:

Step 6: At FIELDS area, click add Content: Body fields and set following properites:

Vehicles Details

Step 7: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Content: Gallery, Content: Gallery field

Vehicles Details

Step 8: Click Save to save view

2.5 Add Block:Build your vehicle view

Step 1: Navigate to Structure > Views, find Vehicles Details view, then click Add > Block button

Vehicles Details

Step 2: To create Vehicles Details: Block:Build your vehicle block view and set following properties:

Vehicles Details

Step 3: At Display name area, click and set properties:

Vehicles Details

Step 4: At TITLE area, find Title field and set following properites:

Vehicles Details

Step 5: At Advanced > RELATIONSHIP area. Set For This block (override) then add Content referenced from field_build_your_vehicle :

Step 6: At FIELDS area, click add Content: Body fields and set following properites:

Vehicles Details

Step 7: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Content: Gallery, Content: Gallery field

Vehicles Details

Step 8: Click Save to save view

2.6 Create Blocktabs:Vehicle Detail block

Step 1: Navigate to Structure > Block Tabs find and click Add block tabs button to create Vehicle Detail block with following properties:

Block Tabs

Step 2: At Tab choose view tab option, then click Add button to create Features block with following properties:

Block Tabs

Step 3: At Tab choose view tab option, then click Add button to create Engineering block with following properties:

Block Tabs

Step 4: At Tab choose view tab option, then click Add button to create Technology block with following properties:

Block Tabs

Step 5: At Tab choose view tab option, then click Add button to create Build your vehicle block with following properties:

Block Tabs

Step 6: At Tab choose view tab option, then click Add button to create Finance services block with following properties:

Block Tabs

Step 7: Click Update blocktabs button

2.7 Configure Blocktabs:Vehicle Detail block

Step 1: Navigate to Structure > Block layout

Step 2: Find Content click Place block button

Step 3: Find Blocktabs:Vehicle Detail click Place block button and set following properites:

Configure Blocktabs block

Step 4: Click Save block button.

News page

1. Autox news menu block

Front end Display

Autox news menu

1.1 Create and add link Autox news menu

Step 1: Navigate to Structure > Menu, click Add menu link to create Autox news menu link with following properties:

Autox news menu

Step 2: Click Add link link and add link following: Autox news, Car news, Car reviews, Car life, Car gifts, Technology, Auto shows, Events menu items

Step 3: Set properties Autox news menu item

Autox news menu

Step 4: Set properties Car news menu item

Autox news menu

Step 5: Set properties Car reviews menu item

Autox news menu

Step 6: Set properties Car life menu item

Autox news menu

Step 7: Set properties Car gifts menu item

Autox news menu

Step 8: Set properties Technology menu item

Autox news menu

Step 9: Set properties Auto shows menu item

Autox news menu

Step 10: Set properties Events menu item

Autox news menu

Step 11: Click Save button

1.2 Configure Autox news menu block

Step 1: Navigate to Structure > Block layout

Step 2: Find Sidebar first click Place block button

Step 3: Find Autox news menu click Place block button and set following properites:

Autox news menu

Step 4: Click Save block button.

2.Block: Default page content

Front end Display

Vehicle Property

2.1 Create Block: Default page content block view

Step 1: Navigate to Structure > Views, find News view, then click Add > Block button

Vehicle Property

Step 2: To create Block: Default page content block view and set following properties:

Vehicle Property

Step 3: At Display name area, click and set properties:

Vehicle Property

Step 4: At TITLE area, find Title field and set following properites:

Vehicle Property

Step 5:At FORMAT area, find Format click link and set following properties:

Vehicle Property

Step 6:At FORMAT area, find Format click Settings link and set following properties:

Vehicle Property

Step 7: At FIELDS area, click and set by fields

Step 8: Set properties for Content: Image

News

Step 9: Set properties for Content: Summary

News

Step 10: At FILTER CRITERIA area, add Content revision: Translation language field and set properties:

News

Step 11: At PAGER area, find Use pager click Display a specified number of items link and set following properites

News

Step 12: At PAGER area, find Use pager click 1 items link and set following properites

News

Step 13: At Advanced > OTHER area, add CSS class:

News

Step 14: Click Save to save view

2.2 Configure Vehicle Property: Block:Exposed body types block

Step 1: Navigate to Structure > Block layout

Step 2: Find Panel first click Place block button

Step 3: Find News default page contents click Place block button and set following properites:

News

Step 4: Click Save block button.

News Details page

1. Add and configure Ads block

Front end Display

Ads

Step 1: Navigate to Structure > Block layout find Add custom block link. Click and create Ads block with following properties:

Ads

Ads

Step 2: Click Save button

Refer to following HTML code:


 

Ads

2. Add and configure Latest Stories block

Front end Display

News Details

2.1 Add Block: Latest Stories block view

Step 1: Navigate to Structure > Views, find News view, then click Add > Block button

News Details

Step 2: To create Block: Latest Stories block view and set following properties:

News Details

Step 3: At Display name area, click and set properties:

News Details

Step 4: At TITLE area, find Title field and set following properites:

News Details

Step 5: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove link Content: Image, Content: Summary field

News Details

Step 6: At FILTER CRITERIA area, add Content revision: Translation language, Content: News Type field

Step 7: Set properites for Content revision: Translation language

News Details

Step 8: Set properites for Content: News Type field

News Details

News Details

Step 9: At FILTER CRITERIA area, click Rearrange button and set following arrange

News Details

Step 10: At SORT CRITERIA area, click Rearrange button. Set For This block (override), then click Remove link Content: Weight field

Step 11: At PAGER area, find Use pager click Display a specified number of items link and set following properites

News Details

Step 12: At PAGER area, find Use pager click 1 items link and set following properites

News Details

Step 13: At Advanced > CONTEXTUAL FILTERS area, set For This block (override), then click Remove link Content: News Type field

Step 14: At Advanced > OTHER area, add CSS class:

News Details

Step 15: Click Save to save view

2.2 Configure News: Block: Latest Stories block

Step 1: Navigate to Structure > Block layout

Step 2: Find Sidebar first click Place block button

Step 3: Find News: Block: Latest Stories click Place block button and set following properites:

Block Layout

Step 4: Click Save block button.

Main navigation menu block

Front end Display

Main navigation

1. Add menu item link Main navigation menu

Step 1: Navigate to Structure > Menu, find Main navigation link click and add menu item with following properties:

Main navigation

Step 2: Click Add link link and add link following: About us, Vehicles, Dealers, News, FAQs, Contact menu items

Step 3: Set properties About us menu item

Main navigation

Step 4: Set properties Verhicles menu item

Main navigation

Step 5: Set properties Dealers menu item

Main navigation

Step 6: Set properties News menu item

Main navigation

Step 7: Set properties FAQs menu item

Main navigation

Step 8: Set properties Contact menu item

Main navigation

Step 9: Set properties Home menu item

Main navigation

Step 10: Click Save button

More Configurations

Site Information

In this section, you can change basic settings, such as the site name, slogan, e-mail address.

1. Log in to Administration site page by administrator account

2. Navigate to the Site Information page Configuration > System: Basic site settings

Site Information

3. Change site details from the view:

  1. Site name
  2. Slogan
  3. E-mail address
  4. Set Default Front page

4. Click on Save configuration to finish editing.

Appearance Settings

Step 1: Log into website by administrator account.

Step 2: Go to Appearance > Settings find Autox tab click and set following properites:

Appearance Settings

Step 3: Click on Save configuration button.