50 comments found.
Hello
Ive got some problem with your template.
On my macbook 17” ipad air2 and on my ipad pro 13” the slider is a bit low and the fonts are different on mobile section. See the attachment file.
On any other devices is ok. Imac 27”, iMac 24”, ...
Can you help me somehow?
How can i send you an screenshot
Hi,
Sure, you can contact me at support@pixor.it. Send me the page link that have problems and I will check.
Thanks
I have a question ¿How can I remove the transition that makes the footer appear behind the footer, and overlaps the end of my website?
Hi, seem you want to remove the parallax footer. You must remove the parallax container and class.
Now you have this: http://www.framework-y.com/components/footer/footer-parallax.html
And you need to do like this: http://www.framework-y.com/components/footer/footer-base.html
If you have problems send the zip to support@pixor.it and I will check
So now I have a whitespace in tthe bottom of my page: www.kuali.mx
mobile views is totally a mess !! i should have checked that before i buy
Hi, I’m really sorry for the problem. Mobile should see correctly if its not the case please not waste your time I will check within 11h and fix the problem. Will contact you within 12h. I hope we can solve the frustrating problem. Thank you
Hi, checked but seem everything is responsive and displayed correctly:
1366x – http://www.pixor.it/shared/2017-03-15_090523.jpg
1024x – http://www.pixor.it/shared/2017-03-15_090305.jpg
768x (tablet) – http://www.pixor.it/shared/2017-03-15_090343.jpg
320x (smarthpones) – http://www.pixor.it/shared/2017-03-15_090436.jpg
Can you give me more details about the problem? Thank you!
Hi MahmoudMourad, I still not get any response. Please let me know how I can help you. Thank you!
Hi support, we are failed to make the google map and contact us form working. Could you please advise, thanks!
Hi, for Google Maps you need to insert the correct API KEY (Details: http://www.framework-y.com/components/components.html#google-maps)
For the contact form you should not have problems if you follow the doc http://www.framework-y.com/components/php-contact-form.html
If you not solve send ftp accesses and pages links to fede@pixor.it and I will fix.
Thank you!
Hey,
The world map image on the home page with yellow circles works fine on the desktop. But in mobile, it gets distorted and destroys the responsiveness.
What should i do to make it work on mobile too ?
Hello,
You should use the CSS to positionate it correctly also on mobile, but you need to know the CSS. If you send me an image with the final result, with all correct points, I can do for you.
<!—
—>
<div class="col-md-6" data-anima="show-scale" data-timeline="asc">
<img class="map-item anima" style="margin: 15px 0 0 15px;" src="images/map-point.png" data-toggle="tooltip" data-placement="top" title="Enphy Canada" alt="" />
<img class="map-item anima" style="margin: 65px 0 0 250px;" src="images/map-point.png" data-toggle="tooltip" data-placement="top" title="Enphy Europe" alt="" />
<img class="map-item anima" style="margin: 60px 0 0 220px;" src="images/map-point.png" data-toggle="tooltip" data-placement="top" title="Enphy UK" alt="" />
<img class="map-item anima" style="margin: 50px 0 0 60px;" src="images/map-point.png" data-toggle="tooltip" data-placement="top" title="Enphy United States" alt="" />
<img class="map-item anima" style="margin: 105px 0 0 350px;" src="images/map-point.png" data-toggle="tooltip" data-placement="top" title="Enphy India" alt="" />
<img class="map-item anima" style="margin: 200px 0 0 450px;" src="images/map-point.png" data-toggle="tooltip" data-placement="top" title="Enphy Australia" alt="" />
<img src="images/map-2.png" alt="" />
</div>
Hi,
You must send me a screenshot, a image you edited with Photoshop or another edtor, where you show me the correct position of the points, if the desktop view is good and ok send me the link and I will use it for understand the correct position.
Thank you
i have used the same image that is given in demo and the points are set according to it. no change in the world map- image done. https://postimg.org/image/92fclxilp/
Hi,
Use this CSS:
@media (max-width:992px) {
div > .map-item:nth-child(0) {
margin: 0px 0px 0px 0px !important;
}
div > .map-item:nth-child(1) {
margin: 17px 0px 0px 8px !important;
}
div > .map-item:nth-child(2) {
margin: 14px 0px 0px 43px !important;
}
div > .map-item:nth-child(3) {
margin: 35px 0px 0px 21px !important;
}
div > .map-item:nth-child(4) {
margin: 28px 0px 0px 118px !important;
}
div > .map-item:nth-child(5) {
margin: 15px 0px 0px 150px !important;
}
div > .map-item:nth-child(6) {
margin: 55px 0px 0px 128px !important;
}
div > .map-item:nth-child(7) {
margin: 50px 0px 0px 195px !important;
}
}
I updated also the preview website.
can i download the code again and it will work ?
You mean download the template from your downlaod page? I will update the template within some day. Meanwhile copy the code above and past it at the end of skin.css file
ok. Thanks 
You are welcome, if you have other problems not esitate to contact us 
Footer does not work on mobile. If I scroll page footer-parallax disappears, and appears only when I scroll at the very bottom of the page. Problem occured only on mobile devices, not on desktop (even if displayed in small window width). Problem occured in your demo site http://construction.framework-y.com/ too. Our site: http://kopra.avantea.pl/
Can you fix this?
purchase code: 53d9e862-d297-488b-992b-b072de923925 – 4 Nov 2016 REGULAR LICENSEHi,
Try to insert this css:
.footer-parallax {
opacity: 1 !Important;
}
Hello! Anybody got more than 75% on google pagespeed?
Hi,
You should follow the instruction of Google pagespeed and solve the alerts for improve the score, some is related to your content, some to your server like compression.
Anyway do not look Google pagespeed or Gmatrix score, look only page size and load time, these two values are the only that are related to the performance.
The Google pagespeed and GMatrix scores not measure the true speed of your pages. They check only if a page use the optimization techniques in the right way.
Number blocking scripts on the page: 8. Number of blocking CSS resources on page 13. Too much, isn’t it? They slow down the display of content.
It isn’t my content-))
Can you make it async?
Hi, I can not do due Envato not allow it. But you can do in your template by add attribute async. Details: http://www.w3schools.com/tags/att_script_async.asp
Can i do all of them?
Yes, if you have problems contact me
Ok, Thank you.
And further. Can you suggest how to build a blog page in the captcha?
Sorry I not understand. Can you explain? Thanks
Sorry. Can you build in a captcha in the comment box?
Hi,
Currently the best captcha you can use is: https://developers.google.com/recaptcha/
Good day! Help, please, google maps does not work on the site. On the test site are working properly, and do not work on the main site. Test http://balt-stroy.nichost.ru/contacts.html Main http://balt-stroy.com/contacts.html
Why does it work on test site?
I don’t know, maybe was already active months ago, before API requirement
It is work, but i have a massage “Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required"
Ignore it, don’t worry 
Ok, thanks-))
Hello, Located on the theme I want to open automatically when you enter the page lightboxes. is it possible?
LINK
ContentHi, This feature is not yet available but I will insert it within 10 days. So you must wait a bit but I will insert this feature.
I have also problem with responsive part in mobile phones..i send message to support, but they didn’t answer. Please, it’s very important.
Hello, please send me page link and I check. Thank you
Insert this CSS:
@media (max-width:993px) {
header { height: 166px !important; }
}
where exactly to put this css?
at the end of file style.css
Doesn’t work, and my slider and some stuff broke? http://building.quicksystem.rs/buildings/onama.html
You not inserted correctly the CSS. You must know the CSS and HTML. If you send me your FTP accesses on fede@pixor.it I do for you.
I have problem with responsive part in mobile phones. Some pages are in half of display, and i want to have information all around display. Can you help me please to solve that problem?
Hello, please send me page link and I check. Thank you
Hi!
How can I add the footer or parallax footer in services1 page?
Hi, this page http://construction.framework-y.com/services-1.html is a full page template and not have a footer, the easiest solution to create a footer is to add a new last section only for the footer
I think Google map is a common problem. It work fine in local host but when upload it to server it brought stupid error. Someone please give us a solution to this.
Hello, please check documentation (http://www.framework-y.com/components/components.html#google-maps), now Google require API KEY
Many Thanks. Problem solved
You are welcome
hi.
google map doesnt work on my server
message is;
“This page didn’t load Google Maps correctly. See the JavaScript console for technical details.”
ok i’ve done 
get google map api key + domain dns verification + add js code below
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap"
type="text/javascript"></script>
Hi, thank you you are right and you fixed the problem correctly.
thanks for good theme also 
Support Team: (URGENT HELP) I bought this template all work well but the contact page map is having error. this is error messege. “Opps Something went wrong!!! This page didn’t load Google Maps correctly. See the JavaScript console for technical details.” PLEASE HELP TO RESOLVE THIS i have use Google API but still refuse to preview the map
Hello, please check documentation (http://www.framework-y.com/components/components.html#google-maps), now Google require API KEY
Hi,
Thank you for such a nice theme. I have a problem is How to apply active class for first list Accordion item? Please help me!
http://construction.framework-y.com/features/containers/accordions.htmlHello, thank you, you want set the first item Active by default?
YES!! Please help me.
Add class “active” to link and set height style to panel object
Hello.i was try but it doesn’t work. Please tell me Where am I wrong?
http://imgur.com/a/f4GZ9Hi,
1. Remove the div with class active
2. Add class “active” to link.
3. Add class “active-panel” to
4. Add style “display:block” to the panel.
Like here: http://pixor.it/shared/2016-10-17_093911.jpg
Hi,
I’ve purchased your theme, it’s wonderfull. Just one thing, I want to change the yellow color with blue one and really can’t find the way, it’s crazy. Please help me!
Thank you
Hello, Thank you. Please download latest version and open skin.css file, on bottom you will find SKIN COLORS section
Oups, thank you. Great job
You are welcome !
Hi, I come back to you for another small issue. On the Contact page 1, on local test the map from google appear perfectly, while online the map doesn’t appear anymore. Please have a look here: http://magicallyours.com/batchi/contacts.html I even put online the original folder complete from my purchase, exactly the same problem?!
Check documentation, now Google require API KEY
Hay Templates 2 proplem help. 1.http://newhometurkeyyapi.com/site/problem.PNG css proplem 2.Pc Mause scrole , http://webhikmet.com/DEMO/abdalslam/
Hello,
1) The responsive work for standard screen sizes, you see broken only on sizes not used on common devices. Anyway I planned to implement responsive for all widths in future.
2) Replace your script.js file with this: http://construction.framework-y.com/script.js
Thank you
Hi there I have some problems witht he contact form php. I want to know how to make the message in the contact form go to my email when people click ‘submit’.
Here is what I did so far: 1. changed the following link <form action=”plugins/php/contact.php” class=”form-box form-ajax” method=”post”> because the name of the php file is called contact.php
2. in the contact.php i did this: $emailTo = ’<hannesvantilborgh@hotmail.com>’ so i thought i changed it to my email.
That’s all. I thought that was the only thing I thought I had to do. Please tell me if I did anything wrong. If you want to visit the page here’s the url: www.roofservice.info/contact.html
Regards
Hello, Send me your pacakge with all template to fede@pixor.it and I check, or give me your FTP
Hikmet Karata? Turkis. Help [ Templates pc maus scrol, no proplem : http://construction.framework-y.com ] and [ Templates pc maus scrol proplem : http://webhikmet.com/DEMO/abdalslam/ ]
webhikmet@gmail.comHi, I can see both two scroll good, anyway, replace your script.js with this one: http://construction.framework-y.com/script.js
Hello, I have run into some problems with the template. box-inner-menu (the lower menu with contact information) seems to break at certain resolutions 1155px to 750px it is either pushed to one side or stacks badly.
There also some offset issues on the subtext in that menu at mobile resolutions. I am running on the original release. Has this been fixed and is there any way to merge them without going section by section by hand? Thanks.
Hello, The responsive not work for all px widths, but only for mobile and tablet screens resolutions, so don’t warry if layout broken on 1155px to 750px.
On mobile if you send me a screenshot of the problem I try to help you.
Thank you
Why would I want a template that only works at certain mobile widths when any size can be seen on desktop? Not very polished. The top submenu looks horrible around 900px.
I understand your frustration, I planned to fix the responsive for all sizes, what are your screen size with problem? 900px?
Still the same resolutions I posted in my first response… Any timeline on when this will be updated? Thanks.
I will fix it within 10 days