The basics - Before you start

Theme content

Included content:

  • demo\flatize-demo-7.x-1.0.zip: demo profile for Flatize.
  • theme\flatize-7.x-1.0.zip: Flatize theme
  • README.txt: quick information of Flatize
  • documentation: assets and the full guide for Flatize installation

System Requirements

Database

  • MySQL 5.0.15 or higher with PDO
  • PostgreSQL 8.3 or higher with PDO
  • SQLite 3.3.7 or higher

PHP

  • PHP 5.2.5 or higher (5.3 recommended)
  • PHP5 GD 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.

Module requirements

Core Modules

  • Blog
  • Contact
  • Poll
  • Forum

Third-party Modules

  1. Administration menu
  2. Backup Migrate
  3. Bean
  4. Better Exposed Filters
  5. Block Class
  6. Captcha
  7. Checklist API
  8. Colorbox
  9. Contact Form
  10. Contact Form Blocks
  11. Countries
  12. Chaos tools
  13. Date
  14. Devel
  15. Email
  16. Entity tokens
  17. Entity Reference
  18. Facet api
  19. Field Collection
  20. Fieldgroup
  21. FlexSlider
  22. Font Awesome
  23. Faq
  24. flickr
  25. Fivestar
  26. Gallery Formatter
  27. Google Analytics
  28. GMap Taxonomy Markers
  29. jCarousel
  30. jQuery Update
  31. Jump Menu
  32. Libraries
  33. Link
  34. Language Dropdown
  35. Language Icons
  36. Memcache
  37. Menu Clone
  38. Menu Token
  39. Menu attributes
  40. Metatags Quick
  41. Manage Multiple Terms
  42. Modal forms
  43. Module filter
  44. Newsletter
  45. Node Class
  46. Phone
  47. Pathauto
  48. Page Title
  49. Quicktabs
  50. Rate
  51. Recaptcha
  52. References
  53. Rules
  54. Search 404
  55. Search API
  56. Search API DB
  57. Search API Ranges
  58. Search API Solr
  59. Search API Sorts
  60. Search Facet API
  61. Share This
  62. Short Code
  63. Site map
  64. Superfish
  65. TagClouds
  66. Taxonomy menu
  67. TB Mega Menu
  68. Title
  69. Token
  70. Tvi
  71. User Reference
  72. Ubercart
  73. Ubercart Discount Coupons
  74. Ubercart Devel
  75. Ubercart Global Quote
  76. UC Wish List
  77. Variable
  78. Video Embed Field
  79. Views
  80. Views Bulk Operations
  81. Views Field View
  82. Views Accordion
  83. Views fieldsets
  84. Views Slideshow
  85. Views UI
  86. Voting API
  87. Webform
  88. Wee Shortcode
  89. Wishlist

Required libraries by the modules

  • ddslick
  • Colorbox
  • FlexSlider
  • Fontawesome
  • Jcarousel
  • Jquery Cycle
  • Jquery Jcarousel
  • Superfish

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

Installation

Quick Installation

Using demo content

Now that you've downloaded Flatize package. You will use flatize-demo-7.x-1.0.zip in the folder demo. This ZIP file contains the demo installation with all source codes and content, including sample images.

The below steps will give you the installation guide so that you can build your website to look exactly like the Flatize Full Demo Theme.

1. Flatize package included:

  • Flatize theme: flatize-7.x-1.0.zip
  • Demo Profile for Flatize: flatize-profile-7.x-1.0.zip

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

  • flatize-profile-7.x-1.0.zip

2. Extract flatize-profile-7.x-1.0.zip above and copy it into your host, and rename the directory

Quick Installation

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

4. In the demo directory database/ (latest version of package) or profiles/weebpal/ (old version), you can find database dump named sample_data.sql. 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, then locate the $database array and set proper credentials.

Quick Installation

                                $databases['default']['default'] = array( 'driver' => 'mysql', 'database' => 'databasename', 'username' => 'username', 'password' => 'password', 'host' => 'localhost', 'prefix' => '', );
                    

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 Flatize Demo

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

Detailed installation

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

Preparation

1. Install Drupal

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

    Download Drupal 7

  2. Extract and copy Drupal folder to your host and rename the directory.
  3. Follow this tutorial to install Drupal with the standard profile.

2. Install Flatize Theme

  1. Extract flatize theme .ZIP file:
    • flatize-7.x-1.0.zip
  2. Move this theme into your Drupal folder: sites/all/themes

    Download Drupal 7

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

    Download Drupal 7

3. Install Required Modules

Now that you've enabled Flatize 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 flatize-demo-7.x-1.0.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

Create Taxonomy for Category

Step 1: Go to Structure > Taxonomy > Add vocabulary to create "Category" object with the following settings:

Vocabulary

Step 2: Click Save button

Do the same to create the following vocabularies

Vocabulary

Create terms for Gender

At "Gender" line, click list terms, and add the following terms:

Taxonomy

At "Brands" line, click list terms, and add the following terms:

Taxonomy

At "Category" line, click list terms, and add the following terms:

Taxonomy

At "Color" line, click list terms, and add the following terms:

Taxonomy

At "Status" line, click list terms, and add the following terms:

Taxonomy

Create terms and fields for Catalog

At "Catalog" line, click list terms, and add the following terms:

Taxonomy

Navigate to Manage Fields tab, add the following fields:

Taxonomy

Navigate to Manage Display tab, set the following properties:

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.

1. Override a default image style

Step 1: Navigate to Configuration > MEDIA, click Image styles

Step 2: At uc_cart row, click edit

Step 3: In EFFECT table, click Override defaults button

Step 4: At Scale 50x50 row, click edit then set the following properties:

Image Style

Do steps above to set effects Scale and Crop 80x118 for uc_thumbnail and Scale and Crop 470x700 for uc_product_full

2. Create a new image style

Step 1: Navigate to Configuration > MEDIA, click Image styles

