57 comments found.
What are the default fonts for this theme?
Hi,
The default fonts are:
- “Raleway”, primary font.
- “Montserrat” for the headings.
- “Halant” for the serif text.
- “Tangerine” for the cursive text.
Hi, the map markers do not show in ie11. Tested on your demo site too. Is there a fix for this?
FYI found the issue to be google maps not supporting svg markers. Changed to png and it works fine now.
Thanks for letting me know!
Hi, Thieme support boxed layout? Thx`s
Hi,
No, I’m sorry, but you can customize it if you are familiar with HTML and CSS.
A mistake in themify-icons.css – src:url(‘f../onts/..
Hi,
Thanks for letting me know, I’m fixing it!
Hello ! I would like to know if the wordpress version has been released or if it’s not available yet. Thank you
Hi,
I’ve uploaded the WordPress version more than 20 days ago, but right now ThemeForest review times are a bit long, as you can see here: http://quality.market.envato.com/themeforest
Alright, thanks ! I’ll wait for it then, amazing template by the way
Thank you so much! I will let you know when it will be published.
Hi! The WordPress version has been published. It’s here.
Thanks!
hi, I recently bought your theme which is very nice. One remark: noticed that the form field validation (also in your online demo) is not working properly: the form can be send with an empty email field, probably some code in the mail.php is wrong, could you please check? Thanks!
Hi,
Thanks for letting me know, I’m working to fix it. If you want help to fix it by yourself, please submit a ticket here: https://hody.ticksy.com/
Hi, I love the template
One question thought, I can’t see the dots for the owl-carousel. I see the element being appending in the DOM but can’t see it in the UI. Any thoughts? (I tested in the demo page and is happening the same). Thanks!
Hi,
If you send me a private message from my profile I can send you the code to show them.
Don’t forger to include a link to your website.
Thanks! 
Hi,
Can you please send me a message (or an email to support@hody.co)? I need to ask you a thing.
Thanks!
I decided to use another component in that section. So, nevermind. Thanks anyway!
I wanted to ask something else, but that’s okay.
oh, okay. Email sent.
Hi, please write us how to change menu dropdown width, which line in css and what will be required for search function that it works? thanks
Hi,
Please send me a private message from my profile, comments are used only for pre-sale questions.
Thanks.
Does your template support RTL?
Hi,
RTL has not been tested, I’m sorry.
How RTL can be tested online?
You can test it from the live demo. Open the Chrome inspector and add the attribute dir="rtl" to the HTML tag. You can also change the text to test it better.
Hello,
I am trying to add recaptcha to contact form, but it is not working partially.
For e.g. If I submit form without checking the recaptcha, I get success message “Your message has been sent. We will get back to you shortly!”. But the mail is not received at all. If I check the recaptcha and submit form, I receive the email.
How do I get the form to display error message when the form is submitted without checking recaptcha.
This is what I added in mail.php
$captcha=$_POST['g-recaptcha-response'];
if(!$captcha){
$error .= '<p>Please check the captcha form.</p>';
}
$response=file_get_contents("https://www.google.com/recaptcha/api/siteverify?secret=**************&response=".$captcha."&remoteip=".$_SERVER['REMOTE_ADDR']);
if (strpos($response, "false") !== false) {
$error .= '<p>You are SPAMMER!</p>';
}
Kindly suggest.
Hi,
Please send me a message from my profile, comments are used only for pre-sale questions.
Don’t forget to include a link to your website.
Thanks.
Hi,
I sent you email yesterday. Can you please confirm if you have received.
Hi,
I’ve replied a few hours ago, can you check if you have received it?
blog-fixed-image.html is it broken on the theme? when mobile the white space dissapears and when on a tablet the sizing of the white space seems off, are you working on a fix for this?
it wont let me delete this, it works correctly on mobile, but not when I resize the browser window.
Can you add a screenshot? I’ve checked several times and it always works properly.
still on pace to have a wordpress version in feb?
Hi,
Yes, it is under development and will be release in the next weeks.
Thanks!
Hi,
If you are still interested in the WordPress version, it has been published today. It’s here.
Thanks!
Can You Include Spa template on comet?
Hi,
Right now it is not in plan, I’m sorry.
What will you add in the next update?
Right now I’m working on the WordPress version, so for a few weeks there will be no updates for the html version.
will you include WP Bakery visual composer in wordpress version
Yes, I’m developing it with Visual Composer.
When You release Wordpress version of comet template?
It’s almost ready. I think I will upload it the next week!
I am waiting of wordpress version from last 1 months.
It is a multi-purpose theme, with a lot of features, e-commerce and more than 65 pages. The development requires more than one month, I’m sorry.
Is there any idea when you release wordpress version?
Hi,
I’ve finished it. Now I have to make some tests and write the documentation. Everything depends on the review time by ThemeForest, so I can not tell you an exact date.
Hello Hodylab, Can you tell me expectation date when wordpress version will release?
Hi,
I’ve replied to your email.
I just bought the theme, I am starting to get through the documentation. Will it be too hard to change the diamonds for the sliders to be circles/dots or frames/squares?
Hi,
Please send me a message from my profile, I can send you the code to change the slider controls.
Hi, can you provide us php file for newsletter subscribe form? In your template this file is not included. Thanks
Hi,
The newsletter form uses the Mailchimp APIs and is submitted with Ajax. No PHP files are used.
Thanks for your fast reply. After we have Mailchimp API where must we paste it ?
This is well explained in the documentation, with example code. Take a look here: http://themes.hody.co/html/comet/docs/#signup
At line 567 is no mailchimp form in main.js. We have added this lines as described
$('form[data-mailchimp]').each(function(index, el) {
$(el).ajaxChimp({
url: 'your-form-url' /* Enter your URL between the single quote chars.*/
/* Example URL: http://hody.us12.list-manage.com/subscribe/post?u=d9d989sc1b2ba80926372a9fb&id=c789sg65b0 */
});
});
Added sign up form URL from mailchimp to main.js but sign up form is not working. Code for newsletter in your template looks like this:
<h6 class="upper">NEWSLETTER</h6>
<p>Sign up for newsletter</p>
<div class="footer-newsletter">
<div class="inline-form">
<div class="input-group">
<input type="text" placeholder="Your Email" class="form-control"><span class="input-group-btn"><button type="button" class="btn btn-color">Subscribe</button></span>
But there is no action or how to connect these form to main.js function ?
Thanks</div></div></div>
You need to download the latest version of the template, with older versions the newsletter form does not work. It’s a new feature.
Anyway, please don’t use comments for support, they are used only for pre-sale questions. Send me a private message to receive support.
Thanks!
It works everything great. Thanks a lot. If we need other support we will mail you
Did you get my email about shop integration?
Yes, I’ve replied.
There was an update…What was the changes and what do I need to install?
Hi,
Take a look at the changelog, at the bottom of the item page. I described all changes, and you can see the affected files.
I advise you to update the entire template folder, but if you done some customizations, update only files that you have not changed.
great, and yeah I have customized a bit. http://www.chriskeegan.me/Havana/Website/HavanaClub.html
You can ignore the update. It was about the newsletter form, if you don’t need it you don’t have to update the files.
Amazing template and a unique design on themeforest i have seen.
Please Can you update bootstrap version from 3.3.5 to 3.3.6….
Thank you!
The updated version with Bootstrap 3.3.6 will be released tomorrow.
Thanks, I will wait for the update.
Ok.
Anyway, version 3.3.6 of Bootstrap has only a few minor changes compared to 3.3.5, as you can see here.
yes, i know but our client want all things latest on their website
Okay!
Has you update your bootstrap version?
Yes, I’ve just uploaded it!
Has you upload your template on themeforest with latest bootstrap version ?
Yes, it now uses version 3.3.6 of Boostrap.
Hi, please write us how to reduce slideshow overlay opacity or how to remove it. Which line in css file is for this feature? Thanks
Hi,
I sent the solution two days ago via email. This was the reply:
You just need to paste this code at the end of the file style.css:
.slide-wrap {
background-color: transparent;
}
Hi, may be your mail was landed in spam. Thanks a lot, it works now and 5 star review for this amazing template. Regards
Thank you so much!
Hey there,
First of all, my English is bad. My apologies for that.
I’m trying animated page zoom slider. Initially the images gradually change. But, if I manually change then the automatic process stops and This keeps changing on non-automatic. Can you check this?
Thanks.
Hi,
Sure! Send me a private message with a link to your website and I will check it.
Hey,
Your newsletter form is working?
Hi,
No, but it can be easily integrated with the Mailchimp API. I’m considering to add this feature for the next release.
when you add newsletter feature and release it?
Tomorrow I will upload the update.
Have you updated your template with working newsletter form?
Yes, it will be approved by ThemeForest in the next few hours. Meanwhile you can take a look at the demo, now the form works.
Can you notify me when it will live on my gmail id mohitchauhandeep@gmail.com
Sure!
Thank you.
Hey,
I refresh my browser and See your template homepage again and now your footer newsletter form working but there are some problem, when i type any email id on that form so that says “Thank you! You are now a subscriber.” but when i close this message so i see that blank space created at footer end page please check that : http://prntscr.com/9qsi8g
Thanks for letting me know, I’ve fixed it.
You can refresh the browser (I advise you to delete the cache) and re-check it.
Hey,
There is one more problem with newsletter form, when i fill form with gmail id so 1st message is ok but when i again fill form with same id so it show error message that is “There was an error. Try again later.” instead “already subscribe”
To be a subscriber you have to click on the confirmation email.
Anyway, I’m changing the confirmation method, from alert to modal, with more detailed messages.
It has been updated.
Hey,
Now your form is perfect and i will purchase it today and also gives you best rating.
Thank you so much! 