1. Start
  2. How to change the logo?
  3. How to set up Striped Page?
  4. How change Menu items?
  5. How to add/manage Portfolio??
  6. How to add/manage Gallery?
  7. How to use Shortcodes/Modules?
  8. How to change the color scheme?
  9. How to setup Contact Form?
  10. Source files included

Oyster HTML Photo Template


Thanks for purchasing this theme. If you have any questions that are beyond the scope of this help file, please feel free to submit your request to my support forum. Also you can find a lot of useful information right there. Thanks so much!

How to set up Striped Page?


To change the stripes section, please use vertical_striped.html or horizontal_striped.html files. For example, open vertical_striped.html and find the line: 153 <div class="strip_template">
Under the line you will find all required items. You can easily change the titles and background images, add/edit or delete them from the code. Please check the example below:

               <figure class="strip-menu horizontal" data-count="3">
                       <div class="strip-item strip_hor1" data-href="gallery_kenburns.html"><div>
                       <div class="mobile-hover"><div>
                       <div class="strip-fadder"><div>
                       <div class="strip-text"><div>
                                  <h1 class="strip-title">Kenburns</h1>
                                  <h3 class="strip-caption">Fullscreen Image Gallery</h3>
                       </div>
                       <a href="gallery_kenburns.html"</a>
                       </div>

How to add/manage Portfolio?


The template contains the Portfolio section.

                       <div class="grid-port-cont">
                           <h6><a href="simple_fullwidth_image_post.html"> Lorem ipsum dolor</a></h6>
                                   <div class="block_likes">
                                        <div class="post-views"<i class="stand_icon icon-eye"</i><span>7715</span></div>
                                        <div class="gallery_likes gallery_likes_add already_liked">
                                            <i class="stand_icon icon-heart">
                                            <span>129</span>
                                          </div>
                                   </div>
                       </div>
                       <div class="blogpost_preview_fw element advertisement">
                           <div class="fw_preview_wrapper">
                               <div class="gallery_item_wrapper">
                                   <a href="simple_fullwidth_image_post.html"> Lorem ipsum dolor</a></h6>
                                       <img src="img/portfolio/masonry/2.jpg" alt="" class="fw_featured_image"
                                       width="540>>
                                       <div class="gallery_fadder">
                                       <span class="gallery_ico"><i class="stand_icon icon-eye" </i> </span>
                                   </a>
                               </div>

How to use Modules?


In case you need to use one of the existing shortcodes on your page you should simply open shortcodes.html page and copy the existing shortcode

For example in shortcodes.html you want to copy Partners. In this case copy the code starting from line 896-973 and then past it in your page where you need and then edit it.

               <div class="row">
                      <div class="span12 module_number_27 module_cont pb55 module_partners" >
                        <div class="bg_title"><h3 class="headInModule">Partners</h3></div>
                        <div class="module_content sponsors_works items5" >
                              <ul>
                                  <li>
                                      <div class="item_wrapper">
                                         <div class="item">
                                             <a href="http://themeforest.net/item/frame-photography-minimalistic-wp-theme-/5358164?ref=mad_dog" target="_blank"><img src="img/partners/frame1.png""alt="Frame" title="Frame" /></a>
                                         </div>
                                      </div>
                                  </li>

How to change the color of the theme?

You can do that easily, in two ways:

Contact Form Setup

In case you need to use the contacts page with the form where customer can send mail, simply open one of the files: contacts-fullscreen.html, contacts-fullwidth.html, contacts-with-sidebar.html page and find the form:

        <form id="ajax-contact-form" action="#" >
                   <div class="w50 pr7"><input type="text "name="name" value="" placeholder="Name *" ></div>
                   <div class="w"> <input type="text "name="email" value="" placeholder="Email *" > </div>
                   <div class="clear"></div>
                    <input type="text "name="subject" value="" placeholder="Subject" >
                    <textarea name="message" id="message" placeholder="Message *">
                            </textarea>
                    <input type="submit" value="Send message!">
       </form >

Please open mail.php file and find test@test.com on line 3, simply replace to your email address. All the requests will be sent to the adress you indicated. That's all ;)

Source files included


Oyster comes with 26 PSD and 49 HTML files. Some PSD files can include different pages inside, and can have hidden layers. Please note that the images are not included in the package.

All .js files are located in the /js/ folder.