Step 2: Click Add style to create a new style with the following properties:

Image Style

Step 3: Click Create new style

Step 4: Under Effect , Select Scale and crop

Step 5: Click Add button > New popup is opened, Set the following properties:

Image Style

Step 6: Click Add effect button

Step 7: Finally click Update style button to save all configs

Do steps above to create the following image styles:

Image Styles

Content type configuration

Configure store

1. Configure Catalog

After installing many modules of Drupal Ubercart, you will see the Store menu in administrator menu bar. Now you can manipulate store through it.

Navigate to Store > CONFIGURATION > Catalog and set the following properties:

Store settings

2. Configure Products

Navigate to Store > CONFIGURATION > Products

Set properties for Products setting tab

Store settings

Set properties for Attributes setting tab

Store settings

Modify Article type

Step 1: Navigate to Structure > Content Type

Step 2: In Article row, go to Manage fields tab, then add following fields

Article

Step 3: Set properties for Image

Article

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

Article

Step 5: Modify Teaser tab, set the following properties:

Article

Step 6: Click Save button

Modify Blog entry type

Step 1: Navigate to Structure > Content Type

Step 2: In Blog entry row, go to Manage fields tab, then add following fields:

Blog entry type

Step 3: Set properties for Image

Blog type

Step 4: Set properties for Slideshow

Blog type

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

Blog type

Step 6: Modify Teaser tab, set the following properties:

Blog type

Step 7: Click Save button

Modify Product type

Step 1: Navigate to Structure > Content Type

Step 2: In Product row, go to Manage fields tab, then add following fields:

Product type

Step 4: Set properties for Image

Product type

Product type

Step 5: Set properties for Catalog

Product type

Step 6: Set properties for Slideshow

Product type

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

Product type

Step 8: Modify Teaser tab, set the following properties:

Product type

Step 9: Click Save button

Create Testimonials type

Step 1: Navigate to Structure > Content Type

Step 2: Click Add Content Type link to create Testimonials type with the following properties:

Testimonials type

Step 3: Click Save content type button. These are fields of Testimonials type.

Testimonials type

Step 4: Click Save button

Create Ads type

Step 1: Navigate to Structure > Content Type

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

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

Ads type

Step 4: Set properties for Image

Ads type

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

Ads type

Step 6: Modify Teaser tab, set the following properties:

Ads type

Step 7: Click Save button

Create Collection type

Step 1: Navigate to Structure > Content Type

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

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

Collection type

Step 4: Set properties for Image

Collection type

Step 5: Set properties for Slideshow

Collection type

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

Collection type

Step 7: Modify Teaser tab, set the following properties:

Collection type

Step 8: Click Save button

Create Company type

Step 1: Navigate to Structure > Content Type

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

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

Company type

Step 4: Set properties for Image

Company type

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

Company type

Step 6: Modify Teaser tab, set the following properties:

Company type

Step 7: Click Save button

Create FAQ type

Step 1: Navigate to Structure > Content Type

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

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

FAQ type

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

FAQ type

Step 5 Modify Teaser tab, set the following properties:

FAQ type

Step 7: Click Save button

Modify Users Profile structure

Navigate to Configuration > People section > Account settings > Manage Fields to view fields

Users type

Home Page

URL Aliases Configuration

Navigate to Configuration > Search and metadata > URL Aliases, switch to PATTERNS and set the following properties:

url aliases

You can read this article to understand more about URL Aliases.

Headline region

Front end Display

Headline

1. Headline: Custome block

Step 1: Navigate to Structure > Blocks, click Add block link, Create Headline block with following properties:

Headline

Step 2: Click Save block button.

2. Language switcher dropdown

Step 1: Navigate to Configuration > Regional and language > Language, click Add language link and add these following languages:

Headline

Step 2: Click Save configuration button.

Step 3: Navigate to DETECTION AND SELECTION tab, set the following properties:

Headline

Step 4: Navigate to Structure > Blocks, Find block Language switcher dropdown (User interface text) , Click Configure link and set following properties:

Headline

Step 5: Click Save block button.

3. Shopping Cart

Step 1: Navigate to Structure > Blocks, Find block Shopping Cart, Click Configure link and set following properties:

Headline

Step 2: Click Save block button.

4. Cart Status: Custome block

Step 1: Navigate to Structure > Blocks, click Add block link, create Cart Status block with following properties:

Headline

Step 2: Click Save block button.

Refer to the following HTML code:

                        type) && $item->type == 'product') $count++;
                        ?>
                         
                    

5. User Account

Step 1: Navigate to Structure > Blocks, Find blockTB Mega Menu: User menu , Click Configure link and set following properties:

Headline

Step 2: Click Save block button.

Search form block

Step 1: Navigate to Structure > Blocks

Step 2: Find block Search form and set region "Header"

Search form

Step 3: Click Save block button.

Bootstrap Slideshow

1. Create Bootstrap Slideshow view

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

Slideshow configuration

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

Slideshow configuration

Step 3: At FIELDS area, click Add button to add fields: Content: Slideshow, Global: Fieldset, Field: Category, Product: Buy it now button

Step 4: Set properties for Content: Slideshow

Slideshow configuration

Step 5: Set properties for Global: Fieldset

Slideshow configuration

Step 6: Set properties for Field: Category

Slideshow configuration

Step 7: Set properties for Product: Buy it now button

Slideshow configuration

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

Slideshow configuration

Step 9: At FILTER CRITERIA area, Click Add button to add fields: Slideshow(field_slideshow:fid)

Step 10: Set properties for Content: Slideshow (field_slideshow:fid)

Slideshow configuration

Step 11: At Advanced > CSS Class area, set following properties:

Slideshow configuration

Step 12: Click Save to save view

2. Configure Bootstrap Slideshow block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Bootstrap Slideshow click configure link, set following properties

Configure Bootstrap Slideshow block

Step 3: Click Save block button.

