ThemeForest

AboutMe - 3D Responsive Vcard & Portfolio Template

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

Is it possible to center the navigation vertically? without too much complication? (vertical-align: middle; type thing? )

Thanks

D.

egemenerd

Hi dimitrim, you can use a code like top:15% or top:20%

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

A couple of questions. Getting the site configured was nice and easy. Just having too problems.

1. Where to put the URL for the social feed items? 2. Where to point to the email server for the Contact form? I can enter my information but don’t know how to link it to SMTP server.

Thanks for a great theme!

egemenerd

Hi samarks,

Thanks for purchasing. Which one did you buy?

Wordpress version or html version?

Default-user
samarks Purchased

HTML.

egemenerd

1. I do not understand exactly what you meant by “social feed items”...

2. Open up processForm.php file and change the following code;

define( “RECIPIENT_NAME”, “YOUR NAME” );

define( “RECIPIENT_EMAIL”, “YOUR EMAIL” );

If you edited the processForm.php file, it should work on your server. Did you try it on server?

Default-user
samarks Purchased

Good point. I didn’t try it on server yet. It will be on GoDaddy.

My other question was how to get the Facebook, etc. icons to work. Where do I put the URL to my Facebook page so it goes there when clicked.

Thanks for the quick response. Steven

egemenerd

You can add links like this way;

<li><a href="http://www.facebook.com/mypage"><img class="icon" src="images/social-icons/facebook.png" alt="Facebook" /></a></li>
Default-user
samarks Purchased

Got it! Thanks.

Default-user
samarks Purchased

Sorry to bother you again. Any place to get other icons to match the ones in the template for say Pinterist or LinkedIn, for instance.

Thanks, Steven

egemenerd

There isn’t any other icon, in this icon set. But you can find similar icons from;

http://www.iconfinder.com/ http://findicons.com/
Default-user
samarks Purchased

Okay, one more… On the Home page, the name space is very small. Your sample is only 8 characters and my name (12 characters) becomes two lines. Any way to widen the form to fit on one line?

egemenerd

I added custom menu font-size option to admin panel on last update :)

Default-user
samarks Purchased

I didn’t buy the WordPress version. Should I?

egemenerd

Oh sorry :D I wrote too much comment today :)

Openup style.css file and change the following code (line 495);

#home h1 { ... font-size: 90px; ... } #home h2 { ... font-size: 60px; ... }

For Example;

#home h1 { ... font-size: 70px; ... } #home h2 { ... font-size: 50px; ... }
Default-user
samarks Purchased

Great. Thanks!

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

Hello, i have a question my contact form its not working get stuck on sending message… Help Pls!

egemenerd

Did you edit processform.php file? If not, open up it and change the following code;

define( “RECIPIENT_NAME”, “YOUR NAME” ); define( “RECIPIENT_EMAIL”, “YOUR MAIL” );

And it only work on server, it doesn’t work on your computer ;)

Default-user

i know that, im using the fist version of your template, on the secound works on the fisrt stays stuck :((

egemenerd

I used same php file in all versions. It is working. Please send me an email via contact box, I will send you edited file.

Default-user

Done Solved! ;)

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

amazing theme. Working on it right away! Just one more thing – do you have that hand drawn social icon for Linkedin?

Also the google+ icon would be prefferd. Please email to evan@evanluthra.com if possible!

THanks

egemenerd

I sent you an e-mail ;)

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

IGNORE,

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

Hey, Where can i find the code to change the overview size? Thanks.

egemenerd

You can not change the overview size, you can change pages size on the overview with playing with their data attributes…

Default-user

By the way the [space] wont work on the Contact form,?! I deasbled from the navigation but looks like its gone from the form as well… :(

egemenerd

Please send me an email via contact box on my profile page and I will help you.

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

At first, very beautiful theme you did there, I really enjoy to use it. Some days ago one visitor write me that my contact form is not working right, if you want to set a space, you can’t because everytime you press space, you will be redirected to the next page. I saw that this bug isn+t in Version two but I want to use the old version. Could you tell me where I can disable the space that you can just use the arrow keys to move or do you have any hotfix for my problem?

Thanks for your help and again, amazing work man!

egemenerd

Hi firstexime,

Nice to hear that you liked the template :)

Please download new version. Find impress.js file in js folder and change it with your impress.js file ;)

Default-user

Now all is working, thanks :)

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

Hello :) I’ve been having a problem with lightbox lately, somehow it got confused and insted of slide, it opens image in new tab. I’ve been trying to solve it, but… Is possible that is because I have more than one portfolio? You can check it on www.dazzling.in.rs Thank you very much, Kath

PS> I forgot to say that template is awsome, I love it and I envy you on your knowledge.

egemenerd

Hi the_kath

