479 comments found.
Hello, we downloaded this template and it works great, but cannot figure out how to remove the ad popups that come up in the lower right corner?! Any help is greatly appreciate. Thanks!
Hi there, can you share the link where you downloaded the template ( send it to this email andonov.viktor89@gmail.com)
Also take screenshot of the ad popup and send it via email.
There is no ad pop-up included in the template, please share more details in order to resolve this.
Hi, Great template…
(I sent this earlier direct to support@octarinethemes.com... at that time I hadn’t realised that was not the correct way for support… sorry for duplication)
One problem I am having is that when I use a different video in the videoURL of the index-fw-video-mp.html the banner contains the youtube video controls in the bottom of the frame (pause/play etc) how do I prevent this from happening? The default “Norway” video does not display these youtube controls.
— Regards
John Rees
t: 01772 697253 m: 07916 192289 e: john@360nap.com w: www.360nap.com
—-—-—-—-—-—-—-—-—-—-—-—-—-—-—--
This is a PRIVATE message. If you are not the intended recipient, please
delete without copying and kindly advise us by e-mail of the mistake in
delivery.
Hi there, first thank you for the good words and the purchase.
Add this in the data-property showControls:false so the code should look something like this:
<div id="fw-video-one-bg" class="player" data-property="{videoURL:'http://youtu.be/Scxs7L0vhZ4',containment:'.fw-video-hero',autoPlay:true, mute:true, startAt:71, stopAt:300, opacity:1, showControls:false}">
</div>
If that doesn’t work, in the assets>js>main.js modify the script that load the plugin like this:
$('.player').YTPlayer({
playerVars: {
controls: 0,
}
});
P.S. the official documentation for the video plugin is here: https://github.com/pupunzi/jquery.mb.YTPlayer/wiki
Hope this helps & have a nice day,
Viktor | 89elements
hi
i am using definity template, specifically index-kenburn-mp.html as my homepage
my site is http://test.decibel.co.in
i am not able to add images to the landing page – i have tried changing all the http://placehold.it/2440x1578 in main.css to my background image, but no luck
please help me with where to make the change to add the background slider
Hi there, first thank you for the purchase.
Images are added to the kenburns slider via main.js file. There is a guide in the help file that explains in detail how to do this, under “Hero” section.
Hope this helps,
Viktor | 89elements
thanks, that helps. perhaps you can update the documentation, since it says main.css
https://snag.gy/eGQv7E.jpgHi, I am glad that you’ve solved the problem.
Thank you for the suggestion to update the documentation, but is correct – most of the heroes are edited through main.css except the one you use Kenubrns slider that one is edited with main.js, when you scroll down under the subsection “Ken Burns Slider” there is an explanation about using the kenuburns slider hero.
Have a nice day,
Viktor | 89elements
I found a bug using the kenburn slider on ios. The content of the page take a long time to load. Here is a link to a video showing the bug: https://www.youtube.com/watch?v=KMQvkUnL028
Hi there, thanks for reporting this. It looks like it’s from wow.js plugin, but I will go in more detail and it should be fixed for the next update.
Have a nice day,
Viktor | 89elements
Hello, please advise how I can make the logo area larger, 175×83 px. Thank you! Jacquie
Hi there, first thank you for the purchase.
For a custom logo, you will need to modify the CSS in order the navbar to work with your logo dimension. For starters, 83px is too high, so max I would go is 60px, and in that case, I would use only the standard navbar that doesn’t shrink when you scroll down.
.navbar-brand>img {
height: 60px;
}
.navbar .navbar-header .navbar-brand {
padding: 0;
margin-left: -15px;
}
This is some example CSS that gets you started, add it in separate CSS file or at the end of main.css file.
Have a nice day,
Viktor | 89elements
Hi,
I’ve just downloaded the theme and I don’t know how to begin editing on the browser, could you please provide a tutorial or any documentation on how to work on this theme? thank you.
Hi there, first thank you for your purchase.
There is a help file included with the download that explains everything. But for starters, you will need simple code editor, browser (Chrome recommended) and little knowledge of HTML & CSS.
Have a nice day,
Viktor | OT
How do I get a logo centered in the ‘fs-video-hero’? What I have now is the image floating on the leftside. I have tried many codes in the css but it didn’t work… How can I fix this? Please check the link to see what I mean. https://ibb.co/dOvOek
Hi there, can you share the live link so I can see the code. This comes under customization because there no demo hero like that, but there are multiple ways to do this, like:
1) wrap your logo in a div which is a table and center it that way.
2) Or just position the logo absolutely in a relative div that is big as the hero itself, then simply center it with top,left,bottom,right set to 0 and margin auto.
Hope this helps,
Have a nice day
Thanks for the reply!
The problem is that the files aren’t live yet, because of the editing. Wrapping it in a div and center it didn’t work, the logo still remains on the same location. Also the second option with the margin auto works a bit, but only when I’m adjusting the margins manually. It’s still not perfectly in the middle. I need to adjust it multiple times to try and get it as centered as possible, but it’s not the right way…
The code I used to get it ‘as centered as possible’ is: margin: auto; position: absolute; top: 3%; left: 25%;
Like this, I can only give you vague answer or suggestion, because I need to see the code and the result that the code produces in order to know what is happening.
This is customization and doesn’t go under the support but if you are willing to create some temporary live server and because this is small edit I am willing to help you with an exact solution.
Have a nice day,
Viktor | OT
Thanks in advance!
It doesn’t work like that, you need all the files (if you have hosting) just make some sub-domain or sub-directory for live testing.
But I think you will need a lot more help with this so I would recommend getting some professional help, I can recommend Envato Studio.
Hi, please excuse me, my English is not good.
I bought the template Definity.
When I enter navbar-left in the HTML code, the navigation is displayed centered when loading the page. Only when I scroll down, the navigation is displayed on the left. The navigation should be displayed immediately on the left. What am I doing wrong?
I ask for short reply, thank you.
http://vu2010.spcweb1.vserver.netz-haut.net/6-communityAnswered via email.
Hello. I try to change _setting.scss file for setting the values or change background in other *.scss files, but not worked. can you guide for me.
Hi there, after you modify the .scss files you need to recompile them back to css, with gulp or if you want something with GUI prepross app.
Hello there,
I have problem with contact form. There is no Latin characters, can you fix it for me?
my code: 910b5755-3e74-4a7b-b7b2-5a52a4638160
Hi there, can you explain more?
No experience with .scss. Is the only way to change the default Definity logo to recompile the .scss file? I changed via my custom.css which is last in the header and it still defaults to this logo.
Hi there,
you don’t need to use CSS to change the logo, just update the path of the img elements to point to your logo, in every html file thst you will use.
Heya could i know how to change the size of the Nav fonts ? i like small body text font but big menu fonts and i cant seem to separate them, when i change one the other changes as well. Thanks
Hi there, the easiest way to do this is to use SASS (scss) because there is variables to adjust every aspect of the navigation in assets>css>scss>_settings.scss then you need to recompile the scss back to css.
You can use regular css also, but you will need to overwrite the nav styles, just use chrome inspector find the correct classes and overwrite them, use !important if there is a need. Also, create separate CSS file for your edits only and load it last in the head of the document.
Hope this helps,
Have a nice day, Viktor | OT
Hi in kenburns slider i want text also changes with images but id couldn’t see any option of this. how can i do this. please guide me
Thanks
Hi there, first thanks for the purchase.
Kenburns slider only changes images in one div with ID that is used in main.js to execute the function and rotate the images.
To make it the way you want to work, you can combine two sliders, one that changes the text and the kenburns slider for images. You can use the slider from the “text slider demo”, as an example.
This is not tested but, it should work.
Have a nice day,
Viktor | OctarineThemes
i did that but my i got the timing issue …. i could not able to fix text time along with slider time … time not synced .. can you give a sample of it with fixed timing synced
Hi there unfortunately support doesn’t cover customization, I can only provide help if something is not working like it is intended to work.
Have a nice day
Viktor | OctarineThemes
I try to organize my subfolders (like Pages and Elements in Definity), when I enter the new address in the navigation the html is found, but without formatting! There is no connection to the CSS file! Where do I make the settings? Its in SASS? Thank you
Ok, so you need to update the path of the link & scripts. Links to the CSS are located in the head (start) of the document, and the scripts are located at the end of the html document.
For example you have your folder and like this: main_folder>your-sub-folder>your-page.html
Then in the CSS head you update the link to be: ../assets/styles/main.css where ../ means go back one folder and navigate from there to find the required CSS file.
If you have your folder nested more deeper, like: main_folder>your-sub-folder>your-sub-sub-folder>your-page.html then you update the css link like: ../../assets/styles/main.css you use ../../ to tell to go back 2 folders and then start looking for the main css file.
You do this for all CSS and JS files. You can see example for this in the page about-1.html which is nested one level deep, and blog-2col.html which is nested two levels deep.
Hope this helps,
Viktor | OT
Hello Victor, In the last few days I have read the bootstrap documentation and many hours of html wikis, but I still have a few questions about your template, then you are rid of me! The definition template is mostly horizontally in sections, my question is: - Can I create 2 containers in a row (6col-md), on the left 4 Ft-Cards2 and on the right text and images? In my attempts I unfortunately failed, the formatting was then no longer there! - Somehow, my hompage will have about 120 pages and so I have created the first subfolders (like Pages or Elements in Definyty), in the navigation I have changed the way to the Html page, it is displayed but lost the connection to the Css , What do I need to change?
So, I hope that I do not need your support anymore and look forward to your next projects, thank you for your help, I wish you much success, Uwe
Hi there, the support doesn’t cover customization because there is endless possibilities to use this template. I can help if there are some bugs with the elements available like they are.
But of course, you are free to customize the template how you want & need, if you need help with customization I can recommend Envato Studio.
Have a nice day,
Viktor | OctarineThemes
Hi again, ok i´ll fix the problems myself after a time, but please help me where the configuration of the subfolders happens, in the css.file or somewhere else?
You mostly work with .scss and without knowing that I can´t change it!? Normaly I´ll find the option but in this case its not so easy!
I can not understand what are you asking.
Can you please write your question in one sentence as simply and clearly as possible?
Thank you, Viktor | OT
Hi, Great theme! I have a question regarding the moving dots/plexus in the hero section of index-agency2-op.html
Is it possible to turn these off and remove them?
Thanks Matt
Hi there, first thanks for the purchase and the good words.
Yes, just delete the canvas element in the “Hero Cover” section from the index-agency2-op.html file.
Thats sorted it, thanks!
Good day! I would like to ask how I can apply this theme to Wordpress? Thank you!
Hi there, first thank you for the purchase.
This is an HTML template that you can use without WordPress, but you can use it to create a custom theme for WordPress yourself or with a help of developer.
Have a nice day,
Viktor | OctarineThemes
Hello,
I bought from you Definity website template. This is my purchase code:910b5755-3e74-4a7b-b7b2-5a52a4638160. And I think I have one bug which I can’t solve it by myself. I have monitor with 2k resolution, and in the container fluid tabs section there is picture 760×465. Problem is when I use resolution 2556×1440, then this picture is raiding to the next section and hidding its content. I think it is about 40px. Can you help me with this issue? Best regards.
Hi there, first thanks for the purchase.
What section are we talking about, can you tell me the exact name and on which page is it, in the demo?
d2b58381-2cdb-4d58-a8d6-0d58ca8658a8 Uwe Picker
Hi Victor, now I work a few Days with your Template and all seems good, only a few Questions:
- I need a responsiv Container for my images and I put it in my own css-file: img ( width: 100%; height: auto;) now it works good with my images, but som of the others (in ft-cards and else) change the Outfit and thats not look fine! What can I do?
- My site use SSL over https and I wonder that I have no much Problems, whith Joomla it was much harder. But the Google-Maps-Card is blocked by the Browser, the request isn`t in https, so it´s not shure and get blocked. On another side all works, I think my Api-Key works. I don´t know, is there a JS-Component to change?
Thank you before, whish you a nice Weekend Uwe
Hi there,
can you share a link of your website, I can’t help you much from your explanation.
For google maps, you need your own key in order to use the maps. The setting for google maps are in assets>js>gmap.js also you need to load the map api and the setting, in the bottom of the page.
Have a nice day,
Viktor | OctarineThemes
Hallo, google maps work fine, it was my mistake! The problem with my images I have to rebuild, I take it out of my css-file, tomorrow it will shown like it was. Thanks Have you a link where I can see, how I manage a Login only with css?
Hallo again, I rebuild the Image-Problem its shown on home in the Testimonials and the slider, the images are bigger as in original
Under infos/up-design the first image left – thats what I need, the image is now responsiv and change the outfit in different solutions. (Oh god, my english is so bad!
)
Hi there, you website looks great.
Is everything ok now? I couldn’t understand from your comments did you solve the problem or not?
Hi again, my problem is, to have a responsive container (I use before on other websides) whithout touching the other images like in the testimonials or slider area. They also change to be bigger and thats not so good. Is there a way to change some, but not all images?
Oh I see now, for that just simply add the class
img-responsive on the images that you want to be responsive, and delete your own CSS styles that you have on the img element like: width: 100%;
Oh, thanks a lot! I wood like to set up the “comming-soon-site” till I am almost finish the work and also I have to work on the Live-site, it is possible without to much changes?
Great, I am glad that it works. For the coming soon page it’s very simple just add that as index.html in the root of your host and put the other website files in separate folder, or edit it locally.
There is also help file included so be sure to check it.
Have a nice day,
Viktor | OctarineThemes
Can I refund this template? I bought it thinking that it was a WP theme and now I can’t use it.
Thank you for understanding.
You need to ask for refund, contact Envato on how to do that.