Slideshow

Front end Display

Slideshow display

1. Create Slideshow view

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

Slideshow configuration

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

Slideshow configuration

Step 3: At FORMAT Format area, click Settings button and set following properties:

Slideshow configuration

Step 4: At FIELDS area, click Add button to add fields: Content: Slideshow, Global: Fieldset

Step 5: Set properties for Content: Slideshow

Slideshow configuration

Step 6: Set properties for Global: Fieldset

Slideshow configuration

Step 7: At FIELDS area, click Rearrange button and set the following arrangements

Slideshow configuration

Step 8: At FILTER CRITERIA area, Click Add button to add fields: Content: Slideshow, Content: Type

Step 9: Set properties for Content: Type

Slideshow configuration

Step 10: Set properties for Content: Slideshow

Slideshow configuration

Step 11: At Advanced > CSS Class area, set following properties:

Slideshow configuration

Step 12: Click Save to save view

2. Configure Slideshow block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Slideshow click configure link, set following properties

Configure Slideshow block

Step 3: Click Save block button.

Modify Main Content: Frontpage view

1. Configure view

Step 1: Navigate to Structure > Views

Step 2: Enable to Frontpage view, then Edit front page view with following fields:

Frontpage configuration

Step 3: At FORMAT Format area, set the following properties:

Frontpage configuration

Step 4: At FORMAT Show area, set the following properties:

Frontpage configuration

Step 5: At FIELDS area, click Add button to add fields: Global: Fieldset (Image), Content: Image, Content: Link, Field: Status, Product: Sell price, Global: Fieldset (Info), Product: Add to cart form, Content: Title, Content: Catalog

Step 6: Set properties for Content: Image

Top Selling block

Step 7: Set properties for Content: Link

Top Selling block

Step 8: Set properties for Field: Status

Top Selling block

Step 9: Set properties for Product: Sell Price

Top Selling block

Step 10: Set properties for Global: Fieldset (Image)

Top Selling block

Step 11: Set properties for Global: Fieldset (Info)

Top Selling block

Step 12: Set properties for Product: Add to cart form

Top Selling block

Step 13: Set properties for Content: Catalog

Top Selling block

Step 14: Set properties for Content: Title

Top Selling block

Step 15: At FIELDS area, click Rearrange button and set the following arrangements

Top Selling block

Step 16: At FILTER CRITERIA area, Click Add button to add field Content: Type with following properties:

Top Selling block

Step 17: Click Save to save view

2. Configure for frontpage

Go to Configuration > System > Site information

Frontpage configuration

Panel first: Catalog block

Front end Display

Catalog block

1. Create Catalog view

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

Catalog display

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

Catalog display

Step 3: At FORMAT area, click Settings link, set following properties:

Catalog display

Step 4: At FIELDS area, click Add button to add field: Taxonomy term: Image

Catalog display

Step 5: At FIELDS area, click Rearrange, remove field Taxonomy term: Name

Step 6: At CSS Class area, set following properties:

Catalog display

Step 7: Click Save to save view

2. Configure block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Catalog, click configure link, set following properties

Catalog display

Step 3: Click Save block button.

Panel second: Top Selling

Front end Display

Top Selling block

1. Create Top Selling view

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

Top Selling block

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

Top Selling block

Step 3: At FORMAT Format area, click Settings link, then set following properties:

Top Selling block

Step 4: At FIELDS area, click Add button to add fields: Global: Fieldset (Image), Content: Image, Content: Link, Field: Status, Product: Sell price, Global: Fieldset (Info), Product: Add to cart form, Content: Catalog

Step 5: Set properties for Content: Image

Top Selling block

Step 6: Set properties for Content: Link

Top Selling block

Step 7: Set properties for Field: Status

Top Selling block

Step 8: Set properties for Product: Sell Price

Top Selling block

Step 9: Set properties for Global: Fieldset (Image)

Top Selling block

Step 10: Set properties for Global: Fieldset (Info)

Top Selling block

Step 11: Set properties for Product: Add to cart form

Top Selling block

Step 12: Set properties for Content: Catalog

Top Selling block

Step 13: At FIELDS area, click Rearrange button and set the following arrangements

Top Selling block

Step 14: At FILTER CRITERIA area, Click Add button to add field Content: Type with following properties:

Top Selling block

Step 15: At Advanced > CSS Class, set following properties:

Top Selling block

Step 16: Click Save to save view

2. Clone Top Selling block to create Related Products block

Step 1: Stay open Product collection view, click Clone page.

Top Selling block

Next to steps below to set properties for the following fields:

Top Selling block

Step 2: Change Display name

Top Selling block

Step 3: Change TITLE Title

Top Selling block

Step 4: At SORT CRITERIA area, Click Add button to add fields Global: Random (asc)

Step 5: Set properties for Global: Random (asc)

Top Selling block

Step 6: At SORT CRITERIA area, Click Rearrange button and delete Content: Sticky (asc)

Top Selling block

Step 7: At Advanced > CSS Class, set following properties:

Top Selling block

Step 8: Click Save to save view

3. Clone Top Selling block to create Latest Products block

Step 1: Stay open Product collection view, click Clone block.

Top Selling block

Step 2: Change Display name and Title

Step 3: Click Save to save view

4. Configure blocks

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Top Selling click configure link, set following properties

Top Selling block

Step 3: Click Save block button.

Step 4: Find View: Top Selling: Related Products click configure link, set following properties

Top Selling block

Step 5: Click Save block button.

Step 6: Find View: Top Selling: Latest Products click configure link, set following properties

Top Selling block

Step 7: Click Save block button.

Panel Third: LookBook Women custom block

Front end Display

LookBook Women display

Create and configure block

Step 1: Navigate to Structure > Blocks, click Add block link, Create LookBook Women block with following properties:

LookBook Women display

Step 2: Click Save block button.

