950 comments found.
Hello, it has been days since your last reply. Is it possible to activate the “error message”?
It just done for contact form modification, you can send message through my profile for it.
Hi, just send you a message through your profile. Please check, thanks a lot!
Hello !
I would like to purchase your template but I was wondering if there was a multi pages version of it ? I actually can’t see any difference between the regular version and the “one page” version…
Thanks for your answer and for the great template 
Hi,
Thanks for your interest!
Yes this template has multi pages on one page within package. The similarity between multi pages and one page version to keep look and feel.
does this theme come with psd?
Sorry currently no psd included.
Hello There…The Archi Template is an Awesome Template, Great Job, But I’d Like to Add Age Verification to the site when it loads for the first time…I Got A Verification JS Online, I implemented it but its makes the site preloader not preload so it leaves me with a very disorganised page after use, i do not know how to go about this…what do i do?
Hi,
Thanks for your purchase! 
This case is out of scope for support. We currently doesn’t handle third party plugin. But i would like to see your website, may i can help.
hello Thank You For Your Reply, here’s The present preview link www.preview.squareheadglobal.com
The Link Above is an example of the problem, How Do I Fix This
Try to put verification check on different page with index.html.
i do not understand what you mean
Take out verification from your homepage then insert your verification js on another file and loaded first.
Hi, I want different bg subheader images for my services pages. How do I fix that in bg.css? Thanks!
Yes, it you can change it from bg.css file. Find line code below:
.page-services #subheader{background-image:url(../images/background/subheader-2.jpg);}
Then change url value with your image url.
Hi, Yes I tried that : ) but I would like service-1, service-2 etc to have their own image. I tried to copy the url and rename it, but the same image goes to all of the service pages. Thanks for your help!
You can change the body class. Open your service page then look for body class below:
<body class="page-services">
You can change class from code above like below (by simply adding charater after class name):
<body class="page-services-1">
Then insert code below in bg.css file:
.page-services-1 #subheader{background-image:url(../images/background/your-subheader-image.jpg);}
You can repeat steps above for another service page.
i have one issue. when we scroll down the page and move cursor on dropdown menu text becomes disappear. Plz help me..
Hi,
Can you send your website url? I don’t see this issue on original version.
my navigation bar in mobile view is only working once, if you open it and close it it will not work any more.
Sorry, what you mean it only working once? I have tried it before send you the code, no issue here. Can you send your website url?
www.casaitalia.ir, tnx
Sorry for delay, but your website is not opened here, it says ‘server not found’.
Dear Sir/Madam
i hope everything is fine at your end.
I wish to have my navigation bar in mobile view always on top(like the desktop view) but right now as i am using one page version in mobile view when you scroll down you can not see navigation bar any more.
best regards Maziar Amirhosseini
To make header fixed on mobile you can insert code below on last line of style.css file inside folder css.
@media (min-width: 300px) and (max-width: 979px) {
header{position:fixed;}
}
my navigation bar in mobile view is only working once, if you open it and close it it will not work any more.
Sorry, what you mean it only working once? I have tried it before send you the code, no issue here. Can you send your website url?
The error message for Contact Form is not showing from my side. I have tried keying in the details in the Contact Form in your preview website as well and it is not showing neither. Any Solution to this? Thanks.
Hi, contact form only work on server. It wouldn’t work on localhost. If you can send your url so i can inspect your issue.
It is not working after I uploaded it to the server. The URL is http://rjd.solutions
Hi, seems you sent wrong url. I not see Archi template there.
Sorry, I provided the wrong URL path. The actual URL is http://rjd.solutions/web
I try several times send you message through contact form, please tell me if you got it.
Yes, I have got it – total of 2 emails. Did you see any error message when you did not input any fields correctly?
Can you tell me for both 2 emails you received, is there any text or just blank?
First email contains contents in all fields. Second Email is blank.
Actually i don’t see any issue, i sent you email twice using using contact form and you received it.
Yes, the contact form can be sent. I am talking about the “error message” not displaying if i left out some of the fields.
Hi,
Error message is marked with red line for required field.
Hi, yes I know the error message is marked with a red line but the my problem I am having now is that there is no “error message” as there should be on each field.
Hi, there’s no “error message” as you can see on original version on demo. We just want to make it more simple. Did you really need it?
Yes, I do. Anyway I can make it to display?
Hi, I am still waiting for your reply.
It just done for contact form modification, you can send message through my profile for it.
Hi,
I have sent you email, please check.
Hi again,
I’m still waiting for a response from you
On the single page version of index, I have replaced the revolution slider with the parallax version with a single video. How can I move the parallax text slider down in the container so it is just above the bottom of the video instead of aligned in dead center of it? It is extremely hard to see some of the video due to this. I have the latest template. Thanks in advance
Hi,
Sorry for late reply. Can you explain more regarding your question? Also please send me your website url if possible.
Sure, website is http://xtremegold.net . I have another question as well… My first question was how may I lower the position of the scrolling text that is centered in the video box on the homepage? My second question, now more important than the first… How can I make the autoplay video at top of homepage pause when other media is played or started? and lastly how can I add play, pause button to video box at the top of the homepage?
For first question you can create blank paragraph to push text lower. You can use tag <br />. For your another question is currently not possible, it seems need lot of customization.
Is it possible to convert this template into wordpress theme on my own?
Hi,
Yes you allowed to convert it for yourself but not for commercial purpose.
Great, thanks! Already purchased it.
Thanks 
In mobile view on the iPhones and iPad the hove effect with titles does not work on the portfolio photos section. Please let me know if there is a fix for this since. Thanks so much!
I have come across the following issues on mobile.
1. The projects/portfolio section the hover & titling over photos does not work on on iPad or iPhone.
2. The parallax effect is also not working on iPhone. For instance in the testimonials section it does not scroll over the background photo. Instead the background photo becomes stretched and there is no effect.
Please let me know if there are any fixes for these. Thanks.
Hi,
For your information, technically for mobile version cannot as same as desktop version. Each has different mechanism to rendering web page. Not just this template, you can also try compare another website by viewing on desktop and mobile to see the difference.
Yes, I apologize. I realized this.
On the slideshow version… it there anyway of displaying the full slideshow photos on mobile ( or moving the focal point ) as the photos seems to get cut off? Thank you!
Hi,
Slider you meant is “Slider Revolution” please read documentation for customizing on folder “Documentation/Revolution Slider Help”.
The googlemaps section doesn’t work. In the contact section, this message appears when loading the page: InvalidKeyOrUnauthorizedURLMapError
How can I fix it?
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>
Also this fix has been added on latest version.
I just purchased the item, and I was looking through the files, and I notice that the “project details” pages don’t work properly, as if the CSS file was missing. And in the “projects” page, when you click any item, a message saying “the content could not be loaded” pops. Can you tell me if there’s an update or fix for this?
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 would really like to have the header container full width so that my logo is all the way to the left margin. However.. if I change the CSS for the container to be 100% obviously all of there content/sections expand to 100% as well. Is there any way of just having the header portion 100% width for the logo to align left with 0 margin/padding. My other question above was can the slideshow be half or two thirds height? Really appreciate your assistance! Thank you!!
Hi,
Please don’t add any attributes for ‘container’ class. It would affect all website. If you want logo more to the left position you can delete div “container” from header.
To make slider half or two-third you need to move div “revolution-slider” into bootstrap columns.
Hi I am using the bold one page style. Is it possible to have the portfolio just be a lightbox gallery when clicked?
maybe with only the category selected or whole thing if all are?
Yes it possible. Please read here for sample http://bit.ly/19spIFd
Sorry, here is a new “problem”. Can you tell me what I have to do, that the mobile navigation closes automatically?
Hi,
This feature still on development. It will included on next version.
Hey. Thanks for the nice Design. But I have some problems. Hope you can help me. In the mobile-Version the parallax-scrolling is not working (Ipad/iPhone) and the parallax images are zoomed in or sth. You can´t see anything. Is it possible to show the parallax Images as they are (like in the desktop-Version)?
I´m talking about the One-Page-Tamplate.
Hope to hear from You soon. THANKS! 
Hi,
Thanks for your purchase! 
Yes i notice parallax issue on mobile, i still on research to fix it. I will release an update once it done.