1. Start
  2. HTML Pages
  3. HTML Files & Structure
  4. CSS Files
  5. JavaScript
  6. E-Mail Form

FotoHunter - Creative Modern Photographer HTML Template

Multipage Photographer Theme


Thank you for purchasing my theme. If you still have some questions that you could not find in the scope of this help file, please contact me through email via my user page contact form here. You can also follow me on Themeforest to keep track of all my future themes, that you might be interested in. Thank you very much!

Pages


Site consists of 9 pages index.html, about.html, blog.html, blog_single.html, contact.html, work details*, portfolio page**, service.html, team.html

To replace the work details
You must replace the block <!-- PORTFOLIO WITH DETAILS --> on the same block of one of the pages single_work.html or fullscreen_work.html

To replace the portfolio page
You must replace the block <!-- PORTFOLIO --> on the same block of one of the pages portfolio_four_column.html, portfolio_horizontal.html, portfolio_masonry.html or portfolio_three_column.html

To replace the logo If you have image file with your logo your must replace this block <!-- LOGO -->, example

<!--  LOGO  -->
<a class="logo" href="index.html">
  <img src="url_for_your_logo.jpg" alt="company logo">
</a>
<!--  //LOGO  -->

HTML Files & Structure


Site consists of 5 sections (6 sections features of some pages) .left-menu, .right-content its a main sections
This section includes .right-content 3-4 sections .home-page, .main-block, .portfolio-with-details, .right-images or in blog .right-images replace on .blog-right
To hange the styles, colors, and other options in the site you can in css/style.css file.

<div class="left-menu">
    [LOGO, MENU BLOCK AND TWITTER]
</div>

<div class="right-content">
    <div class="flexslider home-page">
        [TOP FULL SCREEN SLIDER]
    </div>
    <div class="main-block">
        [CONTENT OR PORTFOLIO, ECT]
    </div>
    <div class="portfolio-with-details">
        [BIG PORTFOLIO SLIDER OR PORTFOLIO DETAILS]
    </div>
    [IF THIS IS BLOG PAGE]
    <div class="blog-right col-lg-3">
        [BLOG NAVIGATION, TAGS, SEARCH, ECT]
    </div>
    [IF THIS IS OTHER PAGE]
    <div class="right-images col-lg-3">
        [SMALL IMAGES SLIDER]
    </div>
</div>

If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following:

CSS Files

I'm using 16 CSS files in this theme.

Mind that these values might be overridden somewhere else in the file.

style.css file contains all of the specific stylings for the page. The file is separated into sections using:


/*--------- NAME OF BLOCK -------------*/

etc.

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

All images are found in the images. If you want to replace the image, just copy the folder with the same name as the original file with identical proportions.

JavaScript

Twelve Javascript files are used in this site.

E-Mail Form

For use the booking form your need to change e-mail address in the mail.php file. You can open this file any text editor.