Step 3: Navigate to Structure > Blocks, Find LookBook Women click configure link, set following properties

LookBook Women display

Step 4: Click Save block button.

New Product: Quicktabs

Front end Display

Product Quicktab display

1. Create and configure Quicktabs

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

Product Quicktab display

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

Product Quicktab display

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

Step 4: Set properties for Content: Nid

Product Quicktab display

Step 5: Set properties for Global: View

Product Quicktab display

Step 6: At FIELDS area, click Rearrange, remove Content: Title, then set the following arrangements:

Product Quicktab display

Step 7: At Advanced > CONTEXTUAL FILTERS, click Add button to add fields: Content: Has taxonomy term ID with following properties:

Product Quicktab display

Step 8: Navigate to Structure > Quicktabs, click Add Quicktabs Instance, create New Products quicktabs with following settings:

Product Quicktab display

Step 9: Click Save block button.

Configura New Products block

Step 1: Navigate to Structure > Blocks, Find New Products block click configure link, set following properties

Product Quicktab display

Product Quicktab display

Step 2: Click Save button.

Testimonials: view unformatted list block

Front end Display

Testimonials display

1. Create Testimonials view

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

Testimonials display

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

Testimonials display

Step 3: At FIELDS area, click Add button to add fields: Content: Body and set properties:

Testimonials display

Step 4: At FILTER CRITERIA area, Click Add button to add fields: Content: Type

Testimonials display

Step 5: Click Save to save view

2. Configure block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Testimonials, click configure link, set following properties

Testimonials display

Testimonials display

Step 3: Click Save block button.

Latest From The Blog

Front end Display

Latest from the blog

1. Create Latest from the blog view

Step 1: Navigate to Structure > Views, click Add new view, then create Latest from the blog view with following settings:

Latest from the blog

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

Latest from the blog

Step 3: At FORMAT area, click Settings link, set following properties:

Latest from the blog

Step 4: At FIELDS area, click Add button to add fields: Field: Image, Content: Post date

Step 5: Set properties for Field: Image

Latest from the blog

Step 6: Set properties for Content: Post date

Latest from the blog

Step 7: At FIELDS area, click Rearrange set the following arrangements:

Latest from the blog

Step 8: At FILTER CRITERIA area, Click Add button to add field: Content: Type, Field: Image:fid

Step 9: Set properties for Field: Image

Latest from the blog

Step 10: Set properties for Content: Type

Latest from the blog

Step 11: At CSS Class area, set following properties:

Latest from the blog

Step 12: Click Save to save view

2. Configure block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Catalog, click configure link, set following properties

Latest from the blog

Latest from the blog

Step 3: Click Save block button.

Contact Detail: Custom block

Front end Display

Contact Detail

Create & configure block

Step 1: Navigate to Structure > Blocks, click Add block link, Create Contact Detail block with following properties:

Contact Detail

Refer to following HTML code:


 

We provide original, quality, attractive and functional design.

WeebPal Co., Ltd
5651 W. Pine Shade Place, Salt Lake City, UT 84118 USA

Phone: (803) 900-8067
Fax: (803) 900-8067

Step 2: Click Save block button.

Useful Links: Menu block

Front end Display

Useful Links display

Configure block

Step 1: Navigate to Structure > Menus, click Add menu link, Create Useful Links menu with following properties:

Useful Links display

Step 2: Click Add link Create a link with following properties:

Useful Links display

You can refer to URL Aliases list to get correct paths, by navigating toConfiguration > Search and metadata > URL Aliases > LIST

Step 3: Navigate to Structure > Blocks, find Useful Links block, click configure link and set the following properties:

Useful Links display

Step 4: Click Save block button.

Step 5: Navigate to Structures > Content type, at Basic page row, click edit link.

Step 6: At Menu setting > Available menus section, check Useful Links menu

Step 7: Click Save content type button.

Step 8: Navigate to Content > Add Content , choose Basic page and create a page with the following properties:

Useful Links display

Do the steps above to create links of Useful Links menu.

Useful Links display

Tags block

Front end Display

Tags display

Configure block

Step 1: Navigate to Structure > Blocks

Step 2: Find block Tags in tags , click Configure link and set following properties:

Tags display

Step 3: Click Save block button.

Newsletter: Subscribe block

Front end Display

Newsletter display

Configure block

Step 1: Go to Module, find Newsletter module. Click Permission link

Step 2: Find Newsletter section, set following properties:

Newsletter display

Step 3: Go to Module, find Newsletter module. Click Configure link

Step 4: Find SUBSCRIBE FORM section, set following properties:

Newsletter display

Step 5: Click on Configure link, set following properties

Step 6: Go to Structure > Blocks, find Newsletter block. Click Configure link and set following properties:

Newsletter display

Step 7: Click Save block button.

Copyright: Custom block

Front end Display

Copyright display

Create & configure block

Step 1: Navigate to Structure > Blocks, click Add block link, Create Copyright block with following properties:

Copyright display

Refer to following HTML code:

                                    Powered by Drupal | Designed by PixelGeekLab | Developed by WeebPal All Rights Reserved.
                                

Step 2: Click Save block button.

Social Menu: Custom block

Front end Display

Social Menu display

Create & configure block

Step 1: Navigate to Structure > Blocks, click Add block link, Create Social Menu block with following properties:

Social Menu display

Refer to following HTML code:


 

Step 2: Click Save block button.

Home2 page

Front end Display

Home2

1. Create & configure view

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

Home2

Step 2: Click Continue and edit button. Add fields with the following properties:

Home2

Step 3: At FORMAT > format area, click Settings button, set properties:

Home2

Step 4: At FORMAT > Show area, click Settings, set properties:

Home2

Step 5: At FIELDS area, click Add button to add fields: Field: Image, Content: Body, Content: Link

Step 6: Set properties for Field: Image

Home2

Step 7: Set properties for Content: Body

Home2

Step 8: Set properties for Content: Link

