Template Help

Homepage
Missing Page
Search Support Allwebco Design Allwebco Hosting
Setting up your Minisite Template:
Minisite Group RD(1)
Minisite Support & Updates
View Allwebco Minisite Web Templates
HTML5 Responsive Design | More Details & See section below.
KEY: MQs below indicates "media queries". The responsive css code for mobile located in the "media-queries.css". See section below and also support details.
Getting Started:

Step 1:
CHOOSE HOME PAGE TO USE: | More Details
This template includes 2 homepage options: Step 2:
EDIT HEADER: | More Details
Edit the "var logotext" "YOUR WEBSITE TITLE" in the "header.js" near the top with your website name. The font is defined in the "style.css" under "START TEXT HEADER CODE". The logo uses a Google Font. See also "FONTS:" in "Options" below.

USING A GRAPHIC LOGO: Edit the "var logotype" in the "header.js" from "text" to "graphic". In the "picts" folder either replace or edit the "logo.jpg". This image is 600 x 70 pixels in size. If you change the size you must edit the ".logo-respond" class in the "style.css". There is a Photoshop "logo.PSD" file in the "extras" folder. The default font used is 46 point bold "Felix Titling". If you want to change to another image type like .png, edit the "header.js" in 1 place from .jpg to .png (near the bottom) and place your 600 x 70 "logo.png" in the "picts" folder.

Step 3:
EDIT FOOTER: | More Details
Open the "footer.js" file in Notepad, TextEdit, or any text editor, and edit the "Yourcompany.com" text with your company or website name. This will update the footer info on all pages.

Step 4:
EDIT CONTACT INFO: | More Details
Open the "contact.js" in Notepad or any text editor file and change the company name, address, phone and fax numbers, and e-mail address (edit the email in 2 places). This will update the contact info on the contact page.

Step 5:
CLICK MENU & HEADER ICON BAR: | More Details
The "header.js" is a complicated file and includes 3 sections. The click menu, the header icons and the graphic or text logo. You may want to make a backup of this file before you do any editing. Edit this file using Notepad or a plain text editor. Click link above for help, options and details.

NOTE: The menu is in the "header.js" so you have less .js files in each page for better mobile compliance.

NOTE: Some header icons hide on mobile screens. See Media Queries section below.

Step 6:
EDIT PAGES: | Software choices | Notepad Editing
Edit the text on all HTML pages with your information. You can use Expression Web, Frontpage, Dreamweaver, any wysiwyg HTML editor or a text editor like Notepad. Take care not to delete any of the HTML tags that surround the text.

Step 7:
EDIT TITLE, DESCRIPTIONS & KEYWORDS: | More Details
Open each of the pages and change the title tag (at the very top of the page) and also the description and the keywords with your product or service details. You can edit one page and copy and paste to the other pages. You should use a unique title on each page. Be careful to only change what's inside the "" so you don't disturb the html code. Page titles are important so your site will get a good listing at Google, Yahoo and other search engines.

Step 8:
UPLOAD: | More Details
Upload the pages on to your hosting company's server using ftp software or Windows Explorer or your control panel. Be sure to upload all template files and folders and all files inside the folders. You do not need to upload the "extras" folder.


Media Queries Responsive Code | More Details
MQs in this template control many parts of each webpage to conform for mobile and tablet. The responsive MQs css classes are located in the "media-queries.css". Three stages (breakpoints) are used for screen widths of 750, 530 and 482. As the browser width is made more narrow and each "stage" width threshold is reached, code defined in the "media-queries.css" will take effect changing the webpage layout. You can edit these sizes in the "media-queries.css" using any plain text editor.

Hiding header icons for mobile: The "header.js" icons for PDFs and videos hide when the MQs kick-in using the class="hidemobile". This is included in the "header,js" as an example. You need to hide some icons for mobile and also test. See click menu details.

The "media-queries.css" is for mobile and includes some of the same class names as the "style.css" that alters these classes as the browser width becomes more narrow.

When editing some styles, if there is a "like" class in both the "style.css" and "media-queries.css" you may need to edit classes in both files in some cases. See responsive support details.


Options:
COMBINING MINISITES: | More Details
If you have purchased more than one Minisite of the same template "group" number, for example "RD" is the name or number of this template group, you can combine pages and/or features easily between these models. Click link above for details. View the latest Minisites.

COLORS & STYLES: | More Details | Media Queries
Edit the font sizes, menu styles, background colors, page widths and heights, and all template colors in the "style.css" using any plain text editor. Edit the "media-queries.css" only if you want to change how the template reacts on smaller screen mobile devices. See Media Queries above.

FONTS: | More Details | Media Queries | Google Fonts
This template uses Google Fonts. The code that "calls" the font files is the first line in the "style.css". Click link above for details.

Edit the font sizes in the "style.css" file. Change the class after the note "THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE" px size to change the font sizes or colors on all pages. Change the "title" px size to change all the title sizes. You can find other web HEX colors by clicking here.

THE GRAPHIC LOGO:
If you do not now have a graphic logo you can contact Allwebco Design through our support center and we can create a quick simple logo for a small fee. See the custom design services support page for details.

HEADER ICONS: | More Details
See "CLICK MENU & HEADER ICON BAR" step above on this page.

MENU EDITING: | More Details
See "CLICK MENU & HEADER ICON BAR" step above on this page.

PAGE HEIGHTS & WIDTHS:
So all your pages will maintain a minimum standard height and width ".pageheight-min" and "#pagewrapper" and "#contentwrapper" classes are included in the "style.css". Edit these heights and widths to any sizes you prefer.

IMAGES: | More Details
You can replace the template images with your own. You will find all non-gallery images in the "picts" folder. Hover over any image to view the size.

Responsive Image Note: If you want to make the images larger in height, edit the image in the picts folder, then in the "style.css" edit the "max-height" for the ".main-image" class with your new height.

ADDING IMAGES: | More Details
You can add new images to the template pages, however, you will want to keep your images very small in size so your website will load quickly on mobile devices. TIP: If you want to add larger images, do not add them to the homepage so your site will load quickly.

ADDING SCRIPTS OR ANIMATION:
Scripts, Javascripts and Flash or video can be added to any of the template pages, however, most mobile devices load these types of items slowly and\or may not have support for these applications. If adding these types of items it is best not to add them to the homepage in the template.

ADDING PAGES: | More Details
You can add pages to your website by copying and pasting any one of the .htm pages and renaming it to whatever you need. You can then add text links from the other .htm pages, or you can add new links to the menu in the "header.js". See menu editing above.