egemenerd
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 1-2 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
169
Purchases
Buyer Rating:
4.44 stars
4.44 average based on 9 ratings.
(more information)
-
5 Star
777%
-
4 Star
111%
-
3 Star
00%
-
2 Star
00%
-
1 Star
111%
| Created | 18 December 12 |
| Last Update | 14 February 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Documentation | Well Documented |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved egemenerd -
Contact Envato Support


Is it possible to center the navigation vertically? without too much complication? (vertical-align: middle; type thing? )
Thanks
D.
Hi dimitrim, you can use a code like top:15% or top:20%
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!
Hi samarks,
Thanks for purchasing. Which one did you buy?
Wordpress version or html version?
HTML.
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?
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
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>Got it! Thanks.
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
There isn’t any other icon, in this icon set. But you can find similar icons from;
http://www.iconfinder.com/ http://findicons.com/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?
I added custom menu font-size option to admin panel on last update
I didn’t buy the WordPress version. Should I?
Oh sorry
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; ... }Great. Thanks!
Hello, i have a question my contact form its not working get stuck on sending message… Help Pls!
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
i know that, im using the fist version of your template, on the secound works on the fisrt stays stuck :((
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.
Done Solved!
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
I sent you an e-mail
IGNORE,
Hey, Where can i find the code to change the overview size? Thanks.
You can not change the overview size, you can change pages size on the overview with playing with their data attributes…
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…
Please send me an email via contact box on my profile page and I will help you.
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!
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
Now all is working, thanks
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.
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…
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…
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…
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!
Hi littlebirdie,
Open up index.html file and change the following code
with this;
After this change, slider should work.
To change google map with a image, change the following code;
with this;
Thanks
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.
Hi,
I think the problem is pointer-events. Add the following code to your navigation links class;
.yourclass { ...... pointer-events: auto !important; ....... }boarder in google chrome look very bad
Is it possible to fix this?
Best regards
You can change all borders colors,sizes etc. from css file…
I know that
but the problem is the rotation (only in chrome) in firefox it looks good.
For example:
Chrome:
Firefox:
It is a css3 feature. If you don’t want to use it, delete #resume:before and #resume:after from css file…
Thanks for the rating…
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
Thanks designartstudio, Take care of yourself
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
If you have a few html,css knowledge it is easy, if not you should buy Wordpress version…
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