ThemeForest

The Virtual Business Card (vCard)

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States
cfaulkie Purchased

So I just download the template and all the PSD files are corrupt. Any suggestions? Christa.faulkner@gmail.com

mustafaquilon

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..

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States
cfaulkie Purchased

Thank you for your fast reply. I sent you an email through your profile page. :)

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • United States
seo415 Purchased

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

mustafaquilon

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 :)

  • Belgium
  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

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 !

  • Bought between 10 and 49 items
  • Spain
  • Exclusive Author
  • Has been a member for 3-4 years
virplay Purchased

here is my finally work, thx to you :D

http://www.wachit.org/

mustafaquilon

Wow! Nice work and nice portfolio. All the best :)

  • Bought between 100 and 499 items
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users
  • United Kingdom

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

mustafaquilon

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.

  • Bought between 1 and 9 items
  • Has been a member for 4-5 years
Panxa Purchased

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

mustafaquilon

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.

Default-user
Panxa Purchased

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

mustafaquilon

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

mustafaquilon

Alright! Your version is on its way(Mail Sent). I know you’ll like it :)

  • Bought between 50 and 99 items
  • Has been a member for 4-5 years
halli42 Purchased

This theme is just awesome dude, EXACTLY what i was looking for.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

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!

mustafaquilon

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'
      }
    }
    });
Default-user

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 :(

mustafaquilon

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 :)

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years

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! :D

mustafaquilon

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 :)

mustafaquilon

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.

Default-user

Thank you Mustafa! You’re very gentle. I’m a standard-maniac too! :D 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! :D

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

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!

mustafaquilon

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 :)

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States

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?

mustafaquilon

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 :)

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United Kingdom
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
centiva Purchased

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!

mustafaquilon

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 ;)

  • Has been a member for 3-4 years

hi does purchase include upgrades as well as bug-fixes? thanks ravi

mustafaquilon

Hi Ravi,

Yes, all the upgrades/updates/bug fixes are free.

Thanks

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States

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?

mustafaquilon

Hi Rick,

It is certainly doable.

Can you mail me through my profile and I’ll see what I can do.

Thanks

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years

Great template. Any way to provide different skins, preferably a dark skin?

mustafaquilon

At first i wanted the buyers to modify this theme according to their needs, however all I can say now is stay tuned :)

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users

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?

mustafaquilon

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

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
anatman Purchased

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)

mustafaquilon

Hi Eduardo,

Thanks for letting me know. I’ve updates the files. It’s in the review queue and should be accepted soon.

Thanks :)

mustafaquilon

Ok, it has been approved. You can download the new version now.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
anatman Purchased

Just downloaded! Thank you for your fast support, and again for the great theme.

by
by
by
by
by