I looked at your code, You should add lightbox script after jquery.js like the following;

<script src=”js/jquery.js” type=”text/javascript”></script> <script src=”js/lightbox.js” type=”text/javascript”></script>

Also if you want to have more than one portfolio, you should do some changes on html and css files…

Default-user

thank you very much for this. I hate when its something simple and I cannot find it…

What type of changes do I need? I would change numaration of ff-item-type and lightbox[project], but do you think that something else is also necessary?

Sorry for bothering…

egemenerd

The css filter system need unique id and class names. It’s built for a single portfolio, so if you want to add more filterable portfolio fields, you should add new css codes for them with the same structure. Otherwise filtering system may not work correctly…

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

Hi there! I am setting up my site and would like to swap out the Google map with a photo on the contact page. How do I do that? I would like to put in a photo that is the same size as the Google map.

Also, my slide show on the home page doesn’t work. Not sure what I’ve done wrong, as the page loads you can see that there are two more photos but the arrows don’t show up.

Thanks!!! I like the template very much.

My site is at http://www.bitcoinwriter.com

gracias!

egemenerd

Hi littlebirdie,

Open up index.html file and change the following code

<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="js/impress.js"></script>
<script src="js/jquery.nivo.slider.js" type="text/javascript"></script>
<script src="js/jquery.jscrollpane.min.js" type="text/javascript"></script>
<script src="js/raphael.js" type="text/javascript"></script>
<script src="js/init.js" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
<script src="js/scroll-startstop.events.jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/custom.js" type="text/javascript"></script>
<script type="text/javascript">impress().init();</script>

with this;

<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="js/impress.js"></script>
<script src="js/jquery.nivo.slider.js" type="text/javascript"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="js/custom.js" type="text/javascript"></script>
<script src="js/jquery.jscrollpane.min.js" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
<script src="js/scroll-startstop.events.jquery.js" type="text/javascript"></script>
<script type="text/javascript">    impress().init();</script>

After this change, slider should work.

To change google map with a image, change the following code;

<div class="map-effect"><div id="map" class="map" />...</div>

with this;

<div class="map-effect"><img width="900px" height="300px" src="images/yourimage.jpg" />.....
</div>

Thanks

  • Bought between 1 and 9 items
  • Has been a member for 2-3 years
  • United States
matgate Purchased

I recently purchased this template and really loving it.

I just have one problem so far. I attached a different self created navigation menu on left and disable the original one which is placed on right side of the template. The menu covers almost 510px on left and sticky on top left.

When I navigate through the navigation menu, it shows different pages (not the one I clicked on).

The menu settings are all ok and I verify from every aspect.

I believe it happens because on some Navigation links on menu, the scroll pages are invisibly appearing below the navigation links and when I click on that link it actually clicks on the page below not the link on the navigation menu.

I need help to solve that issue ASAP.

egemenerd

Hi,

I think the problem is pointer-events. Add the following code to your navigation links class;

.yourclass
{
......
pointer-events: auto !important;
.......
}
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years

boarder in google chrome look very bad :( Is it possible to fix this?

Best regards

egemenerd

You can change all borders colors,sizes etc. from css file…

Default-user

I know that :) but the problem is the rotation (only in chrome) in firefox it looks good.

For example:

Chrome: Image Hosted by PicturePush - Photo Sharing

Firefox: Image Hosted by PicturePush - Photo Sharing

egemenerd

It is a css3 feature. If you don’t want to use it, delete #resume:before and #resume:after from css file…

egemenerd

Thanks for the rating…

  • Has been a member for 0-1 years

Hi dear Egemenerd,

I’m a graphic designer from Iran, i love your theme, but i have a problem, I can’t buy that, because in Iran we have limits for pay online ( visa, master, Paypal and… ), i wish in future, i can buy this theme, and enjoy it,

Thanks for this digital art and good luck

egemenerd

Thanks designartstudio, Take care of yourself ;)

  • Has been a member for 0-1 years

Hi,

I love this template so i wanna to buy it. Can you please little explain all the regulations and what does it mean about “Extended License”?

Will it easy to edit this template files?

Thanks Taruna

egemenerd
http://themeforest.net/licenses

If you have a few html,css knowledge it is easy, if not you should buy Wordpress version…

  • Has been a member for 0-1 years

Hi,

I love your theme and I am planning to purchase your theme. I have some questions:

1) Is there any additional fee i need to pay in order to use your theme? For example, I only need to pay $8 and I can modify your theme with all the features I saw in the Demo?

2) I can use the Facebook, Twitter…etc logo in your theme for my site?

3) In the Portfolio section, I only saw you can post 12 pictures. Is there a way to create more rows with scroll bar?

4) Can I link youtube video in the Portfolio section, instead of pictures?

Thanks for your help.

Felix

by
by
by
by
by