Home2

Step 9: At FILTER CRITERIA area, Click Add button to add field Content: Type, Content: Slideshow:fid

Step 10: Set properties for Content: Type

Home2

Step 11: Set properties for Content: Slideshow:fid

Home2

Step 12: At PAGE SETTINGS Menu, set the following properties:

Home2

Step 13: At Advanced > CSS Class, set the following properties:

Home2

Step 14: Click Save to save view

1. Create & configure view

 

Home3 page

Front end Display

Home3

Create & configure view

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

Home3

Step 2: Click Continue and edit button. Add fields with the following properties:

Home3

Step 3: At FORMAT > format area, click Settings button, set properties:

Home3

Step 4: At FORMAT > Show area, click Settings, set properties:

Home3

Step 5: At FIELDS area, click Add button to add fields: Field: Image, Global: Fieldset, Content: Link

Step 6: Set properties for Field: Image

Home3

Step 7: Set properties for Global: Fieldset

Home3

Step 8: At FILTER CRITERIA area, Click Add button to add field Content: Type, Content: Slideshow:fid

Step 9: Set properties for Content: Type

Home3

Step 10: Set properties for Content: Slideshow:fid

Home3

Step 11: At PAGE SETTINGS Menu, set the following properties:

Home3

Step 12: Click Save to save view

Home2, Home3: Slideshow2

Front end Display

Slideshow2 display

1. Create Slideshow2 view

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

Slideshow configuration

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

Slideshow configuration

Step 3: At FORMAT Format area, click Settings button and set following properties:

Slideshow configuration

Step 4: At FIELDS area, click Add button to add fields: Content: Slideshow, Global: Fieldset, Content: Link, Content: Link2 (Content: Link & Content Link2 appear in: node:collection)

Step 5: Set properties for Content: Slideshow

Slideshow configuration

Step 6: Set properties for Global: Fieldset

Slideshow configuration

Step 7: Set properties for Content: Link

Slideshow configuration

Step 8: Set properties for Content: Link2

Slideshow configuration

Step 9: Set properties for Content: Title

Slideshow configuration

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

Slideshow configuration

Step 11: At FILTER CRITERIA area, Click Add button to add fields: Content: Slideshow and set properties

Slideshow configuration

Step 12: At Advanced > CSS Class area, set following properties:

Slideshow configuration

Step 13: Click Save to save view

2. Configure Slideshow2 block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Slideshow2 click configure link, set following properties

Configure Slideshow2 block

Step 3: Click Save block button.

Home2: Ads

Front end Display

Ads display

Create & configure block

Step 1: Navigate to Structure > Blocks, click Add block link, Create Ads block with following properties:

Ads display

Refer to following HTML code:


 
  • Delivery worldwideSee all conditions
  • 30 days returnsFor a smooth shopping
  • 0123 456 789Contact Customer
  • 30 days returnsFor a smooth shopping
  • Shopping GuideContact Customer

Step 2: Click Save block button.

Home2 & Home3 : Best Sellers, Featured , Trends block

Front end Display

Featured display

1. Create Featured view

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

Featured display

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

Featured display

Step 3: At FIELDS area, click Add button to add field: Content: Image, Global: Fieldset, Content: Rate, Product: Sell price

Step 4: Set properties for Content: Image

Featured display

Step 5: Set properties for Global: Fieldset

Featured display

Step 6: Set properties for Content: Rate

Featured display

Step 7: Set properties for Product: Sell price

Featured display

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

Featured display

Step 9: At FILTER CRITERIA area, Click Add button to add field Content: Type with the following properties:

Featured display

Step 10: At Advanced > CSS Class, set following properties:

Featured display

Step 11: Click Save to save view

Step 12: Navigate to Structure > Blocks, find View: Featuredclick configure and set following properties:

Featured display

2. Clone Featured view to create Best Sellers view

Step 1: Stay open Featured view, click clone Block.

Featured blocks

Next to steps below to set properties for the following fields:

Featured blocks

Step 2: Change Display name

Featured blocks

Step 3: Change TITLE Title

Featured blocks

Step 4: At FIELDS area, click Add button to add field: Field: Category with the following properties:

Featured blocks

Step 5: At FIELDS area, click Rearrange button, remove Content: Rate and set following arrangements

Featured blocks

Step 6: At SORT CRITERIA area, Click Add button to add fields Global: Random

Featured blocks

Step 7: Click Save to save view

3. Configure View: Featured: Featured 2 block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: View: Featured: Featured 2 click configure link, set following properties

Featured blocks

Featured blocks

Step 3: Click Save block button.

4. Clone Best Sellers view to create Featured 2 view

Step 1: Stay open Best Sellers view, click clone Best Sellers.

Next to steps below to set properties for the following fields:

Featured blocks

Step 2: Change Display name

Featured blocks

Step 3: Change TITLE Title

Featured blocks

Step 4: At SORT CRITERIA area, Click Rearrange and remove field Global: Random

Featured blocks

Step 5: Click Save to save view

5. Configure View: Featured: Best Seller block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: View: Featured: Best Seller click configure link, set following properties

Featured blocks

Featured blocks

Step 3: Click Save block button.

6. Clone Featured 2 view to create Trends view

Step 1: Stay open Featured 2 view, click clone Featured 2.

Next to steps below to set properties for the following fields:

Featured blocks

Step 2: Change Display name

Featured blocks

Step 3: Change TITLE Title

Featured blocks

Step 4: At FILTER CRITERIA area, Click Add button to add fields: Field: Status, Content: Published

Step 5: Set properties Field: Status

Featured blocks

Featured blocks

Step 6: Set properties Content: Published

Featured blocks

Step 7: At SORT CRITERIA area, Click Rearrange and set following properties:

Featured blocks

Step 8: Click Save to save view

7. Configure View: Featured: Trends block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Featured: Trends click configure link, set following properties

Featured blocks

Featured blocks

Step 3: Click Save block button.

Home3: About Flatize

Front end Display

About Flatize display

Create & configure block

Step 1: Navigate to Structure > Blocks, click Add block link, Create About Flatize block with following properties:

About Flatize display

Refer to following HTML code:


 

Something

About Flatize

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 sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

Step 2: Click Save block button.

Home3: Company

Front end Display

Company display

1. Create Company view

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

Company configuration

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

Company configuration

Step 3: At FIELDS area, click Add button to add fields: Field : Imageand set propeties:

Company configuration

Step 4: At FIELDS area, click Rearrange button. Click Remove button to remove Content: Title

Step 5: At Advanced > CSS Class area, set following properties:

Company configuration

Step 6: Click Save to save view

2. Configure Company block

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Company click configure link, set following properties

Configure Company block

Configure Company block

Step 3: Click Save block button.

Create Subpages

Search API configuration

Preparation

Make sure all necessary search & search toolkit modules were installed.

Search modules

Create a Search API Index

1. Create a Search API Server

The first step required for our search page, is to create a Search API server. This will let Search API know how and where the index will be stored.

Step 1: Navigate to Configuration > Search API, click Add server link, Create DB Indexing server with following properties:

search api

Step 2: Click Save button

2. Create a Search API Index

Now, we need to create a Search API index and define which fields should be stored in the index.

Step 1: Navigate to Configuration > Search API, at Default node index row, click Edit link, then set the following properties:

search api

Step 2: Click Save settings

Step 3: Click Enable to enable this index.

3. Define Index fields

On the Fields page, we have to define which fields will be indexed.

Step 1: Navigate to Configuration > Search API, at Default node index index row, click Edit

Step 2: Navigate to Fields tab, choose whatever fields you want index for searching by checking on them

search api

Step 3: In Facets tab, choose whatever facets you want to use to search

search api

Note: What is facet? It is block content which is help you customize the searching

search api

Configure blocks

After Search API Index configuration steps, we have many facets blocks. Move them to Sidebar first region and order them as you want.

Step 1: Navigate to Structure > Blocks, find facets blocks, and set Sidebar first region

Search form

Step 2: Click Save blocks button.

Step 3: Each block, click configure link, set following properties

Search form

Set CSS class(es) for only block Facet API: Search service: Default node index : Sell price (Filter by Price).

Search form

Sidebar second: Ads

Front end Display

Ads display

1. Create & configure Ads view

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

Ads display

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

Ads display

Step 3: At FIELDS area, click Add button to add fields: Field: Image and set the following properties:

Ads display

Step 4: At FIELDS area, click Rearrange button, then click Remove link to remove Content: Title field

Step 5: At Advanced > CSS Class, set the following properties:

Ads display

Step 6: Click Save to save view

2. Configure View : Ads block

Step 4: Navigate to Structure > Blocks, find View: Ads and configure:

Ads Block configuration

Sidebar second: Blog Video

Front end Display

Blog Video display

1. Create & configure view

Step 1: Navigate to Structure > Views, click Add new view, create Blog Video view with the following settings:

Blog Video display

Step 2: Click Continue and edit button. Add fields with the following properties:

Blog Video display

Step 3: At FIELDS area, click Add button to add fields: Content: Video and set the following properties:

Blog Video display

Step 4: At FIELDS area, click Rearrange button, then click Remove link to remove Content: Title field

Step 5: At FILTER CRITERIA area, click Add button to add field Content: Video and following properties:

Blog Video display

Step 6: At TITLE Title area, set properties:

Blog Video display

Step 7: Click Save to save view

2. Configure View: Blog Video

Step 1: Navigate to Structure > Blocks, find View: Blog Video and configure:

Blog Video display

Step 2: Click Save button

Sidebar second: Quicktab

Front end Display

Quicktab display

1. Create Popular tab

Step 1: Navigate to Structure > Views, click Add new view, create Blog tab view with the following settings:

Quicktab display

Step 2: Click Continue and edit button. Add fields with the following properties:

Quicktab display

Step 3: At Display name area, set properties:

Quicktab display

Step 4: At Title area, set properties:

Quicktab display

Step 5: At FIELDS area, click Add button to add field: Field: Image, Content: Video, Global: View result counter

Step 6: Set properties for Field: Image

Quicktab display

Step 7: Set properties for Global: View result counter

Quicktab display

Step 8: Set properties for Content: Video

Quicktab display

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

Quicktab display

Step 10: Click Save to save view

2. Create Latest tab

Step 1: Navigate to Structure > Views, find Blog tab

Step 2: Click Add > Block. Next to below steps to set properties for following fields:

Quicktab display

Step 3: At Display name area, set properties:

Quicktab display

Step 4: At Title area, set properties:

Quicktab display

Step 5: Click Save to save view

3. Create Quicktab

Step 1: Navigate to Structure > Quicktabs, click Add Quicktabs Instance, create Quicktab with following settings:

Quicktab display

Step 2: Click Save button.

4. Configure Quicktab block

Step 1: Navigate to Structure > Blocks, find Quicktab and configure:

Blog Video display

Step 2: Click Save button

Sidebar second: Flickr Photo

Configure Flickr: User photos optionally tagged as term from node block

Step 1: Navigate to Structure > Blocks, find Flickr: User photos optionally tagged as term from node block and configure:

Ads Block configuration

Ads Block configuration

Ads Block configuration

Ads Block configuration

Step 2: Click Save button

Shop page

Front end Display

Shop

1. Create Simple Block: FREE SHIPPING ON ORDERS OVER $75

Step 1: Navigate to Content > Add Block > Simple Block, click Add new view, then create Free Shipping block with the following settings:

Shop

Step 2: Navigate to Structure > Blocks, find Free Shipping block, click configure then set the following properties:

Shop

2. Create Shop view

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

Shop

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

Shop

