479 comments found.
Very much appreciated Cheers!!! 
I am glad you like it 
I’ve downloaded the version that Envato is giving away but when I upload via multi sites wp-admin it shows this message: The package could not be installed. The theme does not have a style.css.
Do multi sites be a problem?
Hi there, the free version is an HTML template and not a WordPress theme, there is also a separate WordPress theme based on the Definity HTML template that you can get here: https://themeforest.net/item/definity-creative-multipurpose-wordpress-theme/20259333?ref=89elements
Have a nice day,
Viktor | 89elements
This looks like a really cool, fresh and slick theme. Great attention to details, which for me always makes the difference. Will definitely try it out with a project.
Thanks for the good words, I am glad you like it 
Very Nice Work! Thanks! 
Thank you, I am glad you like it 
Thank you very much! 
No problem, I am glad that you like it 
Great Template!!! Very Great!!! Super Thanks!
Thank you 
It says there is a WP template and another template (Definity – Multipurpose One/Multi Page Template) that it does not say for what.
So, if it is not for WP, where/how do I use these files?
Hi there, Definity has HTML (template) version and WordPress (theme) version.
Where you left the comment is the HTML version, it says in the item description when you scroll down.
There is also WordPress theme from that template, you can click on the “Get the WordPress version” image or use this link: https://themeforest.net/item/definity-creative-multipurpose-wordpress-theme/20259333?ref=89elements
P.S. Currently there is a promotion and you can get the HTML version for free.
Have a nice day,
Viktor | 89elements
Hi. Is this theme having W3C standards ??
Hi,
I am using this theme. I would like to know if this theme is having W3C standards ??
Regards.
yes
Hi,
I would like to change the size of the navigation bar but I can not find because my logo is large but there is always a white line, or make it fixed and transparent so that my logo is not cut anymore.
Best regards,
Patrick
ps: i´m working on ” index.fs.slider.op”
Hi there, support doesn’t cover custom edits, but if you share link to your site I will look into it, and try to give you some directions.
Have a nice day,
Viktor | 89elements
Hi, you have for templat db too? demo data for instalaton
Hi there, thank you for the interest in the Definity template.
The template is HTML and there is nothing to be imported all the demos are already created, but the images are replaced with a placeholder that indicates the image size for easier replacement.
Have a nice day,
Viktor | 89elements
Ok, and for Wordpress?
For WordPress you get everything (images included), just follow the documentation and you can setup everything in 10 min tops.
Today is the last day the WP version is on sale, and the price goes up back to $59 tomorrow.
This is good, and differences between Definity – Multipurpose One/Multi and Definity – Creative Multi-Purpose WordPress Theme?
One is a WordPress one is an HTML template, be sure to check the demo of the WordPress version to see if everything is there that you need.
Currently, the difference in features is the e-commerce layouts but that will come to the WP version in future updates.
Hello I have problem, import write me bad import for flamingo_inbount chanel and for media (images)
, please help, i have WP version templat DEFINITY
Hi there, first tell me what version you have the HTML template or the WordPress theme – like I see you write on the HTML template comments sections – if so you can’t import anything that is just an HTML template there is no dynamic content there except the contact form.
Can you be clear about this – witch version you have, I don’t see from your profile that you have purchased any item?
I write WP – WordPress, and Definity version 1.2
Hi, ok I understand you got the WP version but you are writing on the comment section for the HTML version.
Also, your profile doesn’t show that you have purchased any item from me?
I order to give you “hands-on help” you will need to have a valid license.
Have a nice day,
Viktor | 89elements
Dear Viktor,
I bought your template Definity on Themeforest and I’m having a little problem that maybe you can help.
I’m trying to load a page on certain “Section ID”, for example, after a click on one of the projects on my portfolio, it opens another page with the description of that work. At the bottom of the page there’s a button that sends me back to the portfolio page, but I want that portfolio page to open on another Section ID.
Can you please help me with this?
Hi there, first thank you for the purchase.
So you want to scroll to a section instead of opening a page, like the one-page demos? Or you want a new page and then to scroll to a section after you clicked on portfolio link?
Can you elaborate more on this so I can help?
Hi,
I’m using one page site but on the portfolio I’m clicking on the image to open a portfolio single page as only there I can have more images and description of the same project. But, when I press a button to go back to the main page (one page website index.html) it opens from the top of the page as normal load and I would like to open/load on the portfolio section ID.
Regards,
Oh, I get it, just add the section ID at the end of the link that goes back to the index.html, e.g. http://index.html#MY-SECTION-ID
p.s. don’t forget the #
Hope this helps & have a nice day,
Viktor | 89elements
Yes, perfect, it worked! Thank you help.
Regards, Roberto
No problem, I am glad it did 
Dear Viktor,
Having a problem loading an image on my background “main-demo-hero” one page website.
I’ve tried to change the url path on the CSS several times with no luck. Thats what it is right now:
.main-demo-hero, .fs-video-hero, .fw-video-hero, .text-slider-hero, .freelancer-hero, .agency2-hero, .animated-hero, .web-app-hero { position: relative; width: 100%; height: 100vh; background: url(http://placehold.it/2440x1578); background-size: cover; background-attachment: fixed; }
And works fine with your link, but I need the site to upload from my images in the folder, for example it should load from:
background: url(test_image.jpg);
Right?
But nothing is loading.
Thanks for your help in advance.
Bero
Beto
Hi there, can you tell me what template are you using as a starting point?
Hi, I’m using the index-main-op.html
If you are using the same folder structure as the template to keep your images here is the code that you need to add at the end of main.css in order to work with your image.
.main-demo-hero {
background: url(../images/YOUR_IMAGE_NAME.jpg);
background-size: cover;
}
Hope this helps & have a nice day,
Viktor | 89elements
Hi, perfect, it’s working. Thank you.
regards,
Beto
No problem, I am glad to hear that.
Dear Victor,
Having problems with the gallery pop up.
I’m using the “Freelancer Onepage” gallery with a pop up images. My problem is that the pop up image appears much larger then the image file. For example, the image file you have are 950×650px but when you click to pop up the maximum size of the image is larger then the 950×650 making the image blurred. (that is visible on your template dummy images as well).
I’ve tried to change the magnetic-popup.css but when I do, it trims the image to the size a want but stop being responsive, making the image too big when open on a small screen like table or phone.
That’s the code on the CSS:
/* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
I’m not sure if it’s on that part of the css that I should change but basically I just need the original file image size to be the same when click popup image.
Regards,
Beto
Hi there, the portfolio section gallery uses two images, one(first) is for the thumbnail, the other(second) is for the gallery (popup) – I am talking about the div element with class .portfolio-item.
I just checked the demo the images are displaying correctly there is no bluring.
It’s possible that you’ve broken the plugin editing the plugin CSS, keep in mind that I only use the plugin, I did not create or modify it, so for any extra settings, you can find info in the plugin docs: http://dimsemenov.com/plugins/magnific-popup/documentation.html
Have a nice day,
Viktor | 89elements
Hi, the plugin CSS is intact. When I say “Bluing” it’s a tiny bit and if you open the image on a normal 21” or higher screen, you can screen shot just the image and compare. You’ll find out that if your original file has 950px width it will come on pup up with abou 1300px.
Regards,
Beto
I just checked again (I have 27” screen), it’s 990px which is correct? I don’t see any problem, it’s probably you have some edits to the CSS that conflicts with the plugin.
Try re-downloading the template don’t edit anything and test to see if the problem still appears.
Hi, sorry, something was wrong but it’s working now. Thank you.
No problem 
Hi,
Can you tell me what tools you are using or recommend.
I am using atom and am finding the development and testing cycle quite painful. With the whole combination of html, css, php and js
Thank You John
Hi there, this template was build with HTML, SCSS, jQuery and little php in order the contact form to work, if that is what you are asking.
The tools are irelevant and you should use the ones that work for you best. Btw I am using sublime text editor, I think atom is better and last month I’ve discovered Visual Studio Code that I think is better than both.
Have a nice day,
Viktor | 89elements
Hi, I have tried averything to install your Theme but the Server keeps complaining that the file “style.css” ist missing. What can I do ?
Hi there, it’s because you have the HTML version and not the WordPress theme.
Get the WordPress version, link: https://themeforest.net/item/definity-creative-multipurpose-wordpress-theme/20259333?ref=89elements
And ask for refund on the HTML one if you plant to use it for WordPress.
Have a nice day,
Viktor | 89elements
I don’t like the whole single page infinite scrolling layout. I just want a video landing page, with menu links at the top which lead to separate pages. Is this possible with your theme?
Hi there, first thanks for the interest in the Definity theme.
Yes that is possible, you can just simply delete all the other elements in the pagw except the bg video header, and you will be left with only that and the footer.
Have a nice day,
Viktor | 89elements
Hi, We’re having trouble getting the files in the child theme to work.
We can see the new modified files have been added correctly through the WP editor but they have no effect. We’ve also check folder permissions and caches, and everything seems to be ok. Any ideas?
Also, we’ve written our own CSS styles into “Appearance” » “Customization” » “Additional CSS”. While in the process of testing the child-theme issue, we’ve switched between Parent/Child themes and when we go back to the child theme the “Additional CSS” is empty although the styles show up correctly. Where is your theme reading the CSS from?
Finally, maybe related to this… Is there a reason why your child theme folder (“Definity-Child”) contains another folder with exactly the same title (“Definity-Child)?
I very much appreciate your help. We’re at a loss. Regards,
Hi there, if the theme is purchased and downloaded before 20th September, please re-download it again. There was a bug in the child theme that was causing similar errors like yours, but in the latest update is fixed.
P.S. Your account doesn’t show that you have purchased the theme?
Have a nice day,
Viktor | 89elements
Hi, thanks for your reply.
The theme was purchased on: 2017-09-26 14:45:58 UTC And the Item Purchase Code is: 21b76571-db7e-415e-8c0a-c2c1ed3014ee
Should we download it again? Wordpress doesn’t detect any updates.
Any ideas as to what is happening? Thanks!
Only the child theme was updated and the plugins included. Can you share access to the WP dashboard and FTP access so I can look the problem in more detail (via email from my profile page).
I’see to that with our team and get back to you. Thanks!
I have purchased the template and I can not get the logo to change from white to black when you scroll down. In the demo it doesn’t change either but the documentation says it should, what is wrong?
Hi there, first thank you for the purchase.
The logo in the demo only changes on certain demos, when the background is dark the logo is light, but the default logo is dark.
This is achieved by replacing the logo image with CSS and there is a guide in the documentation.
Here is example from the demo where the logo changes: http://themes.89elements.com/definity-html/index-fs-slider-mp.html
To make this functionality with your logo first, you need two logos, one dark that will be default for everything except when the page is at top and another logo – light this will be the one added with CSS, so what you need to do is simply add this CSS code at the end of main.css
.navbar-trans > .navbar-logo {
content: url('/path/to/white/logo');
}
replace the path to white logo with the actual path of the image. Also, make sure you have this class .navbar-logo added to the img element that is the logo.
Hope this helps & have a nice day,
Viktor | 89elements
Hi, I wanted to buy your theme “Definity – Multipurpose One/Multi Page Template – 29 dollars” so I had some queries before that – 1. Does it support Wordpress latest version 2. Will I get all the content with the zip file as shown in the design? 3. Is there any premium version of the theme which includes more features. 4. Will I be able to change the CSS according to my need
Regards, Kavya
Hi there, thank you for the interest in the Definity.
First, the item that you’ve mentioned “Definity – Multipurpose One/Multi Page Template – 29 dollars” is HTML template and is not WordPress theme.
The WordPress version of Definity is here: https://themeforest.net/item/definity-creative-multipurpose-wordpress-theme/20259333?ref=89elements
For your questions:
1) yes;
2) yes, you get everything that is shown on the WordPress version;
3) No, this is the premium version that includes everything.
4) If you have the skills you can edit the theme how you like.
Have a nice day,
Viktor | 89elements
Hi, Could you give me some guidance on where to place some custom CSS. Kind regards
Hi there, first thanks for the purchase.
The easiest way is to add your CSS at the end of style.css file, that you can do from WP Dashboard > Appearance > Edit > locate the style.css file scroll to the bottom and add your code.
Have a nice day,
Viktor | 89elements
Hi, Just bought the theme and I can’t find the Coming Soon page option.
Hi there, it doesn’t show on your profile that you have purchased the template Definity.