950 comments found.
can i customize according to my work?
Yes, you can! 
can we editing on CS photoshop and Dreamweaver? thank you
Yes you can editing this template using Dreamweaver.
I’m sorry, I fixed the problem. the projects gallery Works fine!
Nice! 
Hi, I have the same problem as other customer with projects content. I receive the same message: the content could not be loaded
Hi,
Thanks for your purchasing! 
Regarding portfolio popup is using Ajax, so you need to put your website on server or localhost to make it works.
Hello, the design is really cool !
I have a little question. How can I change the countdown remaining time ?
I have a problem with the contact form of the coming-soon page. I have changed the email in email.php but when I hit “send” it always stays to “sending…”. What can I do to fix that ?
Hi,
Thanks for your purhcase! 
You can open file countdown-custom.js look for code below:
$('#defaultCountdown').countdown({until: new Date(2015, 8-1, 10, 8)}); // year, month, date, hour
You can change Date value.
For contact form, make sure to put your file on server. Php mail only works on live server. As you can try the demo.
Hi One of the comments above asked about the projects.html opening up a pop up image gallery. I’ve followed those instructions, but it’s not working. I’ve inserted the js code on the js/designesia.js page, but it says the “the content could not be loaded” yet the image is definitely there. Any ideas Thanks (ps. love the design)
Hi,
Thanks for your purchasing! 
Regarding portfolio popup is using Ajax, so you need to put your website on server or localhost to make it works.
Hi, thanks for your reply. It is on a server, but not working? Any ideas?
Hi,
Can you send your website url? Make sure your portfolio file is exist.
Thanks – it’s the first two images in the portfolio here: http://www.lightningmotorcycles.com.au/projects.html
Hi,
Seems your portfolio item html code is wrong. Please follow original version then just alter href and img path. Then make sure your portfolio details page is exist.
Hi, how can I change the speed of time in the images of the revolution slider of “Home”?
You can open file js/designesia.js then look code at line 448 below:
delay:15000
Change 15000 with any value.
thanks
Hello. Cool theme!
How can I create a gallery page with 2 itens per line.
Hi,
Thanks for your purchase!
You can make gallery with 2 items per line by altering one line of code on file css/style.css. Find code below on line 2903
width:24.99% !important;
Replace with code below:
width:49.99% !important;
Done.
In the ‘what we do’ section you have three columns of text and 3 aligned images (1 in each column)
If I replace the text in one of the columns with only 4 lines of text, the images are no longer aligned. How can I ensure that these images always stay lined up?
Many thanks, Ed
You can use <br /> code to make blank space. Under your text insert code below:
lorem ipsum <br />
You can create more <br /> code to make more blank space.
hello, in safari 7.1.5, o sx 10.9.5, in the contact form, don´t see the error text, and the message text appear in white color no in black…
Hi,
Thanks for your purchase!
This is quick fix, open file css/style.css then alter code on line 807 below:
color:#333 !important;
replace with code below:
color:#333 !important;
Done.
great! thanks!
Great Template but how do I change the map location on the contact page please?
I also have an error box saying that the google map key is invalid.
Many thanks, Ed
Hi,
Thanks for your purchasing! 
You can change location for Google map by open file js/map.js. Look code at line 7. Then change value for variable ‘myLatlng’.
You can generate latitude and longitude value here: http://www.latlong.net/
Regarding google map error message, you can replace code below from page source:
<script src="http://maps.googleapis.com/maps/api/js?key=AIzaSyASm3CwaK9qtcZEWYa-iQwHaGi3gcosAJc"></script>
replace with:
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
Thank you for your easy to follow advice. All working now.
You’re welcome! 
Hello, I have a problem with the portfolio because it shows me the link without style and I ‘m calling the css file as it should .. it seems that the portfolio does not work as in the demo .. I could help?
Hi,
Thanks for your purchasing! 
Regarding portfolio popup is using Ajax, so you need to put your website on server or localhost to make it works.
Hello! I absolutely love the design however I’d like to get a little bit more direction regarding the gallery on the Projects page. Like a previous buyer said before: “OnLoad there’s only 3 columns. They spread to 4 if the window is resized or you pick a different filter. It seems as if there’s some space to the right of the item on load too, which then disappears on resize.” They eventually figured it out but I don’t understand what it means to “just call a reLayout after the initial filter is set”. Could you please assist me to fixing it to show all 4 images in a row at first load? Thank you!
Hi,
Thanks for your purchase! 
This is simple to fix. You can insert code below within file js/designesia.js. Copy code below at line 431:
jQuery('#gallery').isotope('reLayout');
That worked!! You rock! Thank you so much 
You’re welcome! 
Hello, great design!
I just have a simple question.. I would like to load a picture instead of a HTML page on the portfolio/projects Ajax popup. Is this possible or do I need to install a image popup handler.
Thank you.
Hi,
Thanks for your purchase! 
Yes it possible to load a picture instead of a HTML. Look for your portfolio item, you need to alter class and href value. Look code below:
<a class="simple-ajax-popup-align-top" href="project-details-1.html"></a>
Replace class value with “image-popup-no-margins” and href value with your image url.
<a class="image-popup-no-margins" href="your-image.jpg"></a>
Once you done, you can copy code below into file js/designesia.js
$('.image-popup-no-margins').magnificPopup({
type: 'image',
closeOnContentClick: true,
closeBtnInside: false,
fixedContentPos: true,
mainClass: 'mfp-no-margins mfp-with-zoom', // class to remove default margin from left and right side
image: {
verticalFit: true
},
zoom: {
enabled: true,
duration: 300 // don't foget to change the duration also in CSS
}
});
Done. Now you have image popup instead of html.
Hi Great template I am just starting to work with it now, can I just ask what font have you written the Archi Logo with please ? Thanks
Hi,
Thanks for your purchase!
Font used for logo is Raleway light.
Thanks Very Much
where can I change the Google API Key for the map in the contact page??
Hi,
Thanks for your purchase! 
You can change location for Google map by open file js/map.js. Look code at line 7. Then change value for variable ‘myLatlng’.
You can generate latitude and longitude value here: http://www.latlong.net/
Hi, Nice theme! Is there a possibility of making slower arrival of the text on the home page ? Thx
Hi,
Thanks for your interest!
Yes, the speed is adjustable.
Thank you, i bought it 
Thanks for your purchase! 
Love the design 
There is, however, a glitch on the projects page. OnLoad there’s only 3 columns. They spread to 4 if the window is resized or you pick a different filter. It seems as if theres some space to the right of the item on load too, which then dissapears on resize.
Fixed it myself. Just call a reLayout after the initial filter is set.
Hi,
Thanks for your purchase!
Great, you made it!
Great work 
i have one question about the “about” site in the team section. The text who is comming up when the mouse moves over is not responsive right?
Hi,
Thanks for your purchase! 
I have improvement for team section for smaller screen. I will release update soon.
Hi,
works great, thx 
You’re welcome! 
Beautiful work. Will buy when right project comes along for it. Good luck.
Thanks for your interest! 