Step 4: At FIELDS area, click Add button to add fields: Content: Image, Global: Fieldset, Content: Link, Product: Add to cart form, Field: Status, Product: Sell price, Field: Category

Step 5: Set properties for Content: Image

Shop

Step 6: Set properties for Content: Link

Shop

Step 7: Set properties for Field: Status

Shop

Step 8: Set properties for Product: Sell Price

Shop

Step 9: Set properties for Global: Fieldset (Image)

Shop

Step 10: Set properties for Global: Fieldset (Info)

Shop

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

Shop

Step 12: At FILTER CRITERIA area, Click Add button to add field Content: Type with the following properties:

Shop

Step 11: At SORT CRITERIA area, Click Add button to add fields Field: Category, Product: Sell Price

Step 13: Set properties for Content: Post date

Shop

Step 14: Set properties for Field: Category

Shop

Step 15: Set properties for Product: Sell Price

Shop

Step 16: At Advanced > CSS Class, set the following properties:

Shop

Step 17: Click Save to save view

Contact

Front end Display

Contact

1. Get In Touch block

Make sure Contact module was installed.

Step 1: Navigate to Structure > Blocks, click Add block, then create Get In Touch block with the following settings:

Get In Touch

Refer to the following HTML code:


 

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 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 sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto .

Alexander Street. Vancouver, BC
V6A 1E1 Canada
012.345.6789
012.345.6789
[email protected]

Step 2: Click Save block button.

2. Gmap block

Step 1: Navigate to Structure > Blocks, click Add block, then create Gmap block with the following settings:

Gmap

Gmap

Refer to the following HTML code:


 

Step 2: Click Save block button.

Get In Touch 1

Front end Display

Contact

Create webform type

Step 1: Navigate to Content > Add content > Webform

Get In Touch

Refer to the following HTML code:


 

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 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 sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto .

Alexander Street. Vancouver, BC
V6A 1E1 Canada
012.345.6789
012.345.6789
[email protected]

Step 2: Click Save button.

Step 3: At WEBFORM > Form components add fields:

Contact

Step 4: Click Save button.

Get In Touch 2

Front end Display

Contact

Create webform type

Step 1: Navigate to Content > Add content > Webform

Get In Touch

Refer to the following HTML code:


 

ALOHA!

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. 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 sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto .

UNITED STATES

5th Avenue, 10019 New York, United States
+1 310 666 8888
+1 310 666 9999
[email protected]

CANADA

Alexander Street, Vancouver, BC V6A 1E1, Canada
+1 310 666 8888
+1 310 666 9999
[email protected]

ITALY

Pzza Martiri Olivetta, 16, 16034, Portofino, Italy
+1 310 666 8888
+1 310 666 9999
[email protected]

Step 2: Click Save block button.

Step 3: At WEBFORM > Form components add fields:

Contact

Step 4: Click Save button.

Shop - Sidebar: Products Search view

Front end Display

Sidebar

1. Create Products Search view page

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

Sidebar

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

Sidebar

Step 3: At TITLE area, set page title "Shop - Side Bar"

Step 4: At FORMAT > format area, click Settings button, set properties:

Sidebar

Step 5: At FORMAT > Show area, click Settings, set properties:

Sidebar

Step 6: At FIELDS area, click Add button to add fields: Indexed Node: Node ID, Global: View

Step 7: Set properties for Global: View

Sidebar

Step 8: At FILTER CRITERIA area, Click Add button to add field Indexed Node: Content type, Search: Fulltext search with the following properties:

Step 9: Set properties for Indexed Node: Content type

Sidebar

Step 9: Set properties for Search: Fulltext search

Sidebar

Step 10: At SORT CRITERIA area, Click Add button to add fields Indexed Node: Date changed, Indexed Node: Sell price

Step 11: Set properties for Indexed Node: Date changed

Sidebar

Step 12: Set properties for Indexed Node: Sell price

Sidebar

Step 13: At Advanced > CSS Class, set the following properties:

Sidebar

Step 14: Click Save to save view

2. Configure View: Featured : Featured block

Front end Display

Sidebar

Step 1: Navigate to Structure > Blocks

Step 2: Find View: Featured : Featured click configure link, set following properties

Featured blocks

Featured blocks

Step 3: Click Save block button.

Blog View page

Create Blog View

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

Blog View

Step 2: Click Continue & edit. Next to below steps to set properties for the following fields:

Blog View

Step 3: At Display name area, click block link, set the following properties:

Blog View

Step 4: Expand Advanced panel, at RELATIONSHIPS area, click Add to add relationship Content: Author

Step 5: At FIELDS area, click Add button to add fields: Global: Fieldset, Content: Link, Content: Body, Content: Video, Content: Update date, Content: Comment Count, Field: Image, User: Name

Step 6: Set properties for Global: Fieldset

Blog View

Step 7: Set properties for Content: Link

Blog View

Step 8: Set properties for Content: Body

Blog

Step 9: Set properties for Content: Video

Blog

Step 10: Set properties for Content: Update date

Blog

Step 11: Set properties for Field: Image

Blog

Step 12: Set properties for User: Name

Blog

Step 13: At FIELDS area, click Rearrange button and set the following arrangements

Blog

Step 14: At FILTER CRITERIA area, Click Add button to add field Content: Type with the following properties:

Blog

Step 15: At CONTEXTUAL FILTER area, Click Add button to add field Field: Blog tags with the following properties:

Blog

Step 16: Click Save button to save settings.

Blog Teaser page

Clone Blog view to create Blog Teaser view

Step 1: Navigate to Structure > Views, find Blog View click clone Block.

Next to steps below to set properties for the following fields:

Blog View

Step 2: Change Display name

Blog View

Step 3: Change TITLE Title

Blog View

Step 4: At FORMAT show area, set the following properties:

Blog View

Blog View

Step 6: At PAGE SETTINGS area, click Path link, set the following properties:

Blog View

Step 7: At CONTEXTUAL FILTERS area, click Rearrange link, click remove Field: Blog tagsfield

Step 8: Click Save button to save settings.

Blog Masonry page

Clone Blog view to create Blog Masonry view

Step 1: Navigate to Structure > Views, find Blog View click clone Block.

Next to steps below to set properties for the following fields:

Blog View

Step 2: Change Display name

Blog View

Step 3: Change TITLE Title

Blog View

Step 4: At FIELDS area, click Add button to add fields: Global: Fieldset

Step 4: Set properties Global: Fieldset field

Blog View

Step 5: Set properties Field : Image field

Blog View

Step 6: Set properties Content: Video fields

Blog View

Step 7: At FIELDS area, click Rearrange button and set the following arrangements

Blog View

Step 8: At PAGE SETTINGS area, click Path link, set the following properties:

Blog View

Step 9: At Advanced > CSS Class, set the following properties:

Blog View

Step 10: Click Save button to save settings.

Blog Mix page

Clone Blog view to create Blog Mix view

Step 1: Navigate to Structure > Views, find Blog View click clone Block.

Next to steps below to set properties for the following fields:

Blog View

Step 2: Change Display name

Blog View

Step 3: AT TITLE area, change Title

Blog View

Step 4: At FIELDS area

Step 5: Set properties Field : Image field

Blog View

Step 6: Set properties Content: Video fields

Blog View

Step 7: At FIELDS area, click Rearrange button and set the following arrangements

Blog View

Step 8: At PAGE SETTINGS area, click Path link, set the following properties:

Blog View

Step 9: At Advanced > CSS Class, set the following properties:

Blog View

Step 10: At FILTER CRITERIA area, click Content: Type, set the following properties:

Blog View

Step 11: At SORT CRITERIA area, Click Add and add field Content: Updated date

Blog View

Step 12: Click Save button to save settings.

Shortcode : Tooltip page

Front end Display

Shortcode

Step 1: Navigate to Content > Add content find Basic page, then create content Tooltip and set following properties:

Shortcode

Shortcode

Step 2: Click Save button

Refer to the following HTML code:


 

Example

[tooltip class="my-tooltip" placement="left" title="left"]This is my left quote[/tooltip] [tooltip class="my-tooltip" placement="top" title="top"]This is my top quote[/tooltip] [tooltip class="my-tooltip" placement="right" title="right"]This is my right quote[/tooltip] [tooltip class="my-tooltip" placement="bottom" title="bottom"]This is my bottom quote[/tooltip]

Shortcode

[tooltip class="my-tooltip" placement="left" title="left"]This is my quote[/tooltip]

Shortcode : Collapse page

Front end Display

Shortcode

Step 1: Navigate to Content > Add content find Basic page, then create content Collapse and set following properties:

Shortcode

Shortcode

Step 2: Click Save button

Refer to the following HTML code:


 

Example

[collapse] [accordion title="Accordion Item #1"] Praesent vestibulum dapibus nibh. Phasellus viverra nulla ut metus varius laoreet. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse feugiat. Nunc nulla. Praesent egestas neque eu enim. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Fusce neque. In hac habitasse platea dictumst. In hac habitasse platea dictumst. [/accordion] [accordion title="Accordion Item #2"] Quisque id odio. Nunc interdum lacus sit amet orci. Nulla sit amet est. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas ullamcorper, dui et placerat feugiat, eros pede varius nisi, condimentum viverra felis nunc et lorem. [/accordion] [/collapse]

Shortcode


                             [collapse] [accordion title="Accordion Item #1"] Praesent vestibulum dapibus nibh. Phasellus viverra nulla ut metus varius laoreet. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Suspendisse feugiat. Nunc nulla. Praesent egestas neque eu enim. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Fusce neque. In hac habitasse platea dictumst. In hac habitasse platea dictumst. [/accordion] [accordion title="Accordion Item #2"] Quisque id odio. Nunc interdum lacus sit amet orci. Nulla sit amet est. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas ullamcorper, dui et placerat feugiat, eros pede varius nisi, condimentum viverra felis nunc et lorem. [/accordion] [/collapse]
                             

Shortcode : Video page

Front end Display

Shortcode

Step 1: Navigate to Content > Add content find Basic page, then create content Video and set following properties:

Shortcode

Shortcode

Step 2: Click Save button

Refer to the following HTML code:


 

Example

[video]http://www.youtube.com/watch?v=Q-GLuydiMe4[/video]

Shortcode

[video]https://www.youtube.com/watch?v=Q-GLuydiMe4[/video]

Site Information Configuration

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: Site information

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.

Color Configuration

1. Create a new color.

Step 1: Navigate to the directory: flatize/sites/all/themes/flatize, you can find file flatize.info, open this file.

Color Configuration

Step 2: Locate the skin[ ] arrays and add new code row:

Color Configuration

Step 3: Save file.

Step 4: Navigate to the directory: flatize/sites/all/themes/flatize/css/colors, clone a folder, then rename it "new_color"

Color Configuration

Step 5: new_color folder includes images folder and style.css file.

Now, you can style new color for theme by modifying style.css file.

Color Configuration

2. Colors configuration.

Step 1: Log into website by administrator account.

Step 2: Go to Appearance find Flatize theme, click on Settings

Step 3: At CONFIGS area, select a color from Skin drop-down list to set as default, (e.g: New Color). At TOGGLE DISPLAY area, check Show Skins Menu option if you want to display Skins menu on front page.

Color Configuration

Main Menu

Flatize theme supports three menu types: default menu, superfish, tb megamenu

Create Default Menu

We have created views. You can visit [your website]/admin/content with the admin account to add some new contents.

And now, you can follow the steps below to create a menu structure

Step 1: Navigate to Structure > Menus

Step 2: In Main Menu area, click list links operator

Step 3: Click Add link to add a new link

Step 4: Add following links structure

Menu configuration

TB Mega Menu