Discussion on Hulk - Reactjs Redux Material UI Admin Template

Discussion on Hulk - Reactjs Redux Material UI Admin Template

Cart 147 sales
Well Documented

IronNetwork does not currently provide support for this item.

42 comments found.

Hi. I really like the ‘Hulk template’ and it is really developer-friendly. However, I ran into this one problem. I want to use the ‘ContactList’ component in my project but when I was testing the “app/pages/contact-grid” route and I choose the ‘ContactList’ view and select the ‘Delete’ action option, I encounter the following error message: “TypeError: Cannot read property ‘openDialog’ of null”

Also, the ‘confirmation’ ref is null on the console.

Your help on this matter will be greatly appreciated.

Hi,

Thanks for reaching out. Please share your email id and we will send you the updated files.

Thanks!

Thanks for sending the updated files and the relevant instructions. My project is working fine now. I really appreciate your support!

Hi. I really like the ‘Hulk template’ and it is really developer-friendly. However, I ran into this one problem. I want to use the ‘ContactList’ component in my project but when I was testing the “app/pages/contact-grid” route and I choose the ‘ContactList’ view and select the ‘Delete’ action option, I encounter the following error message: “TypeError: Cannot read property ‘openDialog’ of null”

Also, the ‘confirmation’ ref is null on the console.

Your help on this matter will be greatly appreciated.

Hello I have somme errors by build Please can you help?

Best regards, Kamel 26 error errno 1 27 error hulk@3.0.0 build: `react-scripts build` 27 error Exit status 1 28 error Failed at the hulk@3.0.0 build script. 28 error This is probably not a problem with npm. There is likely additional logging output above. 29 verbose exit [ 1, true ]

error code ELIFECYCLE

Hi,

Thanks for reaching out!

We tried to recreate the issue with node version 12.18.2 and npm version 6.14.5 but everything is working fine. It seems that you have a problem with your npm cache. We have mentioned some steps to overcome this, please try out the following steps:

Step 1: $ npm cache clean—force Step 2: Delete the node_modules folder and package-lock.json file too. Step 3: npm install To start again, $ npm start To run build, $ npm run build

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

Thanks and have a nice day!

Hi,

Do you provide XD file for prototyping?

Nishant

Hi, Could you please provide package.json declarations? We need to check if dependencies are compatible with our projects. Thanks in advance, regards.

Hi,

Thanks for reaching out!

Yes sure, We can share the package.json file with you. Could You please share your email id at support@theironnetwork.org then we will send you the file.

Thanks and have a nice day!

I am creating a paid saas app. So what license I required

Hi,

Thanks for your interest in our product. You need to purchase an extended license.

Let us know if you have any queries.

Thanks!

Pre sale question: How the transalation is working in this theme ? How easy to add more languages?

Hi. I am trying to use material-ui icons in my menuItems.js but its not finding anything. Do i need to do something separately to get them working? ie: calendar icon is not showing up. FAQ points to:

nevermind. was looking at the wrong materials ui names
https://zavoloklom.github.io/material-design-iconic-font/icons.html

but those don’t work, the ones on this link do:

https://material.io/resources/icons/?search=calendar&icon=calendar_today&style=outline

Hi,

Thanks for reaching out!

First of all, you are trying to use icons from a library which is not integrated into our template. We are using Material Icons, which is the official material icons.

As you may know, both have their own style of the syntax that is why your integrated icons not showing up. You have to do the following because it needs some HTML changes as the zmdi icon has classes name for each icon whereas in the material they identified by text.

1. Add the library in the head section of the public->index.html file.

<link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css”>

2. Add the class name of the icon in the calendar object. { “menu_title”: “sidebar.calendar”, “path”: “javascript:void(0)”, “icon”: “zmdi zmdi-calendar”, “category”: “general”, “isMenuOpen”: false, “menu”: “Calendar”, “fullPageMenu”: false, “desc”: false, “content”: ””, “child_routes”: null }, 3. Then update the following code in components->sidebar->components->NavListItem.js after the comment // Child Route is null . Replace NavLink tag with the following code.

<NavLink to={menu.path}>
  <Box className={classes.flexCenter} >
    { menu.menu_title == 'sidebar.calendar' ?
      
      :
      <Box component="span" className={classes.iconWrap}>{menu.icon}</Box>
     }             
    <ListItemText primary={<IntlMessages id={menu.menu_title} />} style={{ paddingLeft: 12 }}/>
  </Box>
  <Fragment>
  {menu.desc ?
    <Fragment>
      {menu.content.length !== 0 ?
        <>
          <Box fontSize="body1.fontSize" className={`desc-wrap ${classes.truncate} ${classes.desc}`} display="block">
            {menu.content}
          </Box>
        </>
        :
        null
      }
    </Fragment>
    :
    null
  }
</Fragment>
</NavLink>

Note: To increase icon sizes relative to their container, use the zmdi-hc-lg, zmdi-hc-2x, zmdi-hc-3x, zmdi-hc-4x, or zmdi-hc-5x classes.

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

Thanks and have a nice day!

Thanks for the help. I noticed the FAQ in the project has the incorrect link to the icons. It’s pointing to : https://zavoloklom.github.io/material-design-iconic-font/icons.html

Hi,

Thanks for pointing that out. Sorry for inconvenience. We have fixed the documentation now.

Let us know if you need anything else. Thanks!

nice theme . i am intrested in this theme because it react version

but disappointing me by font .not readable and sharp check this theme and check font and its readable. use responsive font ..

http://preview.themeforest.net/item/caroline-dash/full_screen_preview/26078356?_ga=2.141196402.177743702.1593151257-1121976469.1591712346

Hi,

Thanks for reaching out!

You can choose any font as you want. Hulk is also responsive theme please check the demo in detail and let us know if you need anything else at support@theironnetwork.org

Thanks and have a nice day!

Does this have

NextJS SSR? Authentication? Roles?

Hi,

Thanks for reaching out!

We did not use next.js in our template and we have implemented authentication with Firebase, Auth0 and JWT

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

Thanks and have a nice day!

Does your template comes with agGrid license?

edit: Oh OK, I have just saw your answer to @ChamBr.

Hi,

Thanks for showing interest in our template.

Ok great, let us know if you need anything else at support@theironnetwork.org

Thanks and have a nice day!

How to view Multipurpose Sidebar

Hi,

Thanks for reaching out!

Please click on this button https://www.screencast.com/t/UJNQQIss to check the multipurpose sidebar.

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

Thanks and have a nice day!

Hi! I see in your Admin template, in your demo one table with various filters, and i like that! But, i need purchase this plugin too or already included?

Hi,

Thanks for showing interest in our template.

Regarding your query, it seems that you are talking about ag-grid table. We are using the trial version of the ag-grid table with multiple features. You can buy separately from the following link.

https://www.ag-grid.com/license-pricing.php

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

Thanks and have a nice day!

I am trying to setup the template in node. but I keep getting the error :

”./src/container/Login/index.js

Module not found: Can’t resolve ‘actions’ in ‘D:\reactjs\cfsms-Front-end\cfs-ms-front\src\container\Login’”

I am new to react / node – please advice as I m unable to use this template due to this reason.

Hi,

Thanks for reaching out!

We reviewed your issue at our end, everything is working fine. Make sure you have copied all the files included hidden files from the downloaded package then clean cache using command `npm cache clean—force` and hit again `npm install`

If you having still the same issue then please share npm and node versions with us.

Let us know if you need anything else at support@theironnetwork.org Thanks and have a nice day!

Great new template, just to clarify: how many class components are in the template?

Adorable job done by you …. Congratulations! Good Luck with Sale :)

Great Work, Congratulations GLWS :)

Congratulations!, GLWS ❤

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