75 comments found.
Hi, I have changed the meta name in all of the html files but it hasnt changed and still says “Multipurpose HTML template and theme.” Could you tell me how to edit this? Thanks
Hi, I think you mean the top browser title of the page. It’s the meta tag TITLE into <head> tag.
No it is the meta name (in the code from your template, in the first 10 lines or so) that is the description for the website when I share it on Facebook. I figured it out though so if anyone is reading this facebook saves caches so if you want to update it go here: https://developers.facebook.com/tools/debug/
Oh ok was misunderstanding from my side. I’m happy to read you solved. And yes this cache problem is tedious, I also wasted hours for that.
I am having trouble with the template being responsive, mothersoulstice.com is working on desktop but the mobile view is poor. Can you help me with that? Also the contact page wasnt sending to the email I put in the php file. I removed in on the life page but can you give me directions on how to make the contact form functional? Thank you!
Hi, what are the problem with the responsive? for the contact form please contact us to support@pixor.it and I will send you another version. Thanks
Thanks for the reply. Well it is not mobile friendly, when I viewed the template before I purchased that looks good on mobile. But mothersoulstice.com does not, its jumbled in places. Text is cut off, the top right menu doesnt work, etc. I will email you for the contact form.
Also cant figure out how to remove the .html from the URL. I found some answers from google but its not helping.
Ciao è possibile integrare il form di contatto con un CAPTCHA?
Grazie !!
Ciao, non è supportato direttamente ma non dovrebbe essere difficile collegarlo a https://www.google.com/recaptcha/ con alcune righe di codice su misura
Ho provato con le linee guida di G ma il campo non risulta obbligatorio
Purtroppo non è una personalizzazione inclusa nel supporto. Se vuoi posso fare io il lavoro ma c’è un costo di 15/30€
Va benissimo, grazie!
mi dai la mail e ti mando dati ftp?
Perfetto. Email:support@pixor.it
Hi ThePixor
My name is Robert Clarkson from Pixel Publishing and a couple of days again I brought the minimal template. The problem is I bought the HTML version not the Wordpress theme (which i needed!).
I’ve just purchased the the Wordpress theme Y-Theme (with the minimal included).
Would it be possible to have a refund on the HTML version ($19).
Sorry about the mix up
Thanks
Rob (Pixel Publishing)
Hi,
Sure go here: https://themeforest.net/refund_requests/new
Hi,
this template is amazing!
Could you help me to set the contact form please? It doesn t work
http://www.provasitoprovaok.altervista.org/iNEXT/mail.htmlCiao! Non hai inserito lo script: http://www.framework-y.com/components/php-contact-form.html
ops…. ho inserito lo script e compilato $emailTo ma non ricevo nulla.
Prova a guardare nello spam, se non c’è nulla scarica questo script: http://wordpress.framework-y.com/other/sendmail.zip .
Modificalo inserendo la tua email e inseriscilo nel tuo sito, poi visita la pagina www.tuo-sito.com/sendmail.php e dovresti visualizzare un messaggio: SUCCESS e ricevere un’email.
Se si verifica un errore o non ricevi l’email significa che il tuo hosting non supporta le email inviate con PHP.
grazie per la tempestiva risposta!!
Hello, how can I change the height of the panels when using the vertical tabs component? I managed to make it work on desktop by setting .tab-box.left .panel-box, .tab-box.right .panel-box {overflow:visible;} On mobile it doesn’t work though. You can see it here: http://www.ili.gr/test/smart_islands_initiative/en/about.php Click on “A new narrative” to see the problem with the text getting cut off while viewing it from a phone. I tried to use a custom class to set the panel’s height and overflow only for mobile but that didn’t work either… Thanks in advance.
Hi,
The text is not cutted on mobile. Only not have right and left margins. Use this CSS to add magrings:
@media (max-width: 992px) { .tab-box.left:not(.pills) .panel-box .panel, .tab-box.right:not(.pills) .panel-box .panel { padding: 0 15px !important; } }
Final result: http://www.pixor.it/shared/2017-02-21_121134.jpg
Thank you!
Thanks for your super-fast reply!
you are welcome
Found another bug:
Layout of the “Get a quote” box is not working in responsive design.
Screenshot: https://www.dropbox.com/s/ta5qrjb35tfj5yj/Screenshot%202017-01-25%2018.49.34.png?dl=0
Link to demo: http://templates.framework-y.com/minimal/demo-main/features/components/content-box.html
Hi, add
<div class="clear" />
Into the row, at the end, like here: http://www.pixor.it/shared/2017-01-26_091415.jpg
Thank you for the alert!
Hi, add
<div class="clear" />
Into the row, at the end, like here: http://www.pixor.it/shared/2017-01-26_091415.jpg
Thank you for the alert!
Not working, the provided fix creates problems on tablet and desktop resolutions. See the screenshot:
Desktop: https://www.dropbox.com/s/n3acztm1g0kk08f/Screenshot%202017-01-26%2012.13.59.png?dl=0 Tablet: https://www.dropbox.com/s/m5e5rt9ufndtrpq/Screenshot%202017-01-26%2012.13.42.png?dl=0
Thanks!
Yes sorry. Remove it.
You must insert this CSS:
@media (max-width: 992px) {
.call-action-box [class*="col-"]:last-child {
float: none !important;
}
}
Or edit file css/content-box.css row 1098
Thanks…this fixes the problem on desktop, but on tablet there is still some floating/alignment issue:
https://www.dropbox.com/s/5obwr76tb0gge00/Screenshot%202017-01-26%2012.35.53.png?dl=0Fixed it by adding col-sm-12 to the last two cols like here:
https://www.dropbox.com/s/q3x4067am2mi8ud/Screenshot%202017-01-26%2012.47.01.png?dl=0ok thank you!
Hello,
we are having problems with the masonry grids on newest safari Version 10.0.2 (12602.3.12.0.1). The inline styles to the images of the grid items are not applied in safari.
Would you please provide a fix for this issue?
Thanks in advance
Safari (not working): https://www.dropbox.com/s/z75xyraww7ag9xk/Screenshot%202017-01-24%2009.16.41.png?dl=0
Google Chrome (working): https://www.dropbox.com/s/u2mgivvvw6e0brw/Screenshot%202017-01-24%2009.17.39.png?dl=0Also after initialization the grid is very buggy…the items are floating to the right before getting their final position…for example here (http://templates.framework-y.com/minimal/demo-main/index-2.html)
https://www.dropbox.com/s/xsx07hlmwxfeyqe/Screenshot%202017-01-24%2012.21.36.png?dl=0Fixed the first bug (grid image inline style not applied in Safari) by editing line 23 in imagesloaded.min.js:
if ($(image.img).closest(”.img-box”).length) target = $(’.img-box’).parent();
You have to use the height of the outer div instead of the height of the wrapping div to get the correct height in Safari. Not it works for me
Fixed the second bug (isotope grid items are floating to the right with space before getting final position in Safari) by upgrading isotope library in isotope.min.js from version v2.2.0 to v3.0.1
Hi,
Good news. I’m on windows so I must ask to my collaborators to test on safari. I was waiting. I updated isotope but this code: if ($(image.img).closest(”.img-box”).length) target = $(’.img-box’).parent(); on chrome broke the masonry, maybe is only to execute on safari.
Both fixes are working fine for me. (tested on chrome and safari) Did you replace the ’ and ” with the correct chars? It gets broken when pasting/copying the code in/from here to your code editor. You can copy and paste from here: https://codeshare.io/5eVwzb
Yes the code is ok, but I get some bug: http://www.pixor.it/shared/2017-01-24_131134.jpg. Top and bottom margin of the items not always ok.
Anyway I will check better. Thank you for the great feedback.
Thanks. Please keep us updated on this since we want to launch our website soon.
Hello,
I´m trying to install your product with zip file in wordpress but it always returns me the message “The package could not be installed. The theme is missing the style.css stylesheet.”
Can you help me?
Thanks
Hi,
You bought the html template not the wp version. Go here https://themeforest.net/item/y-theme-flexibility-productivity-simplicity/17200845 to buy the WordPress version(Y Theme). After the purchase contact us here to get the full refund of HTML template(19$).
Thank you!
I’m having issues with the google map. I followed the directions, placed in my API Key as described but still getting no map to display. Any idea why?
Hi,
Most probably your key is wrong. Try to open chrome inspector and on console check what error you receive, or give me page link and I check.
Thank you
Nevermind – it was a typo pulling in the js file….. Sorry my fault!! Thank You for the quick response!
Great! you are welcome
Is this angularJs compatible? If so how or if not what can I do?
Hi. It is not built with angular.
Hi, quick question. How do I change the background hover color of the navbar-toggle? Thank you
Hi, I not understand what you mean for navbar-toggle. Maybe the icon of menu on mobile?
Yes, I mean the fa-bars icon on mobile. Where can I change the background-color on hover?
Use:
.navbar-toggle .fa-bars { color: red !important }
Thanks!
I am unable to get the google map page to load on my “contact” page. Only a gray box appears instead of the map. Please help me. I’m guessing it’s a css or js problem.
You must insert your personal API KEY, details: http://www.framework-y.com/components/components.html#google-maps
I purchased your theme and love it! But, how do I change the font color on the slideshow? Thank you in advance, Gayle
Thank you!
changed line 24 to “color: #ffffff !important;”. Text color in slide show did not change..?
Hi, please send me tha page link and show me exactly what text you referring so I can give you the css.
Hello,
The logo on the home page is displaying correctly. http://www.trullogiancamisa.com/ On the following pages the logo is too small. Can I make it the same size as the home page please? http://www.trullogiancamisa.com/swimmingpool-2/ http://www.trullogiancamisa.com/bedroom/ http://www.trullogiancamisa.com/insideoutdining/Thank you!!
Hi,
Please delete row 1282 of file skin.css: http://www.pixor.it/shared/2016-12-13_182109.jpg
Thank you!
Thank you for your quick reply. How do I delete row 1282? 
Open the file with notpad or similar and find “max-height: 20px”. Remove it.
So sorry.. how do i open file with notepad or similar?
If you send me FTP accesses to fede@pixor.it I can do for you
is wordpress access ok?
I found I already have WP accesses. I fixed the problem 
THANK YOU THANK YOU THANK YOU!!!!
THANK YOU THANK YOU THANK YOU!!!!
You are welcome 
Hi, I wrongfully bought the Bootstrap version thinking it was the Wordpress version. And now I don’t even need it anymore. Can you refund me the purchase amount?
My purchase code is: 1f611a16-6b3c-4a61-80cc-9d3966ae9a7d
Hello, please buy the Wordpress version. After the purchase contact me here to get the refund of the HTML version.
Hi again, my needs have changed since then, and I dot not even need a theme anymore..
I am loving your work! one question.. I changed the Portfolio Categories in the and now have 7 Categories.. When editing home page Masonry options, the new Categories do not appear. Can you please assist?
Hi, you are talking about Wordpress version right? can you send me page link and I check. Thanks
Yes Wordpress. http://www.trullogiancamisa.com/
Yes Wordpress.. http://www.trullogiancamisa.com/
Ok so the categories showed on home are wrong, are different from the admin categories? if yes please send me wp accesses on fede@pixor.it and I check
Email sent with login details.
thank you, the categories shown on home page now match admin categories.
Do you have any videos explaining how to customize your excellent theme on wordpress?
Hi,
There are the videos of:
http://wordpress.framework-y.com/hybrid-composer/ http://wordpress.framework-y.com/And the documentation http://wordpress.framework-y.com/documentation/
But if you don’t know how to do some task contact us on support@pixor.it and we will help you 
Stunning.. Thank you!
Which font do you use please?
The font of minimal is https://fonts.google.com/specimen/Poppins.
If you need to change font you can use the google font CSS. If you don’t know how to use it we can do for you.
Hello,
Can you let me know when the Wprd[ress version of your Minimal theme will be available?
High quality minimal design for every business. Perfect in every detail. This template is coming soon, will be available in shortly.
Hi,
The Wordpress version is already available here: https://themeforest.net/item/y-theme-flexibility-productivity-simplicity/17200845
On demo section you will find the minimal demos. Thank you for the alert. The text is wrong.
If you purchased the HTML template for a error. After the purchase of the Wordpress version contact me and you can get full refund of the 19$ for the HTML version.
Thank you for the quick reply. I have purchased the Wordpress version and loading it now. I would like to accept the refund of 19$ Great work!!
You are welcome. To get refund go https://themeforest.net/refund_requests/new. For any problem not esitate to contact us.
Thank you
THANK YOU!!!
Hey, how can I change the opacity of the img-box lightbox hover effect? I want to make it darker. Thank you for advice