57 comments found.
One of the greatest Theme i ever bought ! A little question. Is it possible to make an anchor to a section directrly through the URL. Didn’t manage to do it. EX : https://exemple.com/#secondsection Thank you !
Well found a way to do it, maybe not the cleanest and more simple way to do it but it works
<script type="text/javascript"> window.onload=function(){ if(window.location.href.toLowerCase().split("#subscribe").length-1) document.querySelector('a[data-slide=\"subscribe\"]').click(); else if(window.location.href.toLowerCase().split("#about").length-1) document.querySelector('a[data-slide=\"about\"]').click(); else if(window.location.href.toLowerCase().split("#services").length-1) document.querySelector('a[data-slide=\"services\"]').click(); else if(window.location.href.toLowerCase().split("#contact").length-1) document.querySelector('a[data-slide=\"contact\"]').click(); } </script>Put that before the end of the body. You can now call directly for exemple the services page : https://www.exemple.com/#services
How can I remove scrollbar from the slides? Not the browser scrollbar.
hi there, i would like to ask.
My company purchased this template, need to clarify on a question:
i have 2 domain which are under same company. can i use in this 2 domain? or web hosting?
Regards, YeongWei
Hi. installing it gives me error. it tells me that it doesn’t have the css style sheet. how do i do it?
Hi, Just now purchased your software & tried to install in my website.. but subscribe & contact page not working.. Email, Text file & Mailchimp anything not working..
https://www.hellokitchen.in/franchise/template/Hi – how can I make sure the footer appears on the mobile version? I have an important disclaimer there, that I want visitors to see. Thanks!
Hi, could you provide link to your website?
Another question – in the footer I have a link to a data-slide but nothing happens after clicking on the link. Is it because it’s not within the “main” section? How can I fix it?
artlegally.com – thanks!
try to add next lines to your “assets/css/custom.css”
@media only screen and (max-width: 480px) { #awd-site-footer { left: 15px; bottom: 15px; right: 15px; } #awd-site-footer, .copyright { display: block; height: auto; } .copyright p { letter-spacing: 1.2px; text-align: center; } .copyright p a { text-decoration: underline } #awd-site-content { bottom: 70px } }
> I have a link to a data-slide but nothing happens after clicking on the link.
Try to add class="go-slide"
1) It works. Footer now looks great on mobile, thanks!
2) The footer is still missing if I use an iPad in vertical orientation, which shows the mobile viewing mode. Could you help please?
2) Separately, nothing happens when I click on the hyperlink (“Privacy Policy”) in my footer. It should take viewers to the data-slide named “privacy”. I tried adding the slide as a navigation item on the top menu and it seemed to work. Is there any way I could get this hyperlink to work in the footer too?
Much thanks.
> Try to add class=”go-slide”
I did this in the footer but it still doesn’t work:
<a href="#" data-slide="privacy" class="go-slide">Privacy Policy</a>
> The footer is still missing if I use an iPad in vertical orientation, which shows the mobile viewing mode. Could you help please?
Please update styles “assets/css/custom.css”:
@media only screen and (max-width: 768px) { #awd-site-footer { left: 15px; bottom: 15px; right: 15px; } #awd-site-footer, .copyright { display: block; height: auto; float: none; margin: 0 auto; text-align: center; } .copyright p { letter-spacing: 1.2px; } .copyright p a { text-decoration: underline } #awd-site-content { bottom: 70px } }
works on my iPad in vertical mode now, thanks for the quick help!
move your sections into div class=”slides-wrap” like this – https://monosnap.com/file/A3JX1k0iw31aNsllXdiG5ryKJ0seyt
then add next lines to your js:
assets/js/main.js:$('a.goto').on('click', function(){ var slideId = $(this).data('slide'); var activeSlide = $('.slide-item[data-slide-id="' + slideId + '"]'); $('.slide-item').removeClass('active'); $('#awd-site-nav a').removeClass('active'); activeSlide.addClass('active'); })
and add class="goto"
to your link with data-slide=”privacy”
[removed]
1) Footer hyperlink now works!
2) On the Contact Us page, the hamburger menu button should be white but it’s black. Could you please point me to where I can change it to white?
Sorry for the barrage of questions…you’ve been really helpful! Here’s one more…
3) When I click on the footer hyperlink, it now displays the correct “privacy” slide but with the wrong colours. In custom.css I’ve changed the privacy slide to grey background. What can I do?
Re 1) footer hyperlink, i just tried on mobile and ipad and unfortunately it doesn’t work, i.e. nothing happens when I click on the hyperlink. Help please!
Could you provide us temporary ftp access. You can send a message through the contact form in our profile page.
Done. Please let me know if you did not receive it!
Please try again. Thanks.
> When I click on the footer hyperlink, it now displays the correct “privacy” slide but with the wrong colours. In custom.css I’ve changed the privacy slide to grey background. What can I do?
Fixed!
> footer hyperlink, i just tried on mobile and ipad and unfortunately it doesn’t work, i.e. nothing happens when I click on the hyperlink. Help please!
Fixed!
Thank you! You guys are super amazing!
One more itch if you don’t mind. To reproduce:
1) View in mobile 2) Click “For Organisations” and scroll to the bottom 3) Click “Privacy Policy” in the footer
Instead of seeing the top of the slide, it is showing the middle/bottom of it.
Would this be difficult to fix?
fixed
Brilliant! Can’t thank you guys enough. Just rated 5 stars for the high quality support. Thanks again and have a great day!
Hi, I was trying to install this theme in Wordpress and got the error message “The package could not be installed. The style.css stylesheet doesn’t contain a valid theme header.” I even tried unzipping and re-zipping just the template folder. How can I fix this?
Hi, It isn’t a WordPress theme. This is HTML template.
Hi, Great job with this one!
Is it possible to change a backgrounds for pictures but still have these filters with colors?
How could we replace the logo on the top left corner to our own png?
Hi, like this:
<div id="awd-site-logo" class="animated fadeInDown visible" data-animation="fadeInDown" data-animation-delay="500"> <a href="/" target="_blank"><img src="https://placehold.it/250x60" alt="logo" /></a> </div>
Such a gorgeous template! All I wanna do is just stare at my screen and zone out on the colors!
Thank you for your beautiful work
Hi friends i liked your template i want to buy it but first i want to ask is it possible to make change like that for example make not like landing make like site with other pages
what function I need to activate in my server to recive email from my contact form?
Hi, sendmail
Hello, My contact form doesn’t send any emails or anything. How is it supposed to work?
Hello, please provide your website url. Did your server supports the mail function?
Hello,
Does this design allow for us to switch the animated background with our own gif or youtube video?
hi i have purchased bg color template and i have found two issue on that
1) contact form and ,subscribe is does’nr work (php7) i have change in contact.js according to documantation
2) in mobile responsive footer social icon does’nt show
Hello
1. please provide your website url
2. you can add the following lines to your /assets/css/custom.css>
@media only screen and (max-width: 480px) { #awd-site-content { bottom: 70px; } #awd-site-footer { display: block; } .social-icons { float: none; margin: 0; } }
can anyone solve this problem (contact form and ,subscribe is does’nr work (php7) i have change in contact.js according to documantation) but does’nt work
About subscribe form: you didn’t set “mailchimp post url” options.js (line 50):
var awd_mailchimp_url = 'mailchimp_post_url';
Please open documentation -> mailchimp and follow the instructions.
About contact form: Please add lines to your contact.php (after line 10):var_dump($body); var_dump($headers);
did changes but not working i have change contact form
not working
<?php phpinfo(); ?>and provide us link to this file.
mail($address, $subject, $body, $headers);from contact.php
email not comming
so what can i do for that
have try in diffrent server but does’nt work chack this this server support mail and everything
http://vishalk.fastcomet.host/fuel/The form was sent. Everything is ok on this server. Did you receive an email?
not recived anything
Please upload contact.php from archive. Revert all changes and try again
ok can i changes email on that or as it is downloaded?
mail($address, $subject, $body, $headers);and remove:
var_dump($body); var_dump($headers);
did that not working
Could you provide temporary ftp access. You can send credentials using contact form in our profile page. https://themeforest.net/user/awedoostudio
send you in a bit
can we do this via smtp mail config?
still my problem exist can you watchout
subscribe email not working i have se php to send email but not going to send
can i use the header logo insted of text and add it 2 variant color black and white like in home slide balck logo and other slide white logo
Hi
Will this theme work of WordPress?
Hi,
My contact form doesn’t work. I have PHP Version 7.1.9, I changed contact e-mail in options.js file. Message shows sent, but I never received any… Please help. Thank you!
Hi, please provide your website URL
I just got two of your messages… but if I try I don’t receive any message…
It looks like it works already! I don’t know what was wrong, it didn’t work yesterday, it works now. Thank you!
Ok
Hi, I bought this template but when I want to use sub and contact that doesn’t work… I already check options.js and is it ok.
The website just stuck on “please wait” for sub and nothing for contact..
Thank you.
Hi, please provide your website url.
Please change http to https in your options.js:
before:var awd_mailchimp_url = 'http://.....after:
var awd_mailchimp_url = 'https://.....
Done but nothing change.. :/
Ah yes in my url it was ”...&i=..” and i replaced by ”...&id=”
Hello, I placed order and paid this template. Very satisfied with it, thanks.
However, don’t have big knowledge about web templates so I struggle to make some changes. Can you please help me how to make UPPERCASE text in top-left corner? At your template it’s labeled as “bicolor”, top-left corner, just near logo.
Whatever I did, it remains lowercase, it must have somewhere settings for that, just can’t find it.
Thanks.
Hello, please open your “assets/css/custom.css” file and add the following lines:
#awd-site-logo h1 { text-transform: uppercase; }
Thank you.
Hi; when we put email in (subscribe) page is not working this is our customized website www.nashama.capital
And the (contact us form) where ca i find the messages?
Please clarify and advise,,
Hello, your server doesn’t run php scripts. Try to turn on php on your server.