(/)
Doc Navigation
Installation
Taxonomy configuration
Media Configurations
Create Homepage
Create Subpages
More Configurations
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. Luxestate 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, Luxestate 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 Luxestate D8
(https://www.weebpal.com/drupal-themes/luxestate-interior-business-drupal-8-theme) to look exactly like the demo site
(http://demo.weebpal.com/drupal8/luxestate/).
1. Luxestate D8 Package
Luxestate D8, as the name has implied, is a theme wholly dedicated for shopping only. The template can serve well as a B2B, or B2C ecommerce website. It
comes with a clean simple design with fully responsive layout, easy to use template which is conforming to Drupal best practice & standard.
Drupal can build a strong Luxestate D8 website, and this theme proves the point.
Included content:
README.txt
2. Features
Documentation included.
Browser compatibility
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
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/homepage.png)
About us page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/about-us-page.png)
Services Page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-page.png)
Porfolio Page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page.png)
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-page.png)
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-page.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-page.png)
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-default-page.png)
Contact page
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/contact-page.png)
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,
PHP
PHP 5.5.9 or higher
PHP 5GD library installed
If you are new to Drupal (http://www.drupal.org/), please take a reference to System requirements (http://drupal.org/requirements) on drupal.org
(http://www.drupal.org).
5. Module requirements
Core Modules
Action
Aggregator
Automated Cron
Ban
Basic Auth
Big Pipe
Block
Block Content
Book
Breakpoint
Locale
Update manager
Third-party Modules
3. Colorbox (http://drupal.org/project/colorbox)
4. Ctools (http://drupal.org/project/ctools)
5. Devel (https://www.drupal.org/project/devel)
6. Libraries (https://www.drupal.org/project/libraries)
7. Memcache (http://drupal.org/project/memcache)
Download Drupal core files, and extend your site with modules at here (https://www.drupal.org/download).
Installation
How to install a WeebPal demo package
1. Download one theme package of your choice (e.g: Luxestate D8 (https://www.weebpal.com/drupal-themes/luxestate-interior-business-drupal-8-theme))
Files included:
README.txt
This demo package includes all source codes and content, including sample images. This package will be used to build a site like our demo
(http://demo.weebpal.com/drupal8/luxestate/) for the theme easily.
Package
(/sites/default/files/guide_static/guides_d8/luxestate/structure/package.png)
The below steps will give you the installation guide so that you can build your website to look exactly like the Luxestate D8 Demo
(http://demo.weebpal.com/drupal8/luxestate/)
luxestate_d8-demo-8.1.8.zip
2. Extract luxestate_d8-demo-8.1.8.zip above and copy it into your host, and rename the directory
Quick Installation
(/sites/default/files/guide_static/guides_d8/luxestate/structure/quick_install_demo_package.png)
3. Access your MySQL database and create a new database (e.g: luxestate_d8) and user account. Don't forget to add correct permissions to new user to
access the database
Quick Installation
(/sites/default/files/guide_static/guides_d8/luxestate/structure/database-create.png)
4. In the demo directory database/ , you can find database dump named sample_data.sql.
Quick Installation
(/sites/default/files/guide_static/guides_d8/luxestate/structure/quick_install_database.png)
Quick Installation
(/sites/default/files/guide_static/guides_d8/luxestate/structure/database-import.png)
5. Now, you need to modify sites/default/default.settings.php file. Clone default.settings.php file, then rename it "settings.php"
Quick Installation
(/sites/default/files/guide_static/guides_d8/luxestate/structure/quick_install_settings.png)
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
(/sites/default/files/guide_static/guides_d8/luxestate/structure/quick_install_settings_database.png)
1 $databases['default']['default'] = array (
2 'database' => 'databasename',
3 'username' => 'username',
4 'password' => 'password',
5 'prefix' => '',
6 'host' => 'localhost',
7 'port' => '3306',
8 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
9 'driver' => 'mysql',
10 );
11 $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 Luxestate D8 Demo
(http://demo.weebpal.com/drupal8/luxestate/)
Now, you can visit administrator site with the admin account admin/admin to delete the unnecessary contents and add the new ones.
Download Drupal 8
(/sites/default/files/guide_static/guides_d8/luxestate/structure/dev-performance.png)
Download Drupal 8
(/sites/default/files/guide_static/guides_d8/luxestate/structure/dev-clear-caches.png)
1. Install Drupal
1. Go to Drupal download page (https://www.drupal.org/download) and download the latest version of Drupal 8
Download Drupal 8
(/sites/default/files/guide_static/guides_d8/luxestate/structure/preparation-download-drupal8.png)
2. Extract and copy Drupal folder to your host and rename the directory (e.g: luxestate_d8)
3. Access to database and create a new database with a name such as Luxestate D8.
(/sites/default/files/guide_static/guides_d8/luxestate/structure/database-create.png)
Install Drupal 8
(/sites/default/files/guide_static/guides_d8/luxestate/structure/install-drupal-step1.png)
Install Drupal 8
(/sites/default/files/guide_static/guides_d8/luxestate/structure/install-drupal-step2.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/install-drupal-step3.png)
Install Drupal 8
(/sites/default/files/guide_static/guides_d8/luxestate/structure/install-drupal-step4.png)
9. Click Visit your new site and you will have a new site.
You can refer the guide (https://www.drupal.org/docs/8/install) from drupal.org (http://drupal.org/) to delve more details about drupal installation.
(/sites/default/files/guide_static/guides_d8/luxestate/structure/preparation-extract.png)
3. Navigate to Appearance > Choose Enable and set default Onepage theme
(/sites/default/files/guide_static/guides_d8/luxestate/structure/preparation-set-default.png)
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 (http://drupal.org/documentation/install/modules-themes/modules-8) is an essential
guide.
1. Extract luxestate_d8-8.1.8.zip
2. Open extracted folder, go to sites/all and copy all folders inside (modules, themes, libraries)
Note: See this guide (http://www.weebpal.com/guides/how-install-weebpal-theme-drupal-developers) 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.
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 (http://drupal.org/documentation/modules/taxonomy)
STEP 1: Navigate to Structure > Taxonomy find Vocabulary Tags and click List terms button
Vocabulary
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy.png)
STEP 2: Click Add term button to foreach add term Company, CSS, Drupal, Service, Software, Transportation for taxonomy Tags
Vocabulary
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-list.png)
Then, add terms
Taxonomy
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-term-1.png)
Taxonomy
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-term-2.png)
Taxonomy
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-term-3.png)
Taxonomy
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-term-4.png)
Taxonomy
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-term-5.png)
Taxonomy
(/sites/default/files/guide_static/guides_d8/luxestate/structure/taxonomy-term-6.png)
Note: See this guide (http://www.weebpal.com/guide/how-know-main-features-drupal-quickly#tutorial-section-3-5) 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
(/sites/default/files/guide_static/guides_d8/luxestate/structure/image-styles.png)
Image Styles
(/sites/default/files/guide_static/guides_d8/luxestate/structure/image-styles-step1.png)
Image Styles
(/sites/default/files/guide_static/guides_d8/luxestate/structure/image-styles-step2.png)
Image Styles
(/sites/default/files/guide_static/guides_d8/luxestate/structure/image-styles-step3.png)
Image Styles
(/sites/default/files/guide_static/guides_d8/luxestate/structure/image-styles-step4.png)
STEP 1: Navigate to Configuration > Web services , find and click ShareThis line
Module
(/sites/default/files/guide_static/guides_d8/luxestate/structure/module-sharethis-find.png)
Module
(/sites/default/files/guide_static/guides_d8/luxestate/structure/module-sharethis.png)
Content Type Configurations
Modify Article type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-edit.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-field.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-banner-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-banner-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-summary-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-form-display.png)
STEP 6: Go to Manage display tab > Default tab, set following properties:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-display-default.png)
STEP 8: Navigate to Configuration > Regional and language . Click Content language and translation add setting following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-article-regional.png)
STEP 1: Navigate to Structure > Content Type > Basic page. In Basic page, go to Manage display tab > Default tab, set following properties:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-basic-page-field.png)
STEP 2: Set properties for Icon class field
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-basic-page-icon-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-basic-page-form-display.png)
STEP 5: Navigate to Configuration > Regional and language . Click Content language and translation add setting following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-basic-page-regional.png)
Banner type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-create.png)
STEP 3: Click Save and manage fields button, then add following fields:
Banner type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-field.png)
Banner type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-banner-add.png)
Banner type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-banner-settings.png)
Banner type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-title-add.png)
Banner type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-title-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-body-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-type-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-type-settings.png)
STEP 8: At Manage fields tab, find Type field line to click Storage settings link and settings following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-type-storage.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-type-storage-settings.png)
1 1|Blog details
2 2|Blog page
3 3|Portfolio details
4 4|Portfolio page
5 5|About us
6 6|Service
7 7|Contact
8 8|Userlogin page
9
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-form-display.png)
STEP 10: Go to Manage display tab > Default tab, set following properties:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-display-deafult.png)
STEP 11: Go to Manage display tab > Teaser tab, set following properties:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-banner-display-teaser.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-create.png)
STEP 3: Click Save and manage fields button, then add following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-field.png)
STEP 4: Set properties for Image field
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-img-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-img-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-cmt-add.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-slideshow-add.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-slideshow-settings.png)
STEP 7: Set properties for Tags field
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-tags-add.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-tags-settings.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-video-add.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-video-settings.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-form-display.png)
STEP 10: Go to Manage display tab > Default tab, set following properties:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-display-defautl.png)
STEP 12: Navigate to Configuration > Regional and language . Click Content language and translation add setting following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-blog-regional.png)
STEP 2: Click Add Content Type link to create Our mission type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourmission-create.png)
STEP 3: Click Save and manage fields button, then add following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourmission-field.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourmission-img-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourmission-img-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourmission-form-display.png)
STEP 7: Navigate to Configuration > Regional and language . Click Content language and translation add setting following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourmission-regional.png)
STEP 2: Click Add Content Type link to create Our services type
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourservice-create.png)
STEP 3: Click Save and manage fieldsbutton, then add following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourservice-field.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourservice-percent-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourservice-percent-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourservice-form-display.png)
STEP 7: Navigate to Configuration > Regional and language . Click Content language and translation add setting following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-ourservice-regional.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-create.png)
STEP 3: Click Save and manage fields button, then add following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-field.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-img-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-img-setting.png)
STEP 5: Set properties for Links field
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-link-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-form-display.png)
STEP 7: Go to Manage display tab > Default tab. Set following properties:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-partners-display-default.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-create.png)
STEP 3: Click Save and manage fields button, then add following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-field.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-gallery-add.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-gallery-settings.png)
STEP 5: At Manage fields tab, find Gallery field line to click Storage settings link and settings following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-gallery-storage.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-gallery-storage-settings.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-portfolio-form-display.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-whyus-create.png)
STEP 3: Click Save and manage fields button, then add following fields:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-whyus-field.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-whyus-type-add.png)
STEP 5: At Manage fields tab, find Why us type field line to click Storage settings link and settings following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-whyus-type-storage.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-whyus-type-storage-settings.png)
1 1|About us
2 2|Services
3
(/sites/default/files/guide_static/guides_d8/luxestate/structure/ctt-whyus-form-display.png)
STEP 1: Navigate to Configuration > Search and metadata > URL aliases click Patterns tabs then add Add Pathauto pattern following properties:
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-patterns.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-banner.png)
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-blog.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-our-mission.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-our-service.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-partners.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-portfolio.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-tags.png)
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/structure/url-why-us.png)
Create Homepage
Slideshow block
Front end Display
Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-block.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Slideshow view with following settings:
Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-view.png)
STEP 3: At FIELDS area, click Add button to add fields: Content: Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-view-slideshow.png)
STEP 5: At FIELDS area, click Rearrange button. Then remove Content: Title and set following arrange
Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-view-rearr.png)
STEP 6: At FILTER CRITERIA area, add Content: Slideshow:target_id field and set properties:
Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-view-slideshow-id.png)
Slideshow
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-view-css.png)
STEP 3: Find Slideshow click Place block button and set following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/slideshow-block-settings.png)
Frontpage
Front end Display
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-block.png)
STEP 1: Navigate to Structure > Views, find Frontpage view, then click Edit view with following settings:
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view.png)
STEP 2: At FORMAT area, find Format click link and set following properties:
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-format.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-settings.png)
STEP 3: At FORMAT area, find Show click and link and set following properties:
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-show.png)
STEP 4: At FIELDS area, click Add button to add fields: Content: Title, Content: Body, Content: Link to Content, Global: Custom text
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-title.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-body.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-link.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-global.png)
STEP 9: At FIELDS area, click Rearrange button and set following arrange
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-rearr.png)
STEP 10: At FILTER CRITERIA area, add Content: Content type, Content: Title field and set properties:
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-type.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-title-2.png)
STEP 13: At FILTER CRITERIA area, click Rearrange button to remove Content: Promoted to front page, Content: Translation language fields and set
following arrange
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-criteria-rearr.png)
STEP 14: At PAGER area, find and click Use pager link and set following properites:
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-pager-1.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-pager-2.png)
Frontpage
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/frontpage-view-css.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-block.png)
About us content
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-content.png)
1 <p>“It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The poin
2
3 <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected hu
4
5 <h4>AMANDA CLARKE</h4>
6
7 <h5>Creative Director</h5>
8
9
1 <h1>What is Lorem Ipsum?</h1>
2
3 <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ev
4
5 <h1>Where can I get some?</h1>
6
7 <p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected h
8
9 <h1>Where does it come from?</h1>
10
11 <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC,
12
13
2. Create About us view
STEP 1: Navigate to Structure > Views, click Add new view, then create About us view with following settings:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view.png)
STEP 3: At Display name area, click and set properties:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-name.png)
STEP 4: At FIELDS area, click Add button to add fields: Content: Path, Content: Banner, Content: Summary, Global: Custom text
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-title.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-path.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-banner.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-global.png)
1 <div class="views‐field wp‐views‐field‐view‐node">
2 <a href="{{ path }}">Read more</a>
3 </div>
4
STEP 9: At FIELDS area, click Rearrange button and set following arrange
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-rearr.png)
STEP 10: At FILTER CRITERIA area, click Add button to add Content: ID, Content: Translation language fields and set following properites:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-id.png)
Note: ID of content is taken by
Navigate to Configuration > Search and metadata > URL aliases find /about-us path.
Patterns
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-url-id.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-trans.png)
STEP 13: At LANGUAGE area, find and click Rendering Language link and set following properites:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-language.png)
STEP 3: Find About us: About us click Place block button and set following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/about-us-view-bock-conf.png)
Portfolio block
Front end Display
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-block.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Portfolio view with following settings:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view.png)
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-name.png)
STEP 4: At FORMAT area, find Format click Settings link and set following properties:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-show-settings.png)
STEP 5: At FIELDS area, click Add button to add fields: Content: Gallery
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-gallery.png)
STEP 7: At FIELDS area, click Rearrange to remove Content: Title button and set following arrange
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-rearr.png)
STEP 8: At FILTER CRITERIA area, add Content: Gallery:target_id field and set properties:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-gallery-id.png)
STEP 9: At HEADER area, click Add button to add field Global: Text area with following properties:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-header.png)
1 “There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humo
2
3 ‐‐ Lorem Ipsum ‐‐
4
STEP 10: At FOOTER area, click Add button to add field Global: Text area with following properties:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-footer.png)
1 “If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.”
2
3 ‐‐ H. Rackham ‐‐
4
STEP 3: Find Portfolio: Porfolio front page click Place block button and set following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-block-conf.png)
Latest news block
Front end Display
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-block.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Blog page view with following settings:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-name.png)
STEP 4: At FORMAT area, find Format click Settings link and set following properties:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/portfolio-view-show-settings.png)
STEP 5: At FILTER CRILERIA area, click Add button to add fields: Content: Path, Content: Image, Content: Authored by, Content: Authored on, Content:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-path.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-image.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-by.png)
1 by {{ uid }}
2
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-on.png)
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-tags.png)
1 in {{ field_tags }}
2
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-body.png)
STEP 12: At FIELDS area, click Rearrange button and set following arrange
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-rearr.png)
STEP 13: At FILTER CRITERIA area, add Content: Translation language field and set properties:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-trans.png)
STEP 14: At HEADER area, click Add button to add field Global: Text area with following properties:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-global.png)
1 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
2 Praesent facilisis massa nellyary eget magna semper, dolor sit amet.
3
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-css.png)
STEP 3: Find Blog page: Block news click Place block button and set following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/blogpage-view-block-conf.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Our partners view with following settings:
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view.png)
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-name.png)
STEP 4: At FIELDS area, click Add button to add fields: Content: Link, Content: Partners
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-link.png)
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-partners.png)
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-title.png)
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-css.png)
STEP 3: Find Our partners: Our partners click Place block button and set following properites:
Our Partners
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/our-partners-view-block-conf.png)
Quick links
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/footer-first-column-block.png)
STEP 1: Navigate to Structure > Menu, click Add menu link to create Quick links link with following properties:
Quick links
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/quick-link-menu.png)
STEP 2: Click Add link link to add link following: Drupal, Facebook, Google, Twitter, WeebPal, Wordpress menu items
STEP 3: Set properties foreach menu item is the same Drupal menu item
Quick links
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/quick-link-menu-conf.png)
STEP 3: Find Quick links click Place block button and set following properites:
Quick links
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/quick-link-menu-block-conf.png)
STEP 3: Find Main navigation click Place block button and set following properites:
Quick links
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/main-menu-block-conf.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-block.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-edit.png)
STEP 2: Click Add > Block button. Next to steps below to set properties for following fields:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view.png)
STEP 3: At Display name area, click and set properties:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-name.png)
STEP 4: At FORMAT area, find Format click Format link and set following properties:
Portfolio
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-format.png)
STEP 5: At FILTER CRILERIA area, click Add button to add fields: Global: Text area
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-global-add.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-global.png)
1 <div class="views‐field wp‐views‐field‐img">
2 {{ field_image }}
3 </div>
4 <div class="views‐inner views‐fieldset">
5 <div class="views‐field wp‐views‐field‐title">
6 {{ title }}
7 </div>
8 <div class="views‐field wp‐views‐field‐body">
9 {{ body }}
10 </div>
11 <div class="views‐field wp‐views‐field‐created">
12 {{ created }}
13 </div>
14 </div>
15
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-image.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-on.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-body.png)
STEP 10: Set properties for Content: Title
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-title.png)
STEP 11: At FIELDS area, click Rearrange button to remove Content: Path, Content: Authored by, Content: Tags and set following arrange
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-rearr.png)
STEP 12: At PAGER area, find Use pager click Display a specified number of items link and set following properites
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-pager-1.png)
STEP 13: At PAGER area, find Use pager click 3 items link and set following properites
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-pager-2.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-css.png)
STEP 3: Find Blog page: Latest news click Place block button and set following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/lastest-news-view-block-conf.png)
Newsletter block
Front end Display
Newsletter
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/newsletter-block.png)
STEP 3: Find Simplenews subscription click Place block button and set following properites:
Newsletter
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/newsletter-block-conf.png)
STEP 4: Click Save block button.
Contact us block
Front end Display
Contact us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/contact-us-block.png)
Contact us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/contact-us-add.png)
Contact us
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/contact-us-conf.png)
1 <p>The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non‐characteristic words etc.</p>
2
3 <address><span>1‐800‐123‐HELLO</span> <a href="mailto:help@travelo.com" title="help@travelo.com">help@travelo.com</a></address
4
5 <div class="social‐wrap">
6 <ul class="list‐inline social‐list"><li><a href="#" title="Twitter"><span aria‐hidden="true" class="fa fa‐twitter">Twitter</
7 <li><a href="#" title="Google"><span aria‐hidden="true" class="fa fa‐google‐plus">Google</span></a></li>
8 <li><a href="#" title="Facebook"><span aria‐hidden="true" class="fa fa‐facebook">Facebook</span></a></li>
9 <li><a href="#" title="linkkedin"><span aria‐hidden="true" class="fa fa‐linkedin‐square">linkkedin</span></a></li>
10 <li><a href="#" title="vimeo"><span aria‐hidden="true" class="fa fa‐vimeo">vimeo</span></a></li>
11 <li><a href="#" title="dribble"><span aria‐hidden="true" class="fa fa‐dribbble">dribble</span></a></li>
12 <li><a href="#" title="flick"><span aria‐hidden="true" class="fa fa‐flickr">flick</span></a></li>
13 </ul></div>
14
15
Copyright block
Front end Display
Copyright
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/copyright-block.png)
STEP 1: Navigate to Structure > Block layout find Add custom block link. Click and create Copyright block with following properties:
Copyright
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/copyright-add.png)
Copyright
(/sites/default/files/guide_static/guides_d8/luxestate/homepage/copyright-conf.png)
1 <p>© copy 2016 Luxestate is proudly powered by <a href="http://drupal.org (http://drupal.org)" target="_blank">Drupal</a> | Designed by <
2
3
Create Subpages
Site branding block
Configure Site branding block
STEP 3: Find Site branding click Place block button and set following properites:
Page Title
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/site-branding.png)
STEP 3: Find Page title click Place block button and set following properites:
Page Title
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/page-title-block-conf.png)
STEP 5: Scroll to the bottom of the page and click Save blocks button.
Main navigation
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/main-menu-block.png)
STEP 3: Find Main navigation click Place block button and set following properites:
Main navigation
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/main-menu-conf.png)
STEP 4: Click Save block button.
2. Add menu items
Main navigation
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/main-menu-add-link.png)
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/main-menu-add-contact.png)
Main navigation
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/main-menu-add-moretheme.png)
Search form
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/search-block.png)
STEP 3: Find Search form click Place block button and set following properites:
Search form
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/search-block-conf.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-block.png)
STEP 1: Navigate to Structure > Views, find Blog page view click Edit button:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-page-edit.png)
STEP 2: Click Add > Block button to create Recent Posts block view and set properties for following fields:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-name.png)
STEP 4: At TITLE area, find Title field and set following properites:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-title.png)
STEP 5: At FORMAT area, find Format click link and set following properties:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-format.png)
STEP 6: At FIELDS area, click Rearrange button. Set For This block (override), then click Remove to remove Content: Path, Content: Image, Content:
Authored by, Content: Authored on, Content: Tags, Content: Body field and set following properites:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-rearr.png)
STEP 7: At HEADER area, set for This block (override), then click Remove field Global: Text area with following properties:
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-header.png)
STEP 8: At PAGER area, find Use pager click Display a specified number of items link and set following properites
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-pager-1.png)
STEP 9: At PAGER area, find Use pager click 3 items link and set following properites
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-pager-2.png)
Blog page
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/recent-post-view-css.png)
STEP 3: Find Blog page: Recent Posts click Place block button and set following properites:
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-block.png)
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view.png)
STEP 3: At Advanced > OTHER area, click Use aggregation and set following properites:
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-aggregate.png)
STEP 4: At Advanced > RELATIONSHIP area, click Add button to add field Representative node and set following properites:
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-node.png)
STEP 5: At FIELDS area, click Add button to add fields: Taxonomy Term: Name
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-count.png)
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-name.png)
STEP 7: At FILTER CRITERIA area, click Add button to add Taxonomy Term: Translation language fields and set following properites:
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-trans.png)
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-view-css.png)
STEP 3: Find Tags click Place block button and set following properites:
Tags in Tags
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/tags-block-conf.png)
About Us page
Front end Display
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/about-us-page.png)
1. Banner block
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-block.png)
STEP 1: Navigate to Content > Add content click Banner, create About us content with following properties:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-about-content.png)
1 <p>“It is a long established fact that a reader will be distracted by the readable content of a page when looking”</p>
2
STEP 1: Navigate to Structure > Views, click Add new view, then create Banner view with following settings:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-name.png)
STEP 4: At FIELDS area, click Add button to add fields: Content: Banner Title, Content: Body, Content: Image, Global: Custom text
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-title.png)
STEP 6: Set properties for Content: Body
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-body.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-banner-title.png)
STEP 8: Set properties for Content: Image
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-img.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-global.png)
1 <div class="views‐inner">
2 <div class="views‐field wp‐views‐field‐banner‐title">
3 <span>
4 {{ field_banner_title }}
5 <span>
6 </span></span></div>
7 <div class="views‐field wp‐views‐field‐body">
8 {{ body }}
9 </div>
10 </div>
11
12
STEP 10: At FIELDS area, click Rearrange button and set following arrange
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-rearr.png)
STEP 11: At FILTER CRITERIA area, click Add button to add Content: Type fields and set following properites:
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-type.png)
About us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-css.png)
STEP 3: Find Banner: About us page Banner click Place block button and set following properites:
Configure About us block
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-ab-block-conf.png)
Our
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-block.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Our mission view with following settings:
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view.png)
STEP 3: At FORMAT area, find Format click Settings link and set following properties:
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view-settings.png)
STEP 4: At FIELDS area, click Add button to add fields: Content: ShareThis Link, Content: Body, Content: Image
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view-title.png)
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view-img.png)
STEP 7: At FIELDS area, click Rearrange button and set following arrange
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view-rearr.png)
Our mission
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-view-css.png)
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-mission-block-conf.png)
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-block.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Our Service view with following settings:
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-view.png)
STEP 3: At FIELDS area, click Add button to add fields: Content: Percent, Content: Percent, Global: Custom text
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-title.png)
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-percent-2.png)
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-percent.png)
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-global.png)
1 <div class="progress">
2 <div class="progress‐bar" role="progressbar" aria‐valuenow="{{ field_percent }}" aria‐valuemin="0" aria‐valuemax="100" style
3 <span class="sr‐only">{{ field_percent }} Complete</span>
4 </div>
5 </div>
6
STEP 8: At FIELDS area, click Rearrange button and set following arrange
Our Service
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-rearr.png)
STEP 3: Find Our Service click Place block button and set following properites:
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/our-service-block-conf.png)
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-block.png)
STEP 1: Navigate to Structure > Views, click Add new view, then create Why choose us view with following settings:
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view-create.png)
STEP 2: Click Save and edit button. Next to steps below to set properties for following fields:
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view.png)
STEP 3: At FIELDS area, click Add button to add fields: Content: Body, Global: View result counter
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view-title.png)
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view-global.png)
STEP 6: At FIELDS area, click Rearrange button and set following arrange
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view-rearr.png)
STEP 7: At FILTER CRITERIA area, click Add button to add Content: Why us type fields and set following properites:
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view-type.png)
STEP 9: At Advanced > OTHER area, add CSS class:
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-view-css.png)
STEP 3: Find Why choose us click Place block button and set following properites:
Why us block
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/why-us-block-conf.png)
Services page
Front end Display
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-page.png)
1. Banner block
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-block.png)
STEP 1: Navigate to Content > Add content click Banner, create Services content with following properties:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-content.png)
1 <p>“It is a long established fact that a reader will be distracted by the readable content of a page when looking”</p>
2
STEP 1: Navigate to Structure > Views, find Banner view click Edit button:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-edit.png)
STEP 2: Click Add > Block button to create Services page Banner block view and set properties for following fields:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-view.png)
STEP 3: At Display name area, click and set properties:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-view-name.png)
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-view-title.png)
STEP 5: At FILTER CRITERIA area, click Content: Type field and set following properites:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-view-type.png)
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-view-css.png)
STEP 3: Find Banner: Services page Banner click Place block button and set following properites:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-banner-block-conf.png)
2. Services content
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-content-block.png)
STEP 1: Navigate to Content > Add content click Article to create Services content with following properties:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-content.png)
1 <p>“It is a long established fact that a reader will be distracted by the readable content of a page when looking”</p>
2
1 <p><strong>WHY DRUPAL?</strong></p>
2
3 <p>Drupal is well‐known for its flexibility, extend ability, and security. Whenever you think about customizing, having some specific fun
4
5 <p><strong>OUR DRUPAL DEVELOPMENT SERVICES INCLUDE:</strong></p>
6
7
Drupal Website Development
Have a website to build? We can help create a full function website starting from an idea. Based on our project management process, we'll analyze and
discuss with you to bring the best solution. This is followed by designing, developing, testing, and deploying your Drupal site.
We are happy to do any changes to your existing features, or extending your CMS’ functionality to a higher level that suits your purpose.
Drupal Theming has been our strength. We have years of in-depth experience with theme design development. If you need a brand-new template that
embraces the attractiv design feel and integrates up-to-date technologies, leave it for our team of experienced designers, front-ends, and back-ends
We help you develop or customize an existing module that fits your website's direction..
Having a website SEO friendly to be able to get to the top of search engines is the goal of most website administrators. We help get your website well
optimized, and fix SEO issues that affects your website ranking.
Maintenance should never been neglected. We help you with this job, checking all the important matters to make sure you Drupal projects up to best status.
We have experience upgrading your Drupal to the newer version, or move from another CMS to Drupal
Ecommerce Websites
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-whyus-block.png)
STEP 1: Navigate to Structure > Views, find Why us view click Edit button:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-edit.png)
STEP 2: Click Add > Block button to create Our amazing features block view and set properties for following fields:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-whyus-view.png)
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-whyus-view-name.png)
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-whyus-view-title.png)
STEP 5: At FILTER CRITERIA area, click Content: Type field and set following properites:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-whyus-view-type.png)
STEP 3: Find Why choose us: Our amazing features click Place block button and set following properites:
Services
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/service-whyus-block-conf.png)
Porfolio page
Front end Display
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page.png)
1. Banner block
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-block.png)
STEP 1: Navigate to Content > Add content click Banner, create Porfolio page content with following properties:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-content.png)
1 <p>“It is a long established fact that a reader will be distracted by the readable content of a page when looking”</p>
2
STEP 1: Navigate to Structure > Views, find Banner view click Edit button:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-edit.png)
STEP 2: Click Add > Block button to create Porfolio Banner block view and set properties for following fields:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-view.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-view-name.png)
STEP 4: At TITLE area, click and set properties:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-view-title.png)
STEP 5: At FILTER CRITERIA area, click Content: Type field and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-view-type.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-view-css.png)
STEP 3: Find Banner: Porfolio page click Place block button and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-banner-block-conf.png)
Why us
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-block.png)
STEP 1: Navigate to Structure > Views, find Portfolio view click Edit button:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-edit.png)
STEP 2: Click Add > Page button to create Page view and set properties for following fields:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view.png)
STEP 3: At FORMAT area, find Format click link and set following properties:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-format.png)
STEP 4: At FORMAT area, find Format click Settings link and set following properties:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-format-settings.png)
STEP 5: At FIELDS area, click Content: Gallery field and set properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-gallery.png)
STEP 6: At HEADER area, click Rearrange button. Set For This block (override), then click Remove link Global: Text area field
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-header.png)
STEP 7: At FOOTER area, click Rearrange button. Set For This block (override), then click Remove link Global: Text area field
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-footer.png)
STEP 8: At PAGE SETTINGS area, find and click Path link and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-path.png)
STEP 9: At PAGE SETTINGS area, find and click Menu link and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-menu.png)
STEP 10: At PAGER area, find Use pager and click Display a specified number of items link and set following properites
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-pager-1.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-pager-2.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-page.png)
STEP 1: Navigate to Structure > Views, find Portfolio view click Edit button:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-edit.png)
STEP 2: Click Add > Page button to create Porfolio 4 column view and set properties for following fields:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-name.png)
STEP 4: At FORMAT area, find Format click link and set following properties:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-format.png)
STEP 5: At FIELDS area, click Content: Gallery field and set properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-gallery.png)
STEP 6: At HEADER area, click Rearrange button. Set For This block (override), then click Remove link Global: Text area field
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-header.png)
STEP 7: At FOOTER area, click Rearrange button. Set For This block (override), then click Remove link Global: Text area field
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-footer.png)
STEP 8: At PAGE SETTINGS area, find and click Path link and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-path.png)
STEP 9: At PAGE SETTINGS area, find and click Menu link and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-menu.png)
STEP 10: At PAGER area, find Use pager and click Display a specified number of items link and set following properites
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-pager-1.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-4-view-pager-2.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-page.png)
STEP 1: Navigate to Structure > Views, find Portfolio view click Edit button:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-edit.png)
STEP 2: Click Add > Page button to create Porfolio Masonry view and set properties for following fields:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-name.png)
STEP 4: At FIELDS area, click Content: Gallery field and set properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-gallery.png)
STEP 5: At HEADER area, click Global: Text area field and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-header.png)
1 <h2>Masonery</h2>
2 <p>“There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected h
3 <p> ‐‐ Lorem Ipsum ‐‐</p>
4
STEP 6: At FOOTER area, click Rearrange button. Set For This block (override), then click Remove link Global: Text area field
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-page-view-footer.png)
STEP 7: At PAGE SETTINGS area, find and click Path link and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-path.png)
STEP 8: At PAGE SETTINGS area, find and click Menu link and set following properites:
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-menu.png)
STEP 9: At PAGER area, find Use pager and click Display a specified number of items link and set following properites
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-pager-1.png)
STEP 10: At PAGER area, find Use pager and click 10 items link and set following properites
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-pager-2.png)
Porfolio
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/porfolio-masonry-view-css.png)
Blog page
Front end Display
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-page.png)
1. Banner block
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-banner-block.png)
STEP 1: Navigate to Content > Add content click Banner, create Blog page content with following properties:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-banner-content.png)
1 <p>“It is a long established fact that a reader will be distracted by the readable content of a page when looking”</p>
2
STEP 1: Navigate to Structure > Views, find Banner view click Edit button:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/banner-view-edit.png)
STEP 2: Click Add > Block button to create Blog page banner block view and set properties for following fields:
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-banner-view.png)
Blog
(/sites/default/files/guide_static/guides_d8/luxestate/subpages/blog-banner-view-name.png)