Discussion on Kava - Angular 16, Bootstrap 4 and Html Multipurpose Site Template

Discussion on Kava - Angular 16, Bootstrap 4 and Html Multipurpose Site Template

Cart 91 sales
Well Documented

IronNetwork does not currently provide support for this item.

30 comments found.

Hi,

We have a theme that we purchased from you, that we are having trouble with, can i be really honest and say from what ive read you just cont be bothered in answering any questions and i think this just isnt right, if you dont answer within a decent time scale i will be leaving you the worst possible review ! So i guess its up to you.

Cheers

Hello, I am having trouble with installing this theme. It is unlike other themes I’ve installed in the past and the documentation folder does not mention installation at all. Is there another link you’re able to provide that will document how this theme needs to be installed? Thank you!

Hi,

We are dedicated to providing comprehensive documentation for each of our themes and for Kava theme as well. You can find the link in documentation folder in theme files.

Here is documentation for the Kava theme, please follow this link: https://docs.theironnetwork.org/kava/getting-started/

By diligently following the steps outlined in the documentation, you will be able to successfully install the Kava theme.

Furthermore, we would like to inform you that we have recently released an updated version of the Kava theme. We recommend downloading this latest version.

Once again, we appreciate your interest in our products and are here to assist you with any further questions or concerns.

Thank you for reaching out!

is this typescript based?

will work with bootstrap 5 version?

Hi,

Thanks for reaching out!

Kava will support Bootstrap 5 but need changes in scss files. As bootstrap 5 has major changes as compared to version 4 so We will update it in our future updates.

Let us know if you need anything else at support@theironnetwork.org

Thanks for reaching out!

Hi, i made mistake i was thing this was wordpress theme

Hi,

Thanks for reaching out.

We understand, however as per envato policy we can’t do much as it states no refund in case of mistaken purchase.

In further, Neither Envato nor authors are obliged to give policy refunds in any of the situations listed below.

You don't want it after you've downloaded it.
The item did not meet your expectations or you feel the item is of low quality.
You simply change your mind.
You bought an item by mistake.

At end, we will not be able to process your refund as per Envato guidelines.

Let us know if you need anything else.

Thanks and have a nice day!

Hi, I dont get answers, and Im wondering if your site is still on… I purchased Kava theme and cant install it. Is there any easy way, if not please I will like to be refund and Ill delete the zip. It will be nice to get any answer, just support. David.

OK, PURCHASED THEME, FAILED WP INSTALL, INSTRUCTIONS PLEASE

hI DOES kAVA SUPPORTS HEBREW?(RIGHT TO LEFT WRITTING)

Hi, does the theme support hebrew? or I have to write the opposite way?

I am receiving this error in my log files. I have been researching it on google and it looks like it is a theme compatibility issue. Here is my error: add_to_cart_fragments is deprecated since version 3.0.0! Use woocommerce_add_to_cart_fragments instead.

I am also not sure that my theme is updated to the latest version. I am currently running version 1.2.7

Hi,

Thanks for reaching out!

It seems that you are using wordpress theme and kava is angular 10 frontend theme. So please make sure that you are using the kava theme.

Thanks and have a nice day!

Do you have any idea for a separate blog section, like blog, news, info etc, with assets/data/blog.json, news.json, info.json with the same template, BlogDetail? Services/Droplet.services.ts getBlogContent () { return this.http.get('assets/data/blog.json').pipe(map(Response => Response)); } If possible, there are three items, blog, news, info and after clicking each item,then display contents each pages by using same template Pages/Blog/BlogDetail. How to change json name like $(filename).json?

Hi,

Thanks for reaching out!

Please follow the steps below to make blog-detail.json:

1. Create a news.json and save this file under the src->assets->data folder. 2. Create a new function under the src->app->Services->Droplet.service.ts getNews () { return this.http.get(‘assets/data/news.json’).pipe(map(Response => Response)); }

3. Import the Droplet.service.ts in your component like following steps:

a). import { DropletService } from ’../../../Services/Droplet.service’; b). constructor(public service : DropletService) { } c). Declared variable on top on the component: news : any; d). Called function under the ngOnInit function this.service.getNews().subscribe( response => { this.news = response }, err => console.log(err), () => this.news); e). Used this variable under the component.html file.

For changing the JSON name steps:

1. Rename the blog.json 2. Rename a function and json file name under the src->app->Services->Droplet.service.ts getBlogContent () { return this.http.get(‘assets/data/news.json’).pipe(map(Response => Response)); } 3. Rename the function under the component file

Let us know if you need anything else at support@theironnetwork.org

Thanks and have a nice day!

Hi Team,

I have used the template to create a website one year back. Today I need to do some maintenance to add few more custom routes. But while doing “npm start” or “ng serve” from project home page, I am getting below compile error:

ERROR in ./src/assets/scss/style.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js\\./node_modules/sass-loader/lib/loader.js??ref—13-3!./src/assets/scss/style.scss) Module build failed (from ./node_modules/sass-loader/lib/loader.js): 341 │ div:nth-child(){ │ ^ ╵ src\assets\scss\theme\utilities\_spacer.scss 341:27 @import src\assets\scss\theme\utilities\_utilities.scss 8:9 @import src\assets\scss\theme\_theme.scss 4:9 @import stdin 105:9 root stylesheet in E:\OPEPL\kava-angular-8\src\assets\scss\theme\utilities\_spacer.scss (line 341, column 27)

div:nth-child(){
                     ^
  Expected "n".
╷

Please advise at the earlier how to resolve it.

Thank you very much for the awesome template and your continued support.

Regards, Mrinmoy Debnath

Hi,

Thanks for reaching out!

Please make sure you are using the latest version of the theme. These types of issues resolved in our latest files. Please download the latest files and check it.

Let us know if you need anything else at support@theironnetwork.org

Thanks and have a nice day!

I tried everything by this time. Downloaded latest theme. Reinstalled nodejs, removed angular cli and reinstalled, reinstalled typescript..then i ran ng server after entering into “kava-angular-8” folder. Still same error. Build is failing

System Configuration

System OS and version : ( Windows 10 64 bit) Browser Name and Version: ( Google Chrome 81.0.4044.129 (Official Build) (64-bit) ) Node Version: (12.16.3) Npm Version: (6.14.4) Angular CLI Version: (9.1.4) Typescript Version: (3.4.5)

ERROR in ./src/assets/scss/style.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/sass-loader/lib/loader.js): 341 │ div:nth-child(){ │ ^ ╵ src\assets\scss\theme\utilities\_spacer.scss 341:27 @import src\assets\scss\theme\utilities\_utilities.scss 8:9 @import src\assets\scss\theme\_theme.scss 4:9 @import stdin 105:9 root stylesheet in E:\OPEPL\kava-angular-8\src\assets\scss\theme\utilities\_spacer.scss (line 341, column 27) at E:\OPEPL\kava-angular-8\node_modules\webpack\lib\NormalModule.js:301:20 at E:\OPEPL\kava-angular-8\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at E:\OPEPL\kava-angular-8\node_modules\loader-runner\lib\LoaderRunner.js:233:18 at context.callback (E:\OPEPL\kava-angular-8\node_modules\loader-runner\lib\LoaderRunner.js:111:13) at E:\OPEPL\kava-angular-8\node_modules\sass-loader\lib\loader.js:52:13 at Function.$2 (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:24388:48) at wO.$2 (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:15315:15) at uT.vr (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:9046:42) at uT.vq (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:9048:32) at iA.uD (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:8396:46) at us.$0 (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:8538:7) at Object.eH (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:1512:80) at ad.ba (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:8459:3) at iO.ba (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:8389:25) at iO.cv (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:8376:6) at py.cv (E:\OPEPL\kava-angular-8\node_modules\sass\sass.dart.js:8166:35)

div:nth-child(){
                     ^
  Expected "n".
╷

Hi,

Please send us your project files in a zip folder at support@theironnetwork.org We will look into it and fix it.

We are using angular 8 at this moment. Have you updated the theme to angular 9 as you are using Angular CLI Version: (9.1.4)? We have not updated the theme to angular 9. So it also could be a case.

Thanks and have a nice day!

Hi, there is a bug in the template for the mobile header navigation when the menuitem containing subchild elements is not in the first sub group.

You can replicate this issue by: - unzip the template - npm install - in MenuItems.ts copy the PAGES section to the end of the HEADERMENUITEMS - ng s

Then the subchild elements for the second PAGES section do not open on mobile screens as they should

I can also send you a broken version if you need.

Can you please fix this.

Thank you

Hi,

Thanks for reaching out.

We did check at our end but unable to recreate the issue. It would be better if you could send us a broken version with explanation. We will happy to fix it. So please send files at support@theironnetwork.org

Let us know if you need anything else.

Thanks and have a nice day!

Thank you for your prompt reply. Will send you a zip file by email

Hello I had postulated a question about the kava theme but I still have no answer

Hi,

Thanks for reaching out again!

Can you please elaborate in detail what exactly issue you are facing? You can also reach us at support@theironnetwork.org

Thanks and have a nice day!

I created anchors at header level to stay on the page its works well except on firefox

Hi,

Thanks for reaching out again!

Everything working fine from our end. We did not detect any issue so far. Could you share a bit more information with us so that we can get to the bottom of this? For example, would you mind sending us the project url link or project file which are you using right now at support@theironnetwork.org Using that, we can take a look in our system and see how we can get this fixed for you.

Thanks and have a nice day!

Hi, The template is surprisingly not designed to be component based I had to buy another template and lost the money for this template Also the documentation is very poor compared to other templates

Hi,

Thanks for reaching out!

Kava is a completely component-based template. We made all sections as components under widgets folder src > app > Widgets. Here you find all the components of the theme. You can use this component as independently on any page without any issue. We are not getting what exactly do you want in the theme. If you can explain then we will happy to assist you.

Let us know if you have any other queries at support@theironnetwork.org

Thanks and have a nice day!

hello i have a problem with the template kava has the deployment it does not work normally. i have anchors on the menu but on firefox it does not point correctly on the div thank you

Hi,

Thanks for reaching out and sorry for the little delay!

Everything is working fine at our end. Please explain the problem in detail and send your system configuration as well.

Let us know if you having other issues and concerns at support@theironnetwork.org

Thanks and have a nice day!

I’d like to buy this theme for my next version of my blog. I have a question before do that. In my blog I have some sorce code ( C# ) How the blog render the source code? thanks

Hi,

Thanks for reaching out and showing interest in our theme!

Kava is based on angular and can be integrated with REST API which returns JSON data. We are not sure what your c# code is for but if it works as a webservice and returns JSON then you can ingrate it with the template. We can provide you more details if you can explain you requirement and what your code does. Please write us an mail at support@theironnetwork.org with detail.

Thanks and have a nice day!

I am trying to run this app on vscode, but only links are coming up. No style sheets and graphics

Hi,

We checked and found that there are no issues from our end. Could you share a bit more information with me so that we can get to the bottom of this? For example, could you please mention that which version you are running angular or html? using this, we can take a look in our system and see how we can get this fixed for you. If possible then please explain the problem in detail.

Let us know if you need anything else support@theironnetwork.org

Thanks and have nice day

i sent a mail 2 days ago but no response from your end.

Replied to your email. Thanks!

please respond to my mail

I purchased the template and i only want to use for now the contact page but even though i copy the bootstrap folder in my assets and add the styles in angular.json, it’s not applying the scss on the fields and the titles

can you please check it out because i need to use it now :/

???

replied to your email. Thanks!

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