Discussion on Sigma - React Bootstrap 4 Admin Template

Discussion on Sigma - React Bootstrap 4 Admin Template

Cart 182 sales
Well Documented
batchthemes

batchthemes supports this item

Supported

This author's response time can be up to 2 business days.

31 comments found.

Hi;

I am having trouble when starting the template with npm start, it is sending some error about the node-sass-chokidar

Thanks, Angel

Hi there, Is this still receiving updates? Last update (26 July 18)... Quite a shame for such an expensive product.

Kind Regards.

Hi Pre buyer questions

1. Can we add our menu to the dashboard? 2. Can we use javascript to send forms/data entry to the template if we create own menu? 3. Does this allow API authentication? 4. Does this allow stripe/paypal gateway?

Hi. It’s a react template, so you can add whatever you want to the widgets we provide, process forms using react, authenticate APIs, etc. React and javascript knowledge are required to make those integrations work.

Its still updated? live preview is down

do you have any version that uses the React Context api ? we are looking to move from Redux to the built in Context system.

Just purchased this template. I understand how to set it up, but im overwhelmed as for how I would build my own react web app. Since theres so many different files. For example how would I just pick a top nav bar and demo 1 code. What would be the best way to sort through the code and figure which is necessary?

Hi, looking to purchase this but I noticed that in the top navigation demos, the top navigation bar does not collapse for mobile. Is this a bug, or just unaccounted for?

Our client has supplied us with this template for their system. While the React components are being built, is there a flat HTML version somewhere that we can use for some rapid prototyping of the UI? I don’t mind paying for a flat HTML version if it’s available separately.

Hi, unfortunately not, we only offer a React version

Hello,

I have downloaded the template however, it is not the latest version of the template. Can you please advise?

Thanks, Rachel

Which version do you have?

Sigma Version 1.0.0 and it comes with Reach 15.6…. we need the version with React 16

We just published an update to the latest react version at this time (16.4.1). You should receive an email notification today from themeforest

I am trying to download the latest version, but when I download it I get the previous one. Does my license not cover the newest version?

It should download the latest version. After we upload it to themeforest we understand the previous version is removed and only the latest version is kept. Let us know if you manage to fix it, otherwise we’ll help you get the latest version.

The version I am downloading has react version 15, so I think it’s not the latest. I tried downloading a few different ways but they all had the same result.

Has it been translated in different languages?

Hi I was going through your code it is very well put together.

I am starting with a line chart. But the flow of how the data is pushed into any of the line chart seems unusual. There is a chartData() function in section1.js in the analytics dashboard. But it doesn’t seem like that is where the data gets set for the line chart.

I tried passing them as props into the widgets with no luck either. Please let me know if you can provide some guidance on this.

Thanks in advance!

Hi. the data is passed as props, using the widgets array as the source for each using the new ES6 spread syntax. So basically <LineChartWidget9 {...widgets2} /> is the same as <LineChartWidget9 widget={widgets2.widget} color={widgets2.color} height={widgets2.height} />

The chartData gets passed as props to the child component as <LineChart1 color={color} height={height} data={widget.data} />

Let me know if this helps.

Yes, Thank you. The linechart1.js file also had a data variable that was plugging in randomly generated dummy data.

Hi, Which react version it’s based on?

Hi. My name is John Albanese. I purchased your React website template in Themeforest. My purchase code is 7e84c728-1ba0-447f-b156-0045524bde4d. Notice left-hand layout menu does not function correctly in the Microsoft Edge browser. Is this a known issue? If so, are there plans to correct the problem? Thank you in advance for your assistance.

can you send me screenshot and a detailed explanation of that happens to support@batchthemes.com to take a look? please include the console logs if possible.

The info you requested was sent to support@batchthemes.com. Please confirm that support has received it and provide feedback after your review. Thank you.

i’ll answer you tomorrow. i haven’t found why it happens. I’m not a user of IE10 so i’m having a hard time figuring out what might be happening.

GREAT job on the template, it is the most complete I have found to date, I have downloaded it, got it going with no issues, and wanted to know best practice for using it with my custom views. I would like the landing page to be the login, and didn’t want to break the rest of the application, so to start I created copies of the following: copy of App.js (Main.js) copy of reducers/index.js (reducers/main/index.js) copy of Routes.js (MainRoutes.js) changed the index.js to point to Main.js from App.js The idea is to edit my copies, but after pointing to the Main.js and rebuilding, I don’t see any changes. two things: I think I am missing a store configuration and the watch command. I can’t run npm watch. Can you let me know what I am missing? Thanks so much!

We’re glad you’re enjoying the template. Thanks for your words. Can you send me a copy of the files you modified to take a look at what might be happening? Send them to support@batchthemes.com.

I checked your issue. It looks like your index.js file is the problem. Inside the <Provider> component you need to put a <ConnectedRouter history={history}> in order to get the routes to work.

I recommend an alternative approach for your login page. Do tho following:

1. Copy the folder with a page you like (for example the pages/home) 2.- Work on your files and rename them 3.- Import them to the Routes.js file 4.- If you want this file to be the homepage, around line 240 you’ll find this: <Route exact path=”/” component={Home} />

Put your component there and it should display now in the homepage. Let us know how it goes.

Hi. Any news about v16…?

Hi! Some components are still having compatibility issues, so we are looking for options to replace. If you’re not using the datatables component we include you can update it with no problems

Hi, Can you email me the v16 without this datatable component please? I’m waiting this update to start a new project. Thanks. My email is kotsias.stefanos@gmail.com Thanks

Just open the package.json file and update the following fields:

“react”: “16.0.0”, “react-dom”: “16.0.0”

And remove

“react-bootstrap-table”

Then run npm install to update the packages.

Then open Routes.js and remove the ReactBootstrapTable imports and it should be fine

What are the core differences between Sigma and Max? I see some style differences, but cannot tell if there are some features that one includes and the other leaves out.

Not many. Sigma uses a slightly different file structure but the differences are mostly related to style.

Hi, very nice work! Are you planning to release v16 of react soon? Thanks a lot.

We’re almost done with the update. Hopefully this weekend we’ll release the update to React 16

Which version of React and React Router is this running on?

React 15.6.0 and React Router 4

Congratulations!

Amazing Work, Good Luck With Sale :grin:

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