28 comments found.
Hi elemis, I have a search icon on desktop and mobile res (along hamburger icon), but in mobile it is not aligned vertically, do you know how can we fix this? Maybe creating another rule for smaller resolutions? Thanks,
Could you please provide your URL so we can take a closer look? Thanks.
Don’t worry Elemis, I think I found a way of doing it through padding.
Is it possible in slick carrousel to position the “previous” and “next” arrows on the left and right side of the elements instead of below? I mean the carrousel nav arrows. Thank you 
You can find an example of a carousel with side arrows on this page: https://demos.elemisthemes.com/creatink/slider7.html
Hello, Thank you for an amazing template.
I am currently building a photography website and I would like to know how can I embed a mosaic portfolio layout inside a masonry portfolio. The idea is that when I select a particular theme for photos, I should get a mosaic portfolio showing all the photos in a small size. If I then need to magnify the image, I can simply click whichever image I want to.
Thank you for your support.
Hi,
Thank you for choosing Crea;tink. We regret to inform you that we are currently unable to fulfill your request with our current capabilities.
Thank you. Can you tell me how is the slider gallery view initiated in all the portfolio templates?
Sorry but we’re having trouble understanding your question. Can you please provide more details and possibly some screenshots to help us better understand? Thank you.
In mosaic portfolio template, I have an option to click on image thumbnails. As soon as I click the thumbnail, I am taken into another view where I can scroll through images in an expanded mode. It has arrows to slide images on left and right direction, number of images in the carousel und close button option. Can you tell me how does this slider view is created?
To activate the lightbox feature, you need to add the “light-gallery” class to the parent div of the items you want to browse through. For additional lightbox examples, you can refer to this page: https://demos.elemisthemes.com/creatink/lightbox.html
Thank you very much
One more question. The Lightbox feature seems to work. But when I update the image sources later using javascript function, it somehow does not work. When I click the images after updating, they are displayed in the browser with image path in browser link. Do I need to somehow update the Lightbox feature again?
If you are updating image paths using JavaScript, it may be necessary to destroy and then reinitialize lightgallery to ensure proper functionality.
Thank you. Can you tell me how to do that?
Please try adding the following code inside your custom JS code that updates the image sources:
// first destroy the gallery
$lg.data('lightGallery').destroy(true);
// reinit the gallery
$lg.lightGallery({
thumbnail: false,
selector: 'a',
download: false,
autoplayControls: false,
zoom: false,
fullScreen: true,
videoMaxWidth: '1000px',
loop: false,
hash: true,
mousewheel: true,
videojs: true
});
Hi Elemis!
I’m trying to add a button in navbar as
Thanks,
in navbar as li, sorry
Hi,
Please make sure you add it in .navbar-other>.nav (before search button), instead of .navbar-nav and use the following code:
<li><a href="#" class="btn btn-rounded btn-s mb-0">Button</a></li>
Can you recommend an HTML editor, preferably free, that can be used to customize your template after I buy it? Something where I can see the results immediately as I modify the code?
Hi,
You can try Visual Studio Code which has extensions for previewing. But please note that preview is not always reliable. You will get the best results on actual browsers with latest softwares.
Hi elemis, I’m trying to change media query so hamburger menu starts when width is 1200px. Is this possible?
Thanks,
Hi,
First, you need to customize Bootstrap files here: https://getbootstrap.com/docs/3.4/customize/#media-queries-breakpoints and change the @grid-float-breakpoint value as 1200px. And then in style.css you need to replace:
@media (min-width: 992px) {
as:
@media (min-width: 1200px) {
Also:
@media (max-width: 991px) {
as:
@media (max-width: 1199px) {
Hi elemis, How can I enable the shopping cart and magnifying glass in mobile / tablet version?
Thanks
Hi,
In style.css go to line 6687 and removedisplay: none;
from .navbar .navbar-header .navbar-other
Elemis, I think that there is a bug in the product page (shop). If I try to purchase more than 10 units, the number displays cropped, tried to increase the quantity width in css but it doesn’t serm to work. Any ideas? Thanks,
Please try changing the width value of ”.product-quantity .qty”
Hi, is someone can help me to integrate recaptcha V2 box google to this template. I just need to know where and what code to put to securise my contact form. Kind regards
Hi,
Our support only includes fixing bugs and answering questions related to problems with the included features in our items. Debugging or providing guides on how to make custom modifications to items is unfortunately not part of our support. Thank you for understanding.
Hi elemis,
I see that main items in menu are clickable in desktop version. How do you make them also clickable in tablet/mobile resolution?
Hi,
You can enable the parent item link in mobile (first touch will open the dropdown and the second touch will go to the link) by removing the script that comes right after the comment ”// SmartMenus mod – hide the menus on document click just in collapsible mode” in style/js/plugins.js
Hi,
I’m trying to make a slider like index7 but full screen (100% height) What part of the css should I edit?
Hi,
You can make the slider on index7.html fullscreen by changing the slider id from slider4 to slider7
Thanks! That worked perfectly.
Just one more thing: How could I make the caption in slider show just for 3 seconds and fade out?
Found it; delay option: data-frames=’[{delay“}]’
Thanks,
Correct. Sorry for the delay. Don’t hesitate to contact us if you have any other issues/questions.
How can I fixed top navbar on smartphone?
Please tell me how to make sticky navbar on smartphone?
Hi,
You need to remove the following code from style.css (line 6355):
body:not(.onepage) .banner--stick {
display: none !important
}
Thank you. It works.
Brilliant work. I absolutely love it. The one thing I’m attempting to do that would make it 100% perfect solution for me is to add tabs on the navigation. If you look at this product, you’ll see the Vertical Tabs: http://demo.wponlinetips.com/thebestdesigns/mash-mega-menu-bootstrap/ Is there a simple way to do this on the crea;tink site?
Hi,
You can insert any HTML in “mega menu” examples in the menu, but unfortunately Vertical Tabs option is not available in Crea;tink. You will need to apply this style yourself.
Hey everyone!! This is a great template!! So many sections and styles to choose from. Very generous.
Question: My smooth scroll isn’t working, can you check it out? FunnelReach.com
Also you say there’s 21 “concept images” you should change that since there’s only 18. I don’t care much but just for other clients.
Hi,
Smooth scroll on the menu appears to be working properly. For smooth scroll to work on the Slider button you need to add “scroll” class to the caption as follows:
<a class="tp-caption btn btn-rounded btn-l scroll"></a>
Thank you for the heads up regarding the concept images. We just updated the demo, now there are 21 images: http://themes.iki-bir.com/creatink/concept-graphics.html
this is great!! I wanna use this page mix. can I? I mean one css support every pages or does every page has specific css?
Hi,
Thank you for your interest in Crea;tink. There is a single CSS file which supports all the pages.
Hi I’ve followed your guide to enable Google Maps but it doesnt work I get the following error Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
Could you please provide your website URL so we can take a closer look?
Hi thanks for your reply I’ve sorted it aout just updating the plugin to the newer version
Very happy with this template! I purchased through Elements and my site looks gorgeous
Check it out if you need inspiration: https://somiibo.com
Thank you for your kind words and letting us know. Your website looks awesome 
I appreciate the kind words and thanks again for making this template, looked for a long time for something and this was finally it! Really happy with it 
How do I get the colorbox design found here: http://preview.themeforest.net/item/creatink-multiconcept-html5-template/full_screen_preview/20562297?_ga=2.89133979.1636172037.1517940982-294624404.1517340827
Hi,
The link points to the start page. Could you please remove the top bar and resend the link of the page?
You don’t appear to have purchased the item, could you be referring to the Wordpress version? If so please note that the Wordpress version is a separate item and can be found here: https://themeforest.net/item/creatink-multiconcept-responsive-wordpress-theme/21322144 For questions please contact the Wordpress version author. Thanks.
Hi I have purchased through here I just wasn’t signed in properly. I want the color box design shown under the elements tab.
You don’t appear to have purchased this item. If you purchased the HTML version of Creatink please contact us with the account you purchased the item.
For Wordpress version questions please use this link: https://themeforest.net/item/creatink-multiconcept-responsive-wordpress-theme/21322144/comments Thanks.
Awesome template…
can i ask, where is the location of slimicons .svg file?
.svg is only available as a part of the icon font in style/type/slimicons
how i can see the demo, i open that file, all is blank page..
You can find the list of available slimicons in http://themes.iki-bir.com/creatink/icon-slim.html
We are not sure how the animation is achieved, you will need to contact the slim icons creator. But we believe it requires .svg files unfortunately we are not allowed to share the .svg files in the template because of license limitations. You will need to purchase a license yourself to get them.
Hi,
Congratulations for your theme, is there any way to change the link over color for the menù items only?
Many thanks for your help
Hi,
You can change the menu item hover color with the following css:
.navbar .nav > li > a:hover,
.navbar .nav > li.active > a,
.navbar .navbar-other a.nav-link:hover {
color: #000 !important
}
awesome…i like this template..
Thank you for your kind words. Happy to hear you like it 
Hi. its great
I buy this, but see in responsive mobile you hidden cart and search icon
Hi,
You can enable the search and cart buttons in mobile view by following the instructions in the help documentation (See title “Navigation”)
Amazing Template 
Thank you 