vazz
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Has been a member for 0-1 years
26
Purchases
Buyer Rating:
5.00 stars
5.00 average based on 4 ratings.
-
5 Star
4100%
-
4 Star
00%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 30 October 12 |
| Last Update | 30 October 12 |
| Columns | 1 |
| Compatible Browsers | IE9, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
- Full Slider
- contact form
- elastic slider
- filterable portofolio
- gallery
- html
- isotop
- jquery
- nivo slider
- no slider
- photography
- portofolio
- prettyphoto
- responsive
- skin colors
© All Rights Reserved vazz -
Contact Envato Support


Good luck on your first item Vazz!
Thank you very much, CanYigit:)
Looks great – great attention to detail. Any plans for a WP version at some point? Good luck with sales!
Thank you for you nice comment, Paddy! Seeing the interest for it as a wordpress theme, I’m starting to think that it would be a good idea, but unfortunately I can’t say when. Thanks for your appreciation.
Welcome to TF!
Thanks, Delicious!
Could you make this as a WordPress theme? Would buy it in a second if you can!
just purchased and i love it!
Hello, Frank, thank you so much for purchasing! I’m so happy you love it, may it bring good luck to you!
Lovely design & awesome pictures ..good luck with sales!
Thanks a lot, nmmateam, you too!
Nice theme !
Congrats
Thank you, Little-Neko! Appreciation is mutual:)
Hello, nice work. I’d like to know if I can put a title under each photo diplayed in the gallery.
Thank you
Hello, emmanuelr, thank you. Yes, you can add a title and a description with ALT & TITLE attributes.
title=”This is the description” alt=”This is the title”
Full code for this theme:
Thank you for answering me so quick. I have a few other questions :
(1) Max size of the enlarged images in the portfolio ? (2) In the portfolio : how many categories can I use ? (3) In each category : how many photos can I display ? (4) Is it possible to remove the “Show all” category ? I have too many photos and I’d prefer to start by splitting them into subcategories. (5) The single thing that puzzles me : when I click on “Portfolio>4 columns” the thumbs are displayed but some of them are slightly cut to allow alignment (that is : the framing is not complete). How could I do to avoid that ? Is the thumbs are taken from a specific thumb directory, it should be simple for me to resize each of them in a frame. But I’m afraid it’s not possible with your template ?
Thank you
Hi, 1. There is no max. size, it’s flexible according to the size of the image you are using. However, if you want to have a fixed box size for all images, it is possible by modifying a few lines in the script. 2. As many categories as you like. 3. The same 4. Yes, you can remove “show all” by removing a line in HTML . 5. I’ve tested the theme in many resolutions, I can not replicate this. Which browser and what resolution? The thumbs are in fact the parent image, I didn’t want to harden the work of the user by creating 2 tasks, to resize the images for portofolio. Except that the thumb is wrapped within a div which sets the height and width for each element according to the layout of the portofolio (2, 3, or 4 columns). They are also easily customizable if you have knowledge about HTML and CSS . Or you can simply wrap them all within a full column width and let them by shown as they come from your directory. If I could have a screenshot on that display, please send me a message via my profile so I can email you back. Thank you
Hi,
I just purchased your template. I really love it. There are some questions that I need help:
01) In Safari, the pictures didn´t change and show all the colors. I prefer in this way, so how can I change it to be default?
02) How can I add another color in css? There are teal, orange, red…but I need brown.
thanks in advance,
Best regards from Brazil,
Andre
Hello, Andre, thank you so much for purchasing , I am very happy you love it. About the skin colors, if you want to customize a brown one, copy a stylesheet that already exists in skins folder, let’s say red.css and name it brown.css. Then replace in the stylsheet the colors for red with the brown one.If you find this too complicated I can do this for you, for free of course. You will just have to send me a message via my profile with the exact desired color so I can email you the file with the instructions back. Regarding your first question, I’m afraid I don’t understand very well , will you please be kind and give me some more details so I can help you with this, too. Waiting for you message via my profile (just indicate the brown color you would like me to customize through a webste link or picture or anything). Thank you so much, Andre.
Thank you. I´ll try to change the skin colors by my self.
Regarding the first question:
In chrome browse the image01, 02, 03 etc… in the “ei-slider-large” is just one color, but in the safari browse the images shows in the original colors – and I prefer this way, so it´s possible to change something to all images shows as the originals?
thanks,
Andre
.ei-slider-large li img{ width: 100%; filter: url(filters.svg#grayscale); /* Firefox */ filter: gray; /* IE */ -webkit-filter: grayscale(1); /* Webkit */ opacity:1; -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ }with this:.ei-slider-large li img{ width: 100%; }Now your images will be displayed in their original colors. Hope this information helps. Vazz
Hi, Just purchase it. How can I change the logo Studio Paul, which is only text to logo(image) I have?
and pictures at slideshow are crop when open via mobile browser. I test the live sample, i.e picture of bridge when open in mobile browser then you only can see trees! It’s not responsive at all, it’s just crop the picture. Can you fix this? I need it in 1-2 days. I will ask for refund if you can’t.
and pictures at slideshow are crop when open via mobile browser. I test the live sample, i.e picture of bridge when open in mobile browser then you only can see trees! It’s not responsive at all, it’s just crop the picture. Can you fix this? I need it in 1-2 days. I will ask for refund if you can’t.
Vazz, your support is so great! So intense to help me to figure out what best for my project. You deserve to earn 5 stars rate from me for the template and your support. Please make another template, if it fit to my need I will not hesitate to purchase it. Good luck !
kloning, thank you for your comment, I am happy I could assist you and will too in future. Good luck to you as well!
Hi Vazz, Just purchased and I would like to slow down the carousel slider, it’s rotating way to fast. The template is working perfectly so far. Thanks for classy product. Keep up the good work Rick
Hi, rickdery, please open carouFredsel file with something like Notepad++ (from “javascripts” folder) and add right after
(note the comma)this
scroll: { items: 1, duration: 1000, timeoutDuration: 3000, pauseOnHover: 'immediate', onEnd: function( data ) { _direction = ( _direction == 'left' ) ? 'right' : 'left'; $(this).trigger( 'configuration', [ 'direction', _direction ] ); } },Don’t miss the comma, and everything should be fine! If you want, you can play with the speed by modifying duration and timeout duration, but I hope I set the right one for you already. Thank you very much for your words, it means a lot.