Discussion on Definity - Multipurpose One/Multi Page Template

Discussion on Definity - Multipurpose One/Multi Page Template

Cart 2,169 sales
Well Documented

ajdethemes supports this item

Supported

This author's response time can be up to 1 business day.

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.jpg

Hi, 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

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

I tried to put the .html and .css docs online, but I can only share them by transfer websites. So here is the .html if I’m correct: https://filetea.me/n3wsl8k90x5StOeWy8SU2Xi9Q And the .css: https://filetea.me/n3wS0dwwmJxTp25Zb4Nl5CQVQ

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-community

Answered 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 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

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey