20 comments found.
Hi. It is not working in Google Chrome and Safari. Please tell me the fix. Thanks.
It is not working in any mobile device. This file: index-clothes-youtube.html
Hi
Thank you for purchasing our item, Background video does not support on mobile due to API restriction
https://github.com/pupunzi/jquery.mb.YTPlayer/issues/224Thanks
You would have mentioned it somewhere:( I would like to get my refund.
you can open refund request.
OK thanks
The font in the side nav is different than the font showing “MENU” at the top right. I tried adding to the custom css but no luck. Any suggestions?
body.slight #fp-nav ul li .fp-tooltip { color: #000; font-family: “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, “DejaVu Sans”, Verdana, “sans-serif”; font-style: normal;
} body.slight #fp-nav ul li a span { background-color: #000; font-family: “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, “DejaVu Sans”, Verdana, “sans-serif”; font-style: normal; }
Hi, Kindly check your mail. Thank you
Thank you!!
how can I turn the video sound on?
Hi, Please describe to us more and specific about your requirements. Like YouTube video background or HTML video background, so we can help you accordingly.Thank you
sorry.. html video bg.. I changed the settings in main.js but had to restore them to your defaults because the video stopped playing/loading altogether..
Hi, After removing the background overlay background video with opacity. Please provide your site URL or your background video to check your issues. Please drop us a mail with a profile contact form, so we can help you to resolve your issues. Thank you
done
Hello, excellent Template, can you tell me please how to change mdi Icons?
Hi, Thank you for purchasing our template. Unfortunately, we are not clear about your issues. “mdi Icons” ??? Please describe to us more about your issues. You can also drop us an mail using the profile contact form. Thank you
"https://maps.googleapis.com/maps/api/js?sensor=my_google_API",
"/lib/MapIt/jquery.mapit.min.js"
and
data-map-latitude="put latitude my address"
data-map-longitude=""put longitude my address"
with maichimp
$STORE_MODE = "mailchimp"; $MC_API_KEY = "my API Key mailchimp"; $MC_LIST_ID = "my LIST ID mailchimp";also change your mail:
<input type="hidden" name="to" value="my email">
thanks your help
Hi,
Google Map
++++++++
Please follow the below steps to resolve your issues.
- Go to js/main.js file.
- Find the below code.
/* Google map widget
********************************************/
if ($o.gmapwidget) {
var social_script_arr = [
"https://maps.googleapis.com/maps/api/js?sensor=false",
"lib/MapIt/jquery.mapit.min.js"
];
ckav.getMultiScripts(social_script_arr, '').done(function () {
for (var i = 0; i < $o.gmapwidget.length; i++) {
ckav.setId($o.gmapwidget[i], 'gmapwidget', i);
ckav.gmapset($o.gmapwidget[i]);
}
});
}
- Replace https://maps.googleapis.com/maps/api/js?sensor=false URL with you Entered google map API key URL.
- Please refer below URL to find google map API key
https://developers.google.com/maps/documentation/javascript/get-api-key
Subscribe form configuration
++++++++++++++++++++
- Please follow below steps to integrate mailchimp.
- Go to form-data/config.php file.
MailChimp Integration
- Set $STORE_MODE = "mailchimp";
- Set MailChimp require data in MailChimp section
$MC_API_KEY = "";
$MC_LIST_ID = "";
Contact form configuration
+++++++++++++++++++
Please follow below steps to configure contact form.
Go to the index file.
Find below the code line in the contact form section.
<input type="hidden" name="to" value="xyz@gmail.com">
Add email address in value="" attribute in above code line.
If you still facing any issues then please drop us a mail using the profile contact form. Thank you
<ul class="navigation--ul fs12 ltr-1 txt-upper f-1 txt-white">
<li class="navigation--li"><a href="#" class="navigation--a bold-4 pd-tb-5 subsectionlink" data-pagesectionlink="about">About</a>
<ul>
<li class="navigation--li"><a href="#" class="navigation--a bold-4 pd-tb-5 subsectionlink" data-pagesectionlink=" submenu1 ">submenu1</a></li>
<li class="navigation--li"><a href="#" class="navigation--a bold-4 pd-tb-5 subsectionlink" data-pagesectionlink=" submenu2 ">submenu2</a></li>
</ul>
</li>
<li class="navigation--li"><a href="#" class="navigation--a bold-4 pd-tb-5 subsectionlink" data-pagesectionlink="services">Services</a></li>
<li class="navigation--li"><a href="test.html" class="navigation--a bold-4 pd-tb-5">Purchase</a></li>
<li class="navigation--li"><a href="#" class="navigation--a bold-4 pd-tb-5 subsectionlink" data-pagesectionlink="contact">Contact us</a></li>
</ul>
I just change main.css
.navigation--ul {
list-style-type: none;
}
to
.navigation--ul {
list-style-type: none;
display: none;
}
but menu show all Item parent and sub menu
thanks your help
Hi, Please check your mail. If you still facing any issues then please let us know. Thank you
It’s run OK, thanks for help
good service, and template Excellent
good luck with sales
Hi, If you still facing issues then please let us know. Thank you.
by:
Hi, Thank you for purchasing our item. Please drop us a mail using the profile contact form, so we can batter explain using video or images. Thank you
Hi support,
I have a question and need your help if I get data direct homepage: <!”; echo “ ”; } ?> it’s show data on the homepage but: if I use: <!
and link to: test.php source test.php same homepage and do not have link at:
the happen is data show only 1 second then load to homepages I also send to: c.kav.art@gmail.com Thanks your help
Hi, Kindly check your mail. Than you
Hi I would like to activate the slider with the images that scroll on the main image. Do you have this feature?
Hi, Thank you for taking interest in our template. Currently, there is no full-screen slider feature with the template. CK is flexible you can customize according to your requirement. It is easy for customization. Thank you
google maps is not working.
Hi,
Google map require an API key to work fine.
Please follow the below steps to activate Google map.
- Go to js/main.js file.
- Find below code.
/* Google map widget
********************************************/
if ($o.gmapwidget) {
var social_script_arr = [
"https://maps.googleapis.com/maps/api/js?sensor=false",
"lib/MapIt/jquery.mapit.min.js"
];
- Replace https://maps.googleapis.com/maps/api/js?sensor=false URL with you Entered google map api key url.
- Please refer below URL to find google map API key
https://developers.google.com/maps/documentation/javascript/get-api-key
If you still facing any issues then please let us know.
Thank you
I add everything here including my api and I still get an error.
/* Google map widget **/ if ($o.gmapwidget) { var social_script_arr = [ “https://maps.googleapis.com/maps/api/js?key=&callback=initMap”, “lib/MapIt/jquery.mapit.min.js” ];
ckav.getMultiScripts(social_script_arr, '').done(function () {
for (var i = 0; i < $o.gmapwidget.length; i++) {
ckav.setId($o.gmapwidget[i], 'gmapwidget', i);
ckav.gmapset($o.gmapwidget[i]);
}
Hi, Please drop us a mail with your FTP login details to check your issues. Thank you
Hello… I just bought the theme now but it is taking too much time to open ( loading… ) even offline, any idea?
Hi, CK – Coming Soon Creative HTML Multipurpose Template requires server environment to work fine. Maybe you are running a template without a server environment, that’s why facing issues. If you run template locally it requires XAMPP / WAMP / MAMP. Please use a template in a server environment to resolve your issues. If you still facing issues then please let us know. Thank you
Hi. Is there a possibility to slide the background-images (index-gym-slideshow) to the top or to the left by giffing a number of %? Now it’s a slide to “center center”...
Hi, We apologize for late reply. Please use below CSS code as par given below steps to change background position.
- Go to css/template-custom.css file.
- Add below code line.
.background--image .vegas-slide, .vegas-slide-inner {
background-position: 20% 10% !important;
}
- Set value according to your requirement.
If you still facing any issues then please let us know. Thank you
fantastic – THANK YOU.
Really good template!!! Wish you all the best.
Thank you, If you still facing any issues or queries please let us know. 
Hi ! I wanted to let you know i really appreciate your work. I just bought your work and it’s exactly what i needed.
Can you help me please for the “JOIN PART” with the newsletter. How can i receive the adress of people ? I mean : what is the file where i have to write my personnal mail adress to receive the people mail. Many thanks by advance.
Oliver.
Thank you for purchasing our template. Unfortunately, we are not clear about your issues. Please describe us more and specific about your issues. Config contact form ============== Please follow below steps to configure contact form. - Go to your index file. - Find below code in contact form section. <input type="hidden" name="to" value="c.kav.art@gmail.com”> Add receiver email address in value=“” If you still facing any issues then please let us know.Thank you
Thank you C-Kav, it’s works perfectly
Last thing, please can you tell me how can i change the color of the bar-menu “mobile header” ? ( I am speaking about the bar menu wich appears when the site is adapted for mobile phone) . Many thanks by advance.
Hi,
Please follow below steps to change menu-bar color.
- Go to css/custom.css file
- Add below CSS code.
- Change color in CSS according to your requirement.
.menu-icon > span,
.menu-icon > span:before,
.menu-icon > span:after {
background-color: #fff;
}
If you still facing any issues then please let us know. Thank you
It works perfectly. Many thanks C-Kav 
Hi, If you still have any queries or suggestion then please let us know. Thank you
Hello
the theme with the youtube video on mobile does not work.
Do you have any ideas on how to solve?
thank you so much.
Hi, Thank you for purchasing our template. Unfortunately, Video background does not support mobile devices. Thank you
Congratulations! Good Luck With Sales 
Thank you 
Very nice work, GLWS 
Thank you 
Congratulations! Good Luck With Sales 
Thank you 
Congrats for your awesome theme .GLWS
Thank you 
Nice work,
Congratulations! Good Luck With Sale 
Thank you 
Congratulations!
Excellent work and design. I wish you big sales.
Thank you 
Congratulations,
Nice Work, GLWS 
Thank you 