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!
You can do that very easily, simply replace the current logo image with your own one.
The curren logo image is located in img/logo.png folder. The required size is 80 × 25(px). Note, You have to upload the retina logo in retina/img/logo.png folderin 2 sizes bigger to look great on tablets and mobile devices.
For example, your site logo is 80 × 25px the retina version will be 160x50.
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>
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>
As you can see this template comes with different gallery types: Grid, Masonry, Kenburns, Flow, Ribbon, Slider and Photo Listing.
You can find the required one in templates files (gallery-masonry.html, gallery-masonry-with-margin.html, gallery-grid.html, gallery-grid-with-margin.html, gallery-photo-listing.html, gallery-kenburns.html, gallery-flow.html and gallery-ribbon.html )Let's try to manage one of the gallery examples. Please open gallery-masonry.html file and find line: 153
<div class="fullscreen-gallery hided pb0 pl0">
<div class="fs_grid_gallery is_masonry">
<div class="grid-gallery-item pr0 pt0">
<a href="img/gallery/masonry/zoom/1.jpg" class="prettyPhoto"
data-rel="prettyPhoto[gallery99]" title="">
<img src="img/gallery/masonry/1.jpg" alt= "" class="fw_featured_image" width="540">
<span class="gallery_fadder"> </span>
<span class="gallery_ico"> <i class="stand_icon icon-eye" </i></span>
</a>
</div>
Every gallery item starts and ends with <div></div>
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>
You can do that easily, in two ways:
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 ;)
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.