Help

[ Homepage ]
[ Allwebco Design ]
[ Allwebco Templates ]
[ 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:
EDIT CONTACT PAGE LOCATION MAP: | More Details
This template includes a Google map window. Click link above to setup the map.

Step 6:
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 7:
SETUP SITE SEARCH:
Open the "site_map.htm" and edit "allwebcodesign.com" in the "START SEARCH", "END SEARCH" section with your website domain in (2) places. If you require a more custom search with no ads, check in your Google account for info.

Step 8:
EDIT DYNAMIC FAQ PAGE: | More Details
In the "faq.htm" edit the text between the "FAQ 1" notes area for FAQ question #1. Edit only the question and answer text and do not delete any of the other code in this area. Edit or remove the other FAQ questions on this page.

Step 9:
REPLACE PRODUCT PICTURES: | More Details | Thumbnail Help
The fastest way to setup the product images is to replace the pictures in the "products" folder with your own by overwriting the files that are in there now and using the same generic names.

Replace the six "product-?.jpg" images in the "products" folder with your thumbnail images. These images are now 150 x 100 pixels. This will update the images on the "products.htm".

Replace the six "Fproduct-?.jpg" images in the "products" folder. These are the full sized images you will see when you click on a thumbnail on the products page. These images are now 700 x 467 pixels in size.

Replace the three 200 x 133 "home-product-?.jpg" images. These are used on the default homepage as outlined in step #1.

Step 10:
EDIT THE PAYPAL CART (Paypal Type 2 Forms): | More Details
To setup the Paypal cart you will edit the "products.htm" and also the "header.js". This template is setup with Paypal "Type 2" forms.
  1. Setup a Paypal merchant account.

  2. In the "header.js" edit the "paypal@your-web-domain.com" (near the top) with your Paypal e-mail. This will update the header view cart button.

  3. You will edit the "5290739" in each form in the "products.htm" with your generated product number. This will be the following code (highlighted):

    <input type="hidden" name="hosted_button_id" value="5290739">

    You do not need to edit any part of the form other than the number indicated above and the options section. Or the options section can be deleted.

    Edit the 1st Paypal form in the "products.htm" page. Find this note "START PAYPAL FORM 1". Click here for steps to setup the forms.

  4. In the "products.htm" edit all forms as shown on the Paypal Type 2 Forms support page.

  5. While still editing the "products.htm", edit or delete the "START OPTIONS AREA" with any options you require. If you require no options delete the code between the "START" and "END" OPTIONS AREA notes. Click for help with options.

  6. There is a thank you "return page" included. When generating the code in your Paypal account edit the "return" URL with your web domain URL and the "thanks-payment.htm" so the return page will display after a payment is completed. Click for form setup details.

  7. Shipping, sales tax and options are added when generating your forms in your Paypal account.


Step 11:
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 12:
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 13:
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". Two stages are used for screen widths of 750 and 482 (the 3rd stage is to detect newer css3 browsers). 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.

SITE MAP:
The "site_map.htm" is the site map page. This page is linked from the home page (index.html) to help list all your pages at the search engines. Do not remove this link.

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.