37 comments found.
I need help again, urgent.
When I use the Full Calendar Extension, the mobile menu doensn’t work! That happens in my application as in your preview and the full-version also. So it’s a bug of the theme. Can you help me?
Sorry for inconvenience. Can you please tell me what you do you mean by ‘not working’. I can see drag and drop is working. Please provide more information.
WHAT? The dependencies are ALL BROKEN. I need a refund and you should stop selling this,
Sorry for inconvenience. May i know what node and npm version are you using?
I have tried multiple versions on multiple OS. Can you tell me a version where this works?
can you try npm 7 with node 16 on windows machine.
New version has updated. you will receive mail when it approved from themeforest.
I need a refund! Everything is legacy and there are endless issues with deprecated dependencies.
dependency upgrades is in progress at this point. you will get update soon.
Hello. I’ve sent a support questions, but they simple doesn’t works. The discord link is invalid and there’s no chance from receiving any answer from your team.
I just have a basic question:
I just need to use a Private Route, to redirect the users who are not logged in to the first page (very basic stuff… I’m new in react and usually I use a PrivateRoute function (I’ve copied bellow) – that is not possible in your routes.js configuration)
Please guys, tell me how to implement it with your template, ok?
import React from ‘react’; import { Route, Redirect } from ‘react-router-dom’; import { connect } from ‘react-redux’;
const PrivateRoute = ({ component: Component, auth, ...rest }) => ( <Route {...rest} render={props => { if (auth.isLoading) { return Loading… ; } else if (!auth.isAuthenticated) { return <Redirect to=’/login’ />; } else { return <Component {...props} />; } }} /> );
const mapStateToProps = state => ({ auth: state.auth });
export default connect(mapStateToProps)(PrivateRoute);
Hello,
use your page route in route.js file & set defaultPath: ’’ of your first page in config.js file.
Hi guys. I’ve bought the theme with support, but when I try to access it I receive a message from Discord telling me the ‘invite link’ is invalid. Please take a look on it.
I’ve sent my purchase code and questions by email, but certainly, the question could be useful for other users.
Well, my problem is quite basic. Your template is great and I would like to use it in a personal project.
The problem occurs when I try to use the Combine Redux function.
I basically wrote a combine reducers function and tried to register it on store at /src/index:
import { combineReducers } from "redux";
import {reducer as formReducer} from 'redux-form';
import reducer from "../store/reducer";
import tasksReducer from "./taskReducer";
import textReducer from "./textReducer";
export default combineReducers({
form: formReducer,
tasks: tasksReducer,
text: textReducer,
reducer
});
and changed the src/index.js
import React from 'react';
import ReactDOM from 'react-dom';
import { createStore } from 'redux';
import {Provider} from 'react-redux';
import {BrowserRouter} from 'react-router-dom';
import App from './App/index';
import * as serviceWorker from './serviceWorker';
import reducer from './store/reducer';
import rootReducer from './reducers' ## Added, from reducers/index.js ##
import config from './config';
const store = createStore(
rootReducer, ## Changed the reducer here ##
window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__());
const app = (
<Provider store={store}>
<BrowserRouter basename={config.basename}>
{/* basename="/datta-able" */}
<App />
</BrowserRouter>
</Provider>
);
The states are being registered with the redux, with no problems.
But the page isn’t rendered anymore. I receive the error below:
TypeError: Cannot read property ‘findIndex’ of undefined NavCollapse.render src/App/layout/AdminLayout/Navigation/NavContent/NavCollapse/index.js:49 46 | let navLinkClass = [‘nav-link’]; 47 | 48 | let navItemClass = [‘nav-item’, ‘pcoded-hasmenu’]; > 49 | const openIndex = isOpen.findIndex(id => id === this.props.collapse.id); | ^ 50 | if (openIndex > -1) { 51 | navItemClass = [...navItemClass, ‘active’]; 52 | if (this.props.layout !== ‘horizontal’) {
How should I deal with it?
I thank your attention and reply,
My best regards
I’ve changed some things and, a despite of your lack of support, the problem was solved.
Anyway, I really need to now how to deal with the PrivateRoute problem, in the other message.
Hi, I see there was a change in the multiselect visualization in http://html.codedthemes.com/datta-able/bootstrap/default/form-select.html But I see there is no update in the template code. Is going to be an update on the code? how can I get it?
Thank you
Yes, we have XD compatible template. BUT Please share us your purchase details first to avail support.
Please send it over codedthemes@gmail.com
Thank You
Hello, could you help me?
there is an issue with one of the dependency when I copy either the skeleton version or the full version and do the yarn install and after that yarn start: Failed to compile ./src/App/layout/AdminLayout/app.scss (./node_modules/css-loader/dist/cjs.js??ref-6-oneOf-5-1\\./node_modules/resolve-url-loader??ref-6-oneOf-5-3\\./src/App/layout/AdminLayout/app.scss) Module not found: Can’t resolve ‘react-tag-autocomplete/example/styles.css’ in ’/[path removed]/src/App/layout/AdminLayout’ This error occurred during the build time and cannot be dismissed.
Hi, could you share with me the sketch files. Thanks in advance
please share your email address -we will send you over there
Hi there,
I’m using this theme on my job and I had some problems with the Landing page (/default/landing), because, it’s not possible to add interaction inside this, I mean Modal windows or Collapse menu.
In fact, the Mobile menu button doesn’t work, even in the live preview (http://html.codedthemes.com/datta-able/react/default/landing), something is missing or wrong.
I hope you can help me to get the error and solve it. Kind regards
Is this theme predominalty built on React Hooks or regular components?
There is no react hooks in this version. BUT we do so in future release. For now if you want to use React Hook I do not recommend this one..
Thank You
Hello,
I need the image PSD, Sketch files etc. also, how do I get these?
Check your email. we sent you the link
Hello I’m having problems deploying my react admin site. I have tried to publish on heroku and AWS S3 but I keep getting this:
Failed to load resource: the server responded with a status of 404 (Not Found) react-dom.production.min.js:198 ChunkLoadError: Loading chunk 0 failed. (error: http://new.s3-website-eu-west-1.amazonaws.com/dashboard/static/js/0.4e8bcb60.chunk.js) at Function.n.e (http://new.s3-website-eu-west-1.amazonaws.com/:2:7523) at http://new.s3-website-eu-west-1.amazonaws.com/static/js/53.8b0e333c.chunk.js:1:26589 at http://new.s3-website-eu-west-1.amazonaws.com/static/js/40.e5ad4ad9.chunk.js:2:115261 at Pi (http://new.s3-website-eu-west- VM13:2 Uncaught (in promise) ChunkLoadError: Loading chunk 0 failed.
I don’t know if it is a home page domain issue in the package.json or an issue with the code in the theme somewhere?
Can you please help me.
Hi Team
I am looking to integrate a calendar into our Datta Able portal and have a few questions:
1) We understand that there is a Full Calendar view for Datta Able. However, how do we go about adding calendar events for specific time slots of a given day?
2) In the view mode of the Full Calendar, I am not able to click on each event to see further details or modify (or delete) the details (such as timing) of the event.
3) Are we able to add specific notes for each calendar event?
Your response is much appreciated. Thank you.
For that you need to check the Calendar pluigin documentation
Hi! i did find the Sketch files. do you have it? sketch files is all page?
No – Only widgets are there in sketch version
Hi,
there is an issue with one of the dependency when I copy either the skeleton version or the full version and do the yarn install and after that yarn start:
Failed to compile
./src/App/layout/AdminLayout/app.scss (./node_modules/css-loader/dist/cjs.js??ref-6-oneOf-5-1-6-oneOf-5-3./node_modules/resolve-url-loader??ref
./src/App/layout/AdminLayout/app.scss)
Module not found: Can’t resolve ‘react-tag-autocomplete/example/styles.css’ in ’/[path removed]/src/App/layout/AdminLayout’
This error occurred during the build time and cannot be dismissed.
Hey, I’m considering purchasing your Datta Able Admin Template. I have a couple of questions.
- Do I receive all of the source files when I purchase a license?
- Will I be able to edit the code so I can make API calls from services that are specific to my business?
Hello,
First of all thank you for your interest in our product.
About your query, here is our detailed answer
1) Yes, you will receive all of the source files of Datta Able React Template. If you need the design file i.e. Sketch, PSD then you will do request to us we will send it out externally.
2) Yes, you can edit your code whatever you need for your end product.
If your End Product is Saas based then you need the Extended License for that. Other than that you will use the regular license.
Let us know if you have any other question(s)
Thank You
- CodedThemes
I purchased this template, but I also need a psd template. Do you have it? If yes, could you share it, please?
Please share your email address. We will share you over there.
Thank you
Hi! i did not find the Sketch files to import them to figma
Share your email address – I’ll send you the files there.
Thank You
Done
i need code for customizing the theme, as in your theme demo we have customizing of theme but not in purchased one.
Hello, Do you mean about the Live Customizer option?