Drupal 8 Install Fest

Size: px
Start display at page:

Download "Drupal 8 Install Fest"

Transcription

1 Drupal 8 Install Fest Saturday February 18th, 2017 SANDcamp WiFi: marina / marina01

2 Drupal 8 Site Building Bootcamp Saturday February 18th, 2017 SANDcamp WiFi: marina / marina01

3

4

5

6 Introductions Douglas C. Hoffman LinkedIn D.O Skype Twitter Doug Rowe

7 What do these three things have in common?

8

9 AGENDA Introductions Drupal 8 basics Project discovery Build website Theming Modules Q&A

10 Drupal 8 Basics

11

12 Technology Stack Drupal Stack Browser

13 Drupal 8 1. Code Drupal Core + Contrib Modules + Custom Modules + Base Theme + Contrib or Custom Theme 2. MySQL Database 3. Files User uploaded files (images, documents, etc)

14 Drupal 7 vs Drupal 8 (and what is Backdrop?) Drupal 7 Drupal 8 Core + Views + CKEditor + Contrib (Core, Views, CKEditor) + Contrib PHPTemplate Engine Symfony & Twig PHP 5.2+, MySQL w/ PDO PHP 5.4+, MySQL Some responsive themes, some not Responsive out of the box Translatable with contrib modules Translatable out of the box Possible with contrib/custom modules In place editor, files, admin views... All config in database + Features YAML files for config in code

15 Drupal File System Modules Sites default/settings.php (YAML) Themes

16 Key concepts Content types - page, blog post, event, testimonial, etc Node - an instance of a content type such as a blog post Taxonomies - a way to categorize content Views (the secret sauce) - display lists of things User roles and permissions - editors, webadmin, etc Blocks - items that can be placed on a page Menus - main menu, footer menu, etc

17 Drupal specific hosting with Pantheon.io GIT source control Automated backups Enterprise devops Team members Dev, Test, Live Multidev environments Free development accounts

18 Drupal 8 Install

19 Install D8

20 Drupal 8 Explore

21 Sandbox

22 Explore: Content

23 Explore: Structure

24 Explore: Appearance (themes)

25 Explore: Block Layout

26 Explore: Extend (modules)

27 Explore: Configuration

28 Explore: People

29 Explore: Reports

30 Discovery and Architecture

31 Discovery and Architecture Discovery Business Case User Stories Content Strategy Site Map Architecture Content Types Taxonomies Wireframes / Page Layouts Comps

32 Craigslist Cyclists Clone Project Statement We need a website for our bike club where members can post their used bike equipment for sale and learn about upcoming events

33 User Stories Anonymous Visitor Club Member Web Editor Web Admin View all content X X X X View any user profile X X X X X X X X X X X Post item for sale Edit any item for sale Post to blog Manage web site X X

34 Architecture Content Types Taxonomies Roles Pages Sale items Blog posts Sale item type Blog post type Anonymous Member Editor Webadmin

35 Architecture - Site Map Home Items For Sale landing page Blog posts landing page Member directory About

36 Wireframes

37 Drupal Build

38 Drupal Build

39 Drupal Build Install Basic build Taxonomies Content types Views User roles and permissions

40 Basic Build

41 Basic Build Build home page with URL /home Configure home page in Site Information Build about page, place in menu Adjust order of Main Navigation menu Create block and place in footer

42 Lab 1a - Build Basic Site Home page Content > + Add Content > Basic Page Title = Home Body = Welcome to our club website URL Path Setting > URL alias = /home Click Save and Publish Configuration > System > Basic site settings Front page > Default front page = /home Click Save configuration About page Content > + Add Content > Basic Page Title = About Body = Read all about our club Menu settings > Provide a menu link > Check URL Path Setting > URL alias = /about Click Save and Publish Structure > Menus > Main Navigation Click Edit menu button Drag About to be after Home Click Save button

43 Home page

44 About Page

45 Lab 1b - Build Basic Site Footer block (static) Structure > Block layout > Custom Block Library tab > +add custom block Set Block description to Club Address Set Body to 123 Balboa Ave, San Diego, CA Click Save button Structure > Block layout Click Place block button by Footer first Click Place block button by Club Address Click Save block button Turn off some blocks Structure > Block layout > Block layout tab Scroll down to Footer Fifth Set Powered by Drupal to --None-- Click the Save blocks button

46 Custom Footer Block

47 Lab 1c - Build Basic Site Enable modules Extend > List tab Search for Toolbar Check Admin Toolbar Click Install button What s different? Extend > List tab Search for Filter Check Module filter Click Install button What s different?

48 Lab 1d - In place edits, new in D8

49 Taxonomies

50

51 Taxonomies Create a taxonomy called Item Category Add terms: Road bike, Mountain bike, Parts... Create a taxonomy called Blog Category Add terms: Group ride, Meeting notice, Member post...

52 Lab 2 - Taxonomies Sale Item Category Structure > Taxonomy > +Add vocabulary Set Name to Sale Item Category Click the Save button Click the +Add term button Set Name to Mountain bike Click the Save button Set Name to Road bike Click the Save button Set Name to Parts Click the Save button Structure > Taxonomy For Sale Item Category click List terms button Reorder terms as necessary Click the Save button Blog Post Category Structure > Taxonomy > +Add vocabulary Set Name to Blog Category Click the Save button Click the +Add term button Set Name to Group ride Click the Save button Set Name to Meeting Click the Save button Set Name to Member Post Click the Save button Structure > Taxonomy For Sale Item Category click List terms button Reorder terms as necessary Click the Save button

53 Taxonomy: Sale Item Type

54 Taxonomy: Blog Category

55 Content Types

56

57 Content Types Create a Sale Item content type with the fields: Title, Body, Hero Image, Price, Item Type Modify Article content type to have the fields: Title, Body, Image, Blog Category

58 Lab 3a - Content Types Sale Item Structure > Content types > +Add content type Set Name to Sale Item Set Description to Member items for sale Click Save and manage fields button Click the +Add field button Set Add a new field to Image Set Label to Hero Image Click Save and continue button Field settings tab Leave all defaults Click Save field settings button Edit tab Check Required field Leave all other as defaults Click Save settings button Sale Item (continued) Click the +Add field button Set Add a new field to Number decimal Set Label to Price Click Save and continue button Field settings tab Leave all defaults Click Save field settings button Edit tab Check Required field Set Prefix to $ Leave all other as defaults Click Save settings button

59 Lab 3a - Content Types Sale Item (continued) Click the +Add field button Set Add a new field to Taxonomy term Set Label to Item type Click Save and continue button Field settings Click Save field settings button Edit Check Required field Under Available Vocabularies check Sale Item Category Leave all other as defaults Click Save settings button Sale Item (continued) Content > + Add content > Sale Item Fill in Title, Body, Hero Image, Alternative text, Price and Item Type Click Save and publish Repeat this step one or two times Click the Content link in the admin menu Set Content type filter to Sale Item Click Filter button Edit one of the pieces of content

60 Content Type: Sale Item

61 Lab 3b - Content Types Sale Item (continued) Structure > Content types For Sale Item click Manage Form Display In the button drop-down for the Item Type field click Select list in the button drop-down Click the Save button Sale Item (continued) Structure > Content types For Sale Item click Manage Display in the button drop-down For Hero Image label select Hidden in the button drop-down For Hero Image click the Gear icon For Image style select Large in the button drop-down Click the Update button Scroll down and click the Save button at the bottom of the form

62 Lab 3b - Content Types Sale Item (continued) Structure > Content types For Sale Item click Manage Form Display In the button drop-down for the Item Type field click Select list in the button drop-down Click the Save button Sale Item (continued) Content > +Add content > Sale Item Fill in Title, Body, Hero Image, Price and Item type fields Click Save and publish button Repeat to add two more articles

63 Manage Form Display

64 Manage Display

65 Lab 3c - Content Types Modify Article content type and make 3 articles

66 Lab 3b - Content Types Blog (aka Article) Structure > Content types For Article click Manage fields option Click + Add field Set Add a new field to Taxonomy term Set Label to Blog category Click Save and continue button Click Save field settings button Set Required field to checked Set Available Vocabularies To Blog Category Click Save settings Blog (aka Article) (continued) Structure > Content types For Article click Manage form display option Set Blog Category to Select list Click Save button Content > +Add content > Article Fill in Title, Body, Image and Blog Category fields Click Save and publish button Repeat to add two more articles

67 Content Type: Article

68 Content Type: Article

69 Views Lists of things

70

71 Craigslist

72 Economist.com

73 Viasat: Slideshow & ticker

74 Markon: Member map

75 Timeline

76 Views = Lists of things Add new view named Sale Items Show content type Sale Items Create as a Page Place in Main Navigation menu Add exposed filter for taxonomy term Sort by Title

77 Lab 4a - Sale items view Sale Items Structure > Views > +Add View View name Sale Items Show Content of type: Sale Item Sorted by: Unsorted Check Create a page Check Create a menu link Set Menu to Main navigation Click Save and edit button Sale Item (continued) To the right of the Filter Criteria section click the Add In the Search box enter term Click the check box for Has taxonomy term Click Add and configure filter criteria Under Vocabulary select Sale Item Category Under Selection type select Dropdown Click Apply and continue Click Expose this filter to visitors Set Label field to Category Click the Apply button Click the Save button Click the Back to site link Click the Sale Items main navigation link

78

79

80 Lab 4b - Blog view Blog Structure > Views > +Add View View name Blog Show Content of type: Article Check Create a page Check Create a menu link Set Menu to Main navigation Click Save and edit button Blog (continued) To the right of the Filter Criteria section click the Add In the Search box enter term Click the check box for Has taxonomy term Click Add and configure filter criteria Under Vocabulary select Blog Category Under Selection type select Dropdown Click Apply and continue Click Expose this filter to visitors Set Label field to Category Click the Apply button Click the Save button Click the Back to site link Click the Blog main navigation link

81 Lab 4b - Views Create a Blog Post view

82 Lab 4c - Devel Devel Extend Search for Devel Check Devel & Devel generate Click Install button Devel (continued) Configuration > Development > Generate content Check Article and Sale Item Click Generate button Content See generated content Click Back to site menu link Click Sale Items tab Click Blog tab

83 Views Extra Credit Create a Members directory page Users are fieldable Grid view Generate users

84 Roles & Permissions

85 User roles & permissions Add roles & permissions for Members and Editors Anonymous Club Visitor Member Web Editor Web Admin View all content X X X X View any user profile X X X X X X X X X X X Post item for sale Edit any item for sale Post to blog Manage web site X X

86 Lab 5 - User roles & permissions Add roles Use existing roles Anonymous = Visitors Authenticated = Members Administrator = Webadmin People > Roles tab > + Add role Set Role name to Editor Click Save People > Roles tab Reorder to be Anonymous Authenticated Editor Administrator Click Save

87 Lab 5 - User roles & permissions Set permissions People > Permission tab User contact forms Article Basic pages Sale items Click the Save permissions button

88

89

90

91 Extras

92 Extras Fill out field helper text for your users and your future self People > Account Settings customizations Structure > Display Modes > View Modes Field formatter modules (YouTube, gmap, juicebox ) Configuration > Content Authoring > Text format + editors Configuration > Media > Image Styles Reports > Log messages + Status report + 403/404 errors Views rewrite field

93 Theming

94 Theming

95 Theme file directory structure

96 ...info.yml

97 Template files

98 Drupal markup

99 Switch Theme To Zircon What went wrong?

100 Modules

101 Modules - Is there a module for that?

102 Modules - Is there a module for that? Admin Toolbar Pathauto Paragraphs Google Analytics Panels Display Suite Capthca / recaptcha Workbench Moderation Rules Honeypot Block Class External Links Feeds Migrate

103 Review

104 Key concepts Content types - page, blog post, event, testimonial, etc Taxonomies - a way to categorize content Views (the secret sauce) - display lists of things User roles and permissions - editors, webadmin, etc Blocks - items that can be placed on a page Menus - main menu, footer menu, etc Theming Modules

105 Q&A SANDcamp.org

106 Q&A

107 Q&A

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185 Index A Administration, 157 backups and restore (see Backups and restore website) file system, 161 log files, 162 tasks, 157 updates and security patches, 165 user accounts, 166 Aggregator module, 218

More information

Beginning Drupai 7 TODD TOMLINSON. Apress

Beginning Drupai 7 TODD TOMLINSON. Apress Beginning Drupai 7 TODD TOMLINSON Apress About the Author About the Technical Reviewer Acknowledgements Introduction xv xvi xvii xvii! Chapter 1: Introduction to Drupal... 1 Content Management Systems

More information

Drupal Basics. for COS and CLASS site maintainers

Drupal Basics. for COS and CLASS site maintainers Drupal Basics for COS and CLASS site maintainers Introduction This guide is meant as a starting point for site maintainers in the UNT College of Science and College of Liberal Arts and Social Sciences

More information

JSN Reta 2 Customization Manual Before We Start

JSN Reta 2 Customization Manual Before We Start JSN Reta 2 Customization Manual Before We Start The first thing we would like to say is this guide is not intended to cover everything you might want to customize the template. Here we disclose only the

More information

WMS 301 Site Management in the Web Management System (WMS)

WMS 301 Site Management in the Web Management System (WMS) WMS 301 Site Management in the Web Management System (WMS) Objectives of the course Learn to: Create new pages Position pages in the menu Organize the menus Manage your content in My Workbench Search for

More information

NETZONE CMS User Guide Copyright Tomahawk

NETZONE CMS User Guide Copyright Tomahawk NETZONE CMS User Guide Copyright 2015. Tomahawk 1 Phone: + 64 9 522 2333 Email: getintouch@tomahawk.co.nz Tomahawk 2015 www.tomahawk.co.nz 2 NETZONE CMS USER GUIDE WHAT YOU LL FIND INSIDE LOGGING IN 4

More information

Product Questions Magento Extension

Product Questions Magento Extension Product Questions Magento Extension User Manual This is the user manual of Magento Product Questions v1.3.1 and was last updated on 23-12-2017. To see what this extension can do, go to the Magento Product

More information

Club Web User Guide 2.0 (Drupal 7)

Club Web User Guide 2.0 (Drupal 7) Club Web User Guide 2.0 (Drupal 7) Updated January 4, 2016 11:16 AM Notes Please use this area to record any information that may need to be saved and/or shared with other members of your team. Keep it

More information

Surface Documentation

Surface Documentation Surface Documentation A fully responsive magazine and blogging WordPress theme credit... Surface is a fully responsive magazine and blogging WordPress theme, built in a timeless and dynamic style. Surface

More information

Crocker Communications

Crocker Communications Crocker Communications Information Architecture Doc Version: 1.0 Creation Date: March 6, 2014 By: Knectar For: TSM Design, Crocker Communications Table of Contents Introduction Design and Assets Wireframes

More information

Contents. Page Builder Pro Manual

Contents. Page Builder Pro Manual PRISM Contents 1. Website/Pages/Stripes/Items/Elements... 2 2. Click & Edit, Mix & Match (Drag & Drop)... 3 3. Adding a Stripe... 4 4. Managing Stripes... 5 5. Adding a Page... 7 6. Managing Pages and

More information

D, E I, J, K, L O, P, Q

D, E I, J, K, L O, P, Q Index A Application development Drupal CMS, 2 library, toolkits, and packages, 3 scratch CMS (see Content management system (CMS)) cost quality, 5 6 depression, 4 enterprise, 10 12 library, 5, 10 scale

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies NEWS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating News Stories... 1 Displaying News Stories... 7 News Drupal 7 Web Content Management The News

More information

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page.

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page. North Star Marketing Client : The Guthrie Group Deliverable : Website Training +++ LOGGING IN AND OUT +++++++++ 1. Go to http://tgg.northstarmarketing.com/wp admin/. This is the address for the staging

More information

Linn-Mar Staff Web Page Setup

Linn-Mar Staff Web Page Setup Linn-Mar Staff Web Page Setup Log In To set up your staff/teacher site, browse to sites.linnmar.juiceboxint.com/jb-login and log in with your network username. NOTE: Once the sites are launched, you ll

More information

Logging Into Your Site

Logging Into Your Site This training document is meant as a step-by-step guide to creating and delivering a UW-Madison site in the current UW-Madison theme. In this training class, you will learn how to log in to access your

More information

SymphonyThemes ST Alphorn Quick Guide

SymphonyThemes ST Alphorn Quick Guide SymphonyThemes ST Alphorn Quick Guide Thank you very much for choosing ST Alphorn as your template. This document will present these new features which are only available in Alphorn. You may consult another

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication Drupal Drupal is a free and open-source content management system (CMS) and content

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

JSN Decor 2 Customization Manual Before We Start

JSN Decor 2 Customization Manual Before We Start JSN Decor 2 Customization Manual Before We Start The first thing we would like to say is this guide is not intended to cover everything you might want to customize the template. Here we disclose only the

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website.

One Place Agent Websites User s Guide. Setting up your Real Estate One Family of Companies Personal Agent Website. One Place Agent Websites User s Guide Setting up your Real Estate One Family of Companies Personal Agent Website. Rev. 2016 Log in Go to http://www.ouroneplace.net (User name last six digits of your state

More information

Information architecture, wireframing and the site design will be supplied by the Drupal Association.

Information architecture, wireframing and the site design will be supplied by the Drupal Association. DrupalCon RFP DrupalCon is requesting proposals to help us enhance our current DrupalCon website. The website will be built upon the Drupal platform using a Features-based approach based on the most common

More information

USER GUIDE AND THEME SETUP

USER GUIDE AND THEME SETUP Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free ask any questions on the online Support Forum, located at: http://themewich.com/forum.

More information

Advanced Training Manual: Surveys Last Updated: October 2013

Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Page 1 of 28 Table of Contents Introduction Training Objective Surveys Overview Survey Table Survey Options

More information

P a g e 0. CIDRZ Website Manual.

P a g e 0. CIDRZ Website Manual. P a g e 0 2015 CIDRZ Website Manual http://cidrz.org/ Manual Contents 1. Overview... 2 Getting Started... 2 The Frontend... 2 The Backend... 2 2.0 Managing the website... 4 Adding & editing pages... 4

More information

store.belvg US: UK:

store.belvg US: UK: 1 2 Table of Contents 1. Introduction to Quick Top Links 2. How to Install 3. How to Configure 4. How to Use 1. Introduction to Quick Top Links Magento Quick Top Links extension allows accessing store

More information

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin

A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin A Guide to Understand, Install and Use Pie Register WordPress Registration Plugin 1 P a g e Contents 1. Introduction... 5 2. Who is it for?... 6 3. Community v/s PRO Version... 7 3.1. Which version is

More information

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 8/31/17 Page 1 of 13 UIS Office of Web Services WordPress User Guide WordPress User Guide 8/31/17 Page 1 of 13 UIS Office of Web Services WordPress User Guide Prepared by Ralph Shank Table of Contents About WordPress 3 Getting

More information

Drupal FAQs for administrators

Drupal FAQs for administrators Drupal FAQs for administrators Questions How do I edit content? Why can t I edit content? How do I publish content? How do I pull a piece of content back to draft after publishing? Where has the save button

More information

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 4/17/18 Page 1 of 12

UIS Office of Web Services Documentation. WordPress User Guide. WordPress User Guide 4/17/18 Page 1 of 12 WordPress User Guide WordPress User Guide WordPress User Guide 4/17/18 Page 1 of 12 Prepared by Ralph Shank Table of Contents About WordPress... 3 Getting Connected to Your Website... 3 Editing and Publishing

More information

Full Stack Web Developer

Full Stack Web Developer Full Stack Web Developer Course Contents: Introduction to Web Development HTML5 and CSS3 Introduction to HTML5 Why HTML5 Benefits Of HTML5 over HTML HTML 5 for Making Dynamic Page HTML5 for making Graphics

More information

Contents. Xweb User Manual

Contents. Xweb User Manual USER MANUAL Contents 1. Website/Pages/Sections/Items/Elements...2 2. Click & Edit, Mix & Match (Drag & Drop)...3 3. Adding a Section...4 4. Managing Sections...5 5. Adding a Page...8 6. Managing Pages

More information

CCM Website toolkit. Version 1.2 working draft Author Bobby Kimutai. Change revisions. Video links updated

CCM Website toolkit. Version 1.2 working draft Author Bobby Kimutai. Change revisions. Video links updated CCM Website toolkit Version 1.2 working draft Author Bobby Kimutai Change revisions Video links updated Contents Definition of terms and abbreviations... 2 Abbreviations... 2 Requesting for the CCM website...

More information

New features in version 8 TERMINALFOUR 8.0

New features in version 8 TERMINALFOUR 8.0 New features in version 8 TERMINALFOUR 8.0 TERMINALFOUR Web Developer 1 1999-2015 All Rights Reserved, TERMINALFOUR Solutions Ltd 1999-2014 All Rights Reserved, TERMINALFOUR Solutions Ltd Copyright 1999-2015

More information

Drupal User Guide for Authors

Drupal User Guide for Authors 0 Drupal User Guide for Authors SSU WEB CONTENT EDITING Information Technology Services SALEM STATE UNIVERSITY ITS-TRAINING@SALEMSTATE.EDU Author User Guide DRAFT version 2 Author User Guide DRAFT version

More information

Landing Pages Magento Extension User Guide Official extension page: Landing Pages

Landing Pages Magento Extension User Guide Official extension page: Landing Pages Landing Pages Magento Extension User Guide Official extension page: Landing Pages Page 1 Table of contents: 1. Extension settings..... 3 2. Add landing pages. 5 3. General landing page info...... 7 4.

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

JSN Corsa 2 Customization Manual Before We Start

JSN Corsa 2 Customization Manual Before We Start JSN Corsa 2 Customization Manual Before We Start The first thing we would like to say is this guide is not intended to cover everything you might want to customize the template. Here we disclose only the

More information

SAHARA BIKE1 RESPONSIVE MAGENTO THEME

SAHARA BIKE1 RESPONSIVE MAGENTO THEME SAHARA BIKE1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_bike1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

1. Beginning (Important)

1. Beginning (Important) Appointway Wordpress" Documentation by InkThemes Get Your Site Ready in Just 1 Click Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel

More information

New website Training:

New website Training: New website Training: Table of Contents 1. Logging in and out of the new site. 2. Edit Content a. How to edit content b. Paragraph types c. Adding links d. Adding an image e. Adding a document f. Saving

More information

Index COPYRIGHTED MATERIAL. Numerics

Index COPYRIGHTED MATERIAL. Numerics Numerics 2Checkout, 293 404 errors, 197 198 A HTML tag, 102 About page (Drupal Gardens), 253 Account Activation e-mail, 70 Account Blocked e-mail, 70 Account Canceled e-mail, 70 Account Cancellation

More information

Vetstreet Web Builder Editor Tool User Guide v2.1. Web Builder. User Guide v2.1

Vetstreet Web Builder Editor Tool User Guide v2.1. Web Builder. User Guide v2.1 Web Builder User Guide v2.1 Contact your Account Manager at (888) 799-8387 or email support@vetstreet.com with questions. Page 1 Index... 1 The Editor Tool... 7 Forgot Your Username or Password?... 7 How

More information

OHO Interactive 55 DAVIS SQUARE / SOMERVILLE, MA Content Entry Guide. Notre Dame of Maryland University Updated: November 1, 2016

OHO Interactive 55 DAVIS SQUARE / SOMERVILLE, MA Content Entry Guide. Notre Dame of Maryland University Updated: November 1, 2016 Content Entry Guide Notre Dame of Maryland University Updated: November 1, 2016 Basics OHO Interactive Logging In Production URL: www.ndm.edu/user Username: Password: Staging URL: http://ndmuyqeiajze66.devcloud.acquia-sites.com/

More information

WORKING PROCESS & WEBSITE BEST PRACTICES Refresh Creative Media

WORKING PROCESS & WEBSITE BEST PRACTICES Refresh Creative Media WORKING PROCESS & WEBSITE BEST PRACTICES Refresh Creative Media 1. INTRODUCTION Thank you for choosing Refresh Creative Media for your website development needs. This document describes our working process

More information

Testimonials for Magento 2. User Guide

Testimonials for Magento 2. User Guide Testimonials for Magento 2 User Guide Table of Contents 1. Testimonials Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Testimonials Page 1.4. Sidebar 1.5. Testimonials Submit

More information

JSN Solid 2 Customization Manual Before We Start

JSN Solid 2 Customization Manual Before We Start JSN Solid 2 Customization Manual Before We Start The first thing we would like to say is this guide is not intended to cover everything you might want to customize the template. Here we disclose only the

More information

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites

Group Microsite Manual. A How-To Guide for the Management of SAA Component Group Microsites Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2015-2016 Updated by Matt Black, SAA Web and Information Services Administrator Available online at www.archivists.org/governance.

More information

Getting Started with ShortStack

Getting Started with ShortStack Getting Started with ShortStack presented by SHORTSTACK Welcome to ShortStack! This guide covers our platform s five main sections: Tabs, Designer, Media, Templates, and Forms & Promos so that you can

More information

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE 1 User Guide Social Login for Magento 2 Extension SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Social Login for Magento 2 Extension Contents 1. Social Login for Magento 2 Extension

More information

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition LizardThemes.com Free & Premium WordPress Themes LizardThemes User Guide First Edition Online version: http://lizardthemes.com/documentation/ 2013 Contents Chapter 1 How to start... 3 Chapter 2 Theme Settings...

More information

Oceanica Theme Documentation

Oceanica Theme Documentation Oceanica Theme Documentation Updated on December 29, 2017 Installation Import sample data Import sample data from xml file. Import sample data from.sql file. Set up the front page Edit front page Site

More information

Content Management Features & Benefits

Content Management Features & Benefits Content Publishing Features 01 Feedback Forms Use the drag-and-drop wizard to create feedback forms and then add them to your website. Responses are saved in your control panel and can be exported to Microsoft

More information

IEEE Wordpress Theme Documentation

IEEE Wordpress Theme Documentation IEEE Wordpress Theme Documentation Version 1.0.2 2014-05- 16 Table of Contents TABLE OF CONTENTS 2 INITIAL SETUP 3 FRONT PAGE 3 POSTS PAGE 4 CONTACT 5 SITE MAP 6 MENU 7 HOME PAGE 8 PAGE TEMPLATES 10 LEFT

More information

Custom Contact Forms Magento 2 Extension

Custom Contact Forms Magento 2 Extension Custom Contact Forms Magento 2 Extension User Manual This is the user manual of Magento 2 Custom Contact Forms v100.0.0 and was last updated on 29-06-2017. To see what this extension can do, go to the

More information

Website Backend Manual

Website Backend Manual Website Backend Manual Page Table of Contents Introduction Introduction to Drupal CMS User Login Content Management Content Overview Adding New Content Editing Homepage Slider Translating Content Blocks

More information

Placester Quick Start Guide

Placester Quick Start Guide Placester Quick Start Guide Congratulations! You re on your way to building a strong online presence for your real estate business. This Quick Start Guide will walk you through all of the basics for getting

More information

Multiple Custom Forms

Multiple Custom Forms Multiple Custom Forms for Magento 2 Extension for Magento 2 User Guide Table of contents 1. Module Features 2. Module Configuration 3. Manage Forms 4. Add Field 4.1. Text Field 4.2. Text Area 4.3. Drop

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Blue Form Builder extension for Magento2

Blue Form Builder extension for Magento2 Blue Form Builder extension for Magento2 User Guide Version 1.0 Table of Contents I) Introduction.. 4 II) Installation 5 III) General Configurations...6 IV) Manage Forms.. 7 1) List of Forms 7 2) Add New

More information

Microsite Overview. The Basics: How to build and manage your ISA Section microsite

Microsite Overview. The Basics: How to build and manage your ISA Section microsite Microsite Overview The Basics: How to build and manage your ISA Section microsite We are excited to work with you to build your microsites within the all-new www.isa.org. The website has state-of-the-art

More information

Product Page PDF Magento 2 Extension

Product Page PDF Magento 2 Extension Product Page PDF Magento 2 Extension User Manual This is the user manual of Magento 2 Product Page PDF v100.0.0 and was last updated on 26-11- 2017. To see what this extension can do, go to the Magento

More information

Welcome to you user manual for your website

Welcome to you user manual for your website Welcome to you user manual for your website Your website is unique to you. We build our websites on the Wordpress platform. and each of our websites are designed to be different. To achieve this we use

More information

Google Sites Training

Google Sites Training The How to Dos of Google Sites Overview Page 1 Google Sites offers tremendous functionality to make collaborating and sharing information simple. This job aid provides the step-by-step instructions that

More information

For Starters: Creating CU Bear, a Drupal 8 Starter Kit

For Starters: Creating CU Bear, a Drupal 8 Starter Kit For Starters: Creating CU Bear, a Drupal 8 Starter Kit Alison McCauley Anthony Adinolfi Nazrin Tingstrom CIT/Custom Development Team, Cornell University Background / Goals / Needs Why bother with any of

More information

Entrepreneur Theme Documentation

Entrepreneur Theme Documentation Entrepreneur Theme Documentation Installation Plugins Updates (optional) Front Page Setup Front Page Editing Front Page: Site Title, Tagline and Logo Front Page: Website Colors Front Page: Sections Section

More information

WPM for Departments Using WPM to Edit Your Department s Website

WPM for Departments Using WPM to Edit Your Department s Website Overview Web Profile Manager allows Ithaca College community members to easily edit department sites. All of the specialty language and code has been omitted to provide a consistent format and to make

More information

Product Page PDF Magento Extension

Product Page PDF Magento Extension Product Page PDF Magento Extension User Manual This is the user manual of Magento Product Page PDF v2.0.2 and was last updated on 26-11-2017. To see what this extension can do, go to the Magento Product

More information

WEB CREATOR SITE SETTINGS

WEB CREATOR SITE SETTINGS WEB CREATOR SITE SETTINGS TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 SITE SETTINGS... 3 Site Name... 3 Copyright... 4 Google Translate... 4

More information

JSN PageBuilder 3 Configuration Manual Introduction

JSN PageBuilder 3 Configuration Manual Introduction JSN PageBuilder 3 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation of Joomla! PageBuilder with great improvements in the interface, features, and user

More information

JSN Force 2 Customization Manual Before We Start

JSN Force 2 Customization Manual Before We Start JSN Force 2 Customization Manual Before We Start The first thing we would like to say is this guide is not intended to cover everything you might want to customize the template. Here we disclose only the

More information

Rocket Theme. User Guide

Rocket Theme. User Guide Rocket Theme User Guide This user guide explains all main features and tricks of multifunctional Rocket WordPress Theme. This information will make your work with the theme even easier and more effective.

More information

GW Drupal Foundation: Access Levels & Permissions

GW Drupal Foundation: Access Levels & Permissions GW Drupal Foundation: Access Levels & Permissions Description: This document is intended to be a quick reference for setting up and configuring Workbench Access, which is used to manage permissions for

More information

Lab 6: WordPress Content Control

Lab 6: WordPress Content Control Lab 6: WordPress Content Control () CONTENTS 1 Background... 1 2 In-Lab Work... 1 2.1 files you need... 1 2.2 Setting up... 1 2.3 Widgets... 3 2.4 Plugins to control site function and design... 9 2.5 Adding

More information

Site Building Tools, Tips, Modules, and Tricks

Site Building Tools, Tips, Modules, and Tricks Site Building Tools, Tips, Modules, and Tricks Shani Felder August 24, 2018 Drupal GovCon 2018 Welcome Who is this chick? Who is this for? What are we here to learn? Hi, I m Shani Front-end Web Developer

More information

Carleton CMS Training

Carleton CMS Training 1 Carleton CMS Training Contents Logging In... 2 Dashboard... 2 Pages... 2 Posts... 3 Organizing News/Posts... 3 Categories... 3 Tags... 4 News Listings... 4 Text... 4 Create columns... 5 Hyperlinks...

More information

Startup Guide. Version 2.3.7

Startup Guide. Version 2.3.7 Startup Guide Version 2.3.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Beginning Web Administrator Training

Beginning Web Administrator Training Welcome Beginning Web Administrator Training for School Site and District Staff Welcome Please log on to your computer workstation using your SCUSD login and password Guests use our training login Username:

More information

WPI Project Center WordPress Manual For Editors

WPI Project Center WordPress Manual For Editors WPI Project Center WordPress Manual For Editors April 17, 2015 Table of Contents Who should use this manual... 3 Signing into WordPress... 3 The WordPress Dashboard and Left-Hand Navigation Menu... 4 Adding

More information

To upgrade to ifeature Pro visit:

To upgrade to ifeature Pro visit: 1 ifeature Free Documentation for ifeature v1.0.7 (last updated 4/26/2011) TABLE OF CONTENTS: Topic Page(s) Installing ifeature 2 Templates and Widgets 3 imenu 4 ifeature Settings 5 General Settings 6

More information

Modular: Shopify Theme

Modular: Shopify Theme Modular: Shopify Theme Table of Contents Introduction 2 Top Bar 2 Header/Branding 3 Main Navigation 3 Backgrounds 4 Global Colors 4 Fonts 4 Home Slideshow 5 Home 6 Collection Pages 6 Product Pages 7 Blog

More information

UW Oshkosh WordPress Training Manual. June 2015 Integrated Marketing Communications *Updated January 2016

UW Oshkosh WordPress Training Manual. June 2015 Integrated Marketing Communications *Updated January 2016 UW Oshkosh WordPress Training Manual June 2015 Integrated Marketing Communications *Updated January 2016 Table of Contents What is WordPress...3 WordPress Resources...3 Website Best Practices...4 How to

More information

T T USER GUIDE. 1. Website/Pages/Stripes/Items/Elements Click & Edit, Mix & Match (Drag & Drop) Adding a Stripe Managing Stripes...

T T USER GUIDE. 1. Website/Pages/Stripes/Items/Elements Click & Edit, Mix & Match (Drag & Drop) Adding a Stripe Managing Stripes... T T T Contents USER GUIDE 1. Website/Pages/Stripes/Items/Elements... 2. Click & Edit, Mix & Match (Drag & Drop)... 3. Adding a Stripe... 4. Managing Stripes... 5. Adding a Page... 6. Managing Pages and

More information

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create

JSN UniForm User Manual. Introduction. A simple contact form created by JSN UniForm. JSN UniForm is a Joomla form extension which helps you create JSN UniForm User Manual Introduction A simple contact form created by JSN UniForm JSN UniForm is a Joomla form extension which helps you create forms quickly and easily - from normal forms to complex forms.

More information

We welcome any feedback and suggestions that would make the system easier to use for you. Please us at with your suggestions.

We welcome any feedback and suggestions that would make the system easier to use for you. Please  us at with your suggestions. Croogo manual Introduction Welcome to the Croogo website content management system. The purpose of this manual is to provide instruction to website administrators handling low-level website content changes.

More information

Hart House C&C Website Guide

Hart House C&C Website Guide step-by-step Instructions Hart House C&C Website Guide > Step-by-step instructions > Guidelines Materials available Online: www.harthouse.ca/design What s included in this guide? Included in this guide:

More information

Creating and Managing Your Personal Mines Website on WordPress

Creating and Managing Your Personal Mines Website on WordPress Creating and Managing Your Personal Mines Website on WordPress Table of Contents Creating your site... 2 Managing your site... 2 About WordPress... 2 Logging in... 2 Pages... 2 Editing an Existing Page...

More information

Group Microsite Manual

Group Microsite Manual Group Microsite Manual A How-To Guide for the Management of SAA Component Group Microsites 2017-2018 Updated by Matt Black, SAA Web and Information Services Administrator Available online at http://www2.archivists.org/governance/leaderresources.

More information

REACH 3.0 Website redesign

REACH 3.0 Website redesign REACH 3.0 Website redesign Oral Boston imediawerks.com March 2011 INTRODUCTION A new redesigned REACH website went live in February 2011. The new web site is built on top of a content management system

More information

Wolf. Responsive Website Designer. Mac Edition User Guide

Wolf. Responsive Website Designer. Mac Edition User Guide Wolf Responsive Website Designer Mac Edition User Guide Version 2.10.3 Table of Contents What is Wolf Website Designer? Editor overview Save and open website Create responsive layout How to create responsive

More information

SAHARA KIDS1 RESPONSIVE MAGENTO THEME

SAHARA KIDS1 RESPONSIVE MAGENTO THEME SAHARA KIDS1 RESPONSIVE MAGENTO THEME This document is organized as follows: Chater I. Install ma_sahara_kids1 template Chapter II. Features and elements of the template Chapter III. List of extensions

More information

Introduction. The topics included in this guide are:

Introduction. The topics included in this guide are: Introduction Caorda Content is a powerful content management tool that allows you to update your web site through a standard Internet web browser. The purpose of this guide is to introduce you to Caorda

More information

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365... 3 LICENSE ACTIVATION...

More information

Kinetika. Help Guide

Kinetika. Help Guide Kinetika Help Guide 1 Hope you enjoy Kinetika theme! 3 Table of Contents Important Links 6 Theme Options - Setting Up Logo 26 Cover Photos 44 Applying Revolution Slider Slides 71 Important Notes 7 Logo

More information

Embedded101 Blog User Guide

Embedded101 Blog User Guide Serving the Windows Embedded Community Embedded101 Blog User Guide Using Windows Live Write 2011 To Upload Blog Entry Samuel Phung Windows Embedded MVP http://www.embedded101.com Screen captured with Snagit

More information

Website Training Manual

Website Training Manual Website Training Manual Version 1.0 9/11/13 Section 1: Manage Users... 3 Adding Users... 3 Managing Users... 3 Section 2: Manage Content... 4 Section 3: Create Content... 5 Featured Slider... 5 Governance...

More information