mustafaquilon
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 3-4 years
- India
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
958
Purchases
Buyer Rating:
4.58 stars
4.58 average based on 174 ratings.
-
5 Star
12672%
-
4 Star
3419%
-
3 Star
74%
-
2 Star
31%
-
1 Star
42%
| Created | 20 November 09 |
| Last Update | 20 November 09 |
| Compatible Browsers | Firefox, IE6, IE7, IE8, Safari |
| Documentation | Well Documented |
| Layout | Fixed |
| ThemeForest Files Included | CSS Files, HTML Files, JS Files, Layered PSD, PHP Files |
- business
- clean
- clean
- designer
- developer
- freelancer
- javascript
- jquery
- minimal
- php
- portfolio
- professional
- seo
- tooltip
- vcard
© All Rights Reserved mustafaquilon -
Contact Envato Support


So I just download the template and all the PSD files are corrupt. Any suggestions? Christa.faulkner@gmail.com
Hi cfaulkie,
Thanks for purchasing the theme. The download would not have got completed and hence you get the error. Please go to the “Downloads” page and download the zip file again.
If you can’t just shoot me an email through the contact form on my profile page and I’ll send you the file.
Thanks..
Thank you for your fast reply. I sent you an email through your profile page.
Great template man, you make it easy to be fancy! The way you coded the portfolio bit is genius! I can display my live sites in the lightboxes and for me that’s a huge win.
Keep posting more work, I’ll be watching for it.
regards,
Charlie
Thanks. This motivates me a lot
Pushes me to complete my new theme soon! and I hope you know that with a little basic knowledge of CSS you can customize it to a large extent 
Purchased it and i’m very happy, i was looking for a slick and simple design (i’m a coder not a grafix designer) ... keep up the good work Mustafa !
Thanks
here is my finally work, thx to you
http://www.wachit.org/
Wow! Nice work and nice portfolio. All the best
Hi – firstly, thanks for a fantastic looking vCard. I love the style. However, I’m having a problem with installing the theme. I receieve a message in WP that states that the Stylesheet is missing. Never come across this issue before, any ideas?
Thanks, John
Hi John,
Thanks! Regarding the error, this is a HTML /CSS Site Template. It’s not a WP theme. Not sure if it really needs a WP version.
Hi there,
First of all, thanks for this great vCard. Is there any chance to change the Scroll effect to a fade effect in a easy way? I’ve done my best to do it myself, but I can’t get it working…
Could you help me with that?
Thanks a lot, Panxa
Hi Panxa,
It is possible to change and customize the easing effect using the easing plugin – http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js However, the fade effect would require a different approach.
If you really need the fade effect I would recommend incorporating jquery UI tabs instead of the scrollTo plugin. It should make things pretty simple.
Let me know how it goes.
Hi Mustafa,
I’ve used the Tab pluggin as you said, and after a few changes, I got it!! But now it’s not working the qtip pluggin and the icons are not black when they are selected…
Have a look at: www.franroig.com
Hi Panxa,
You got errors in your Javascript. Can you send me a zip file of your implementation at howdy@mustafaquilon.com ? I’ll fix those for you tonight. GTG now, will look into it later.
Thanks
Alright! Your version is on its way(Mail Sent). I know you’ll like it
This theme is just awesome dude, EXACTLY what i was looking for.
Thanks
Hi Mustafa. Thank you for this amazing work!
I just have a question for you: I’ve noticed that the title attribute of a photo inside the gallery displays properly with the tooltip effect but it doesn’t render at all if I open the greybox in the photo description area.
If I don’t set the class “tooltip” the description is shown correctly in the greybox.
Will you investigate about this issue?
Thank you so much!
Hi bobighorus. Thanks! and thats a fine bug you found there
There are many workarounds possible. Basically, it’s a conflict between 2 plugins.
The simplest solution would be to use the title attribute of the < img > tag as the tooltip instead of the < a > tag. So, you would need to change this part in the main.js file:
//settings for general tooltips jQuery('a.tooltip').qtip({ style: 'custom', prerender: false, position: { corner: { target: 'rightMiddle', tooltip: 'leftMiddle' } } });to
//settings for general tooltips jQuery('a.tooltip img').qtip({ // <-- Change this line style: 'custom', prerender: false, position: { corner: { target: 'rightMiddle', tooltip: 'leftMiddle' } } });Thank you Mustafa for your speed-full answer!
Your workaround works but, expecially in Firefox, there’s a tiresome overlalying of the tooltip and the default displaying of the attribute 
oh! thats a toughie
Not sure if we can avoid that.
Umm..you might wanna try this. Revert back to the old main.js file and change only the folowing line:
jQuery("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'normal', /* fast/slow/normal */ padding: 40, /* padding for each side of the picture */ opacity: 0.5, /* Value betwee 0 and 1 */ showTitle: false, /* true/false */to
jQuery("a[rel^='prettyPhoto']").prettyPhoto({ animationSpeed: 'normal', /* fast/slow/normal */ padding: 40, /* padding for each side of the picture */ opacity: 0.5, /* Value betwee 0 and 1 */ showTitle: true, /* true/false */With this pretty photo will use the image’s alt attribute and qtip will use the anchors’ title attribute.
Again, its give and take since IE will always show the annoying alt attribute as tooltip. So, you might have to chose between the two
Thank you, Mustafa. It’s definitively a conflict between this plugins:I noticed that the description is shown randomly even in the prettyPhoto so I revert back to the old original file. Thank you for your support. Just the last thing: maybe you can consider to implement the microformat hcard in the markup of the contact section…so it will be a perfect vcard!
I definitely thought of implementing microformats. However, I thought the buyer’s would get unnecessarily confused, so I didn’t. OTOH , if someone knows what a microformat is, he’ll be able to implement it anyway
That was my reasoning. I’ve implemented xfn on the networking links though..
Thanks
Oh! btw, you can use the hcard creator to generate the mark-up and then implement it in the template
P.S- As a Standardista I always implement hcard in the sites I create and you just raised an important point here. I’ll be asking more on what other authors practice and their opinion in the forums.
Thank you Mustafa! You’re very gentle. I’m a standard-maniac too!
I’ve implemented on my own hcard microformat; you’re right: maybe it can bring confusion to not addicted users.
And I can say that your code is very clean, scalable and good.
Definitely amazing work! 
Thanks
Hello Mustafa,
Great template, I’m really interested in buying it, I just have one question. Is it possible to add multiple pages?
Your response would be much appreciated.
Happy new years!
Hi Nadeem,
Thanks! A very happy new Year to you too
I’m really not sure what you mean by multiple pages. This is a single page theme. However, it IS possible to add multiple sections. For example, multiple gallery slides or a new menu/slide at the bottom.
I hope this answers your question
Really enjoying this theme. One thing has me stumped: the copyright symbol. I want to change it to be something else. Where is that symbol in the index.html?
Oh! The symbol is an image – images/layout/copyright-symbol.gif
You can change the image there and if needed make changes to the CSS in this selector: p#copyright
I guess, changing the image alone would suffice what you’re planning to do.
Thanks
nice idea
Thank
I just bought the template and I really love it!
However I have one piece of feedback: Wouldnt it be great if it was a template included where the “Home”-section actually looked like a real business card (I mean that you enter adress, telephone nr etc right on the front page) I would be extremely happy!
I will recommend this product, really loved it!
Hi Centiva,
Thanks for the feedback. I appreciate it.
I understand what you mean. I got a lot of different ideas and everything is in pipeline. All I can say for now is – Stay tuned
hi does purchase include upgrades as well as bug-fixes? thanks ravi
Hi Ravi,
Yes, all the upgrades/updates/bug fixes are free.
Thanks
This is such an awesome theme. Thank you very much for it. I’m sort of a CSS dummy, and I am trying to make a section that looks like the following mockup: http://drp.ly/c1D6e
It would be awesome, too, if the list on the right would animate like your networks section.
Can you help?
Hi Rick,
It is certainly doable.
Can you mail me through my profile and I’ll see what I can do.
Thanks
Great template. Any way to provide different skins, preferably a dark skin?
At first i wanted the buyers to modify this theme according to their needs, however all I can say now is stay tuned
Hi,
Can i add text under the images in “my work” section? To describe the differents projects.
Or it’s not possible, can we modify the theme in more for me?
Hi Heirey,
Thanks for asking. Of course, it is possible to change the text and it is pretty simple too. You can do it all by yourself. The theme is as I said, highly customizable.
Thanks
Hey Mustafa,
Congratulations on your theme, i just bought it and i love it.
There’s just one little glitch, i think: it seems you forgot to update the hover effect for the social network icons in the vCard (the simpler) folder. The effect is very nice and soft in the other two folders (the ones with the gallery), but it is just a jump in the vCard folder.
Would you be so kind as to update it, please?
Thanks a lot, Eduardo (anatman)
Hi Eduardo,
Thanks for letting me know. I’ve updates the files. It’s in the review queue and should be accepted soon.
Thanks
Ok, it has been approved. You can download the new version now.
Just downloaded! Thank you for your fast support, and again for the great theme.
Thanks