64 comments found.
hi, sadly i thought the files would be HTML and Js but .tsk I don’t know what that means so I asked for a refund because I don’t understand about it
and i will buy this one better because its html https://themeforest.net/item/elstar-html-tailwind-admin-template/48269451?s_rank=2
Hi, you could raise a refund request ticket, we will approve it.
i did for a refund im just waiting for it (Status:In progress)
Hi, we just approved the refund.
thank you
You are welcome, please reach us out again if you encounter any issues.
Do you have any cookie blocking? When writing and reading cookies from the server in the requests, it returns null even though in theory I stored cookies
Hi, we don’t block any cookies, if you wish to forward cookies while sending a request, you could set withCredentials: true to your axios request.
Looking forward to the release of the HTML version.
Hi, thank you for your interest in our template. However, we currently have no plans to create an HTML version.
Do you have this template available in plain HTML, CSS, and JavaScript without using React?
Hi, we have only React version for this template at the moment.
do you have the figma of this available for purchase please?
Hi, currently we have no figma version for this template.
hi, while installing the starter page i ran in to this, do you plan to make updates?
npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
└─┬ eslint@8.57.0 └─┬ @humanwhocodes/config-array@0.11.14 └── @humanwhocodes/object-schema@2.0.3 Current latest version of eslint : 9.15.0
1 high severity vulnerability cross-spawn 7.0.0 – 7.0.4 Severity: high Regular Expression Denial of Service (ReDoS) in cross-spawn : This is a type of vulnerability where an attacker exploits inefficient regular expressions, causing them to take an excessive amount of time to execute when processing specially crafted input. : In this context, a vulnerable regex in the cross-spawn package could allow an attacker to introduce delays or crash the application by providing malicious input.
Corrected by installing version ( 7.0.6 ) : npm install cross-spawn@latest
found 0 vulnerabilities
Hi, the log shows the problem as it existed at the start of installation, but npm automatically resolved the issue by executing npm install cross-spawn@latest. So as the final message said “found 0 vulnerabilities” reflected it resolved by the end. No further action required to take.
yes, but still using an old version of eslint. do you plan to update this dispendacy?
Yes, we will update the dependency in our next release.
thanks, looking foward to it
HI, notice that on your demo sidebar, when a page is selected it changes the color of the selected page, but it only seems to work with the sidebar expanded. When sidebar colapse, it will not change color of icon when a submenu is selected only when its a parent type page
Hi, thank you for bringing this issue to our attention. We’ll work on fixing this bug as soon as possible.
Hi, we just released a hot fix for this.
hi, i notice a new release was done in Jan 15 but i dont see any changes on the changelog file, still says: v1.3.7 01 Dec 2025
Hi, this update was a ThemeForest file patch to fix a missing file. It does not impact the current template version.The next version update is scheduled for the end of this month.
Vai ter uma atualização com a versão Next.js deste tema?
Hi, we are currently working on NextJs version, estimated it will be released on next year January or February.
Hi, Next.js version is now available! You can check it here https://themeforest.net/item/ecme-nextjs-tailwind-admin-template-app-router/56475600
The theme is wonderful, but I wish it had the Next.js version of the theme, with a sample SaaS landing page.
Hi, we are currently working on NextJs version, estimated it will be released on next year January or February.
Beautiful theme, but I would appreciate it if the theme included one or two SaaS landing pages.
Hi, we will consider including the landing page we had in the demo, as it’s not designed for template purposes for now.
i need nextjs and js version
Hi, we are currently working on Nextjs version, estimated will be released in January or February next year
Hi, Next.js version is now available! You can check it here https://themeforest.net/item/ecme-nextjs-tailwind-admin-template-app-router/56475600
Template looks nice, question can the body block be expanded to fill the page completely as an option maybe, like if i used the horizontal menu, than we just have alot blank space on sides specially in wide monitors
Sure, every layout can be customise based on needed.
We lost tens of hours of time because of the template problem and when we changed the template all our problems disappeared. We shared our experience and that was deleted too.
Hi, based on your review, you mentioned a re-render issue. Can you provide more details? Specifically, where in the component are you seeing this happen, and what kind of performance issue is it causing?
If you’re talking about two renders happening at the same time, that’s normal behaviour caused by React’s Strict Mode. You can read more about it here: https://react.dev/reference/react/StrictMode
Other than that, we are not seeing any increase in render times in our template.
If you intend to resolve the issue, we are always ready to help.
If you are really not satisfied with the template, you can request a refund on ThemeForest, and we’ll approve it.
For some reason, my layout doesn’t work when I configure it as:
``` export const themeConfig: ThemeConfig = { themeSchema: “dark”, direction: “ltr”, mode: “light”, panelExpand: false, controlSize: “md”, layout: { type: “framelessSide”, sideNavCollapse: false, }, };
```
Sometimes it works. some times it doesn’t
Hi, it might probably be because of the store persists from themeStore.ts, you could remove the persist if you have no requirement for storing user prefer appearance. Here’s a guide for your reference. https://ecme-react.themenate.net/guide/documentation/overall-theme-config#persistence
Can I reset it somehow? I do need to keep the state
Thank you so much
The persistent state is stored in localStorage. If you need to manipulate it for development purposes, you can do so directly by opening DevTools, navigating to the Application tab, selecting Local Storage, and deleting the theme key-value pair.
If you’re building this for a client application and need a more user-friendly solution, consider adding a reset method like this in useThemeStore:
export const useThemeStore = create<ThemeState & ThemeAction>()(
persist(
(set) => ({
....
resetState: () => set(themeConfig),
}),
{
name: 'theme',
},
),
)
You can call this method whenever you need to reset the theme. Let us know if you need further assistance!
What were the updates
Hi, you can download the latest version from your ThemeForest download page
cool, thanks, is there any changelog?
Hi, here’s the changelog, https://ecme-react.themenate.net/guide/changelog
I would purchase an HTML version
Hi, html version was not available at the moment .
When starting in the development environment, strarter was changed, so that when starting, rtl starts, but the change does not occur, and ltr remains. direction: THEME_ENUM.DIR_RTL, direction: ‘rtl’ (file—Theme.Config)
import useDirection from '@/utils/hooks/useDirection'and init it as following:
const Theme = (props: CommonProps) => {
useTheme()
useDarkMode()
useDirection()
...
This could solve the issue, we will include this fix in our next update.
Please let us know if you have any further questions or if the issue still persists.
Regards
Thank you
You are welcome! feel free to reach us out via email, if you encounter any issues again.
Hey! Could you help me with two things:
1. Add a landing page to the demo code – something like this one: https://preview.themeforest.net/item/ecme-the-ultimate-react-tailwind-admin-template/full_screen_preview/2. I also need a datatable (like MUI DataGrid) that has: – inline editing – sorting – other basic features I’ve been trying to build it myself but I’m stuck with the CSS part
my email address: akimisen@gmail.com
Hi! We just sent you an email—please check.
Can this be integrated with the previous project? I want to use these UI components with my last project. How do I do that?
I already have the React app, but I would like to use this UI.
Hi, assuming your project already has Tailwind set up, the first step is to install the following dependencies in your package.json:
@floating-ui/react classnames dayjs framer-motion lodash simplebar-react react-icons react-modal react-select tailwindcss Next, copy the fundamental UI set from our template by adding src/components/ui and the styles in src/assets/styles/components to your project. Be sure to import assets/styles/app.css at the very top of your app.
Once that’s done, you’ll be able to use the UI components from the template. You can also migrate additional components from src/components, but keep in mind that some may have specific dependencies.
If you run into any issues during the migration process, feel free to drop us an email, and we’ll be happy to assist further.
I managed to transfer into my old project, but for some reason, I can’t get the side menu to work like in the demo, like the side icon and then the main content on the right.
Hi, if you need the ui from top to bottom, its better to migrate your existing content to the starter project, as the starter project come with a clean and minimal code as a template. Please drop us a mail if you need more details implementation helps.
Yeah, probably a good idea. By the way, very nice theme.
Thank you for your kind words! If you run into any issues, feel free to reach out to us again via email.
Which component did you use to create this messaging UI: https://ecme-react.themenate.net/concepts/ai/chat
Hi, you could refer to src/components/view/ChatBox
Thank you
I can’t bypass the auth stuff. I am using https://authorizer.dev/ as my authorization method, and they provide me with a component for reach, which I would like to use <Authorizer />. How can I bypass the Auth stuff with this method?
Hi, from what we saw on the documentation, to integrate with authorizer, you might need to replace the template AuthProvider and all the useAuth hook. Please drop us an email, if you need some code example.
Yep, that worked. I just took out the default Auth with the authorizer. It needed some cleaning up by removing @auth imports and files since they won’t be used anymore. Thank you
You’re welcome!
Having documentation on the Chat AI UI and its usage would be nice.
Thanks for your feedback, we will enhance the documentation on this part.
Could you help me implement this template in a Laravel + Vite + Inertia + React stack?
Hi, we specialize in React and Vite but are unfamiliar with Laravel or Inertia. However, we can offer general guidance on integrating the template with your stack or point you to helpful resources. If you need more detailed Laravel/Inertia support, I’d recommend working with a Laravel expert.
Could you please provide me with the guidance for my stack?
While we are not an expert in Laravel & Inertia, we found some useful guides online that should help you integrate the template into your stack. Here’s an article https://medium.com/@demian.kostelny/set-up-laravel-app-with-inertia-js-react-js-and-vite-js-60f1f5fb8b73 that covers setting up Laravel with Vite, Inertia.js, and React. This should give you a good starting point. If you encounter any specific issues, feel free to reach out via our email, and we’ll do our best to assist.
Thanks for the link, but the environment itself is already set up.
How can I disable routing, authentication, authorization, and other features? Also, how can I integrate only the UI components into the existing framework?
Hi,
To quickly integrate only the UI components, you can copy the following directories under /src:
- @types
- assets
- components
- configs
- constants
- store
- utils
These folders include all the necessary pieces, such as layout components, basic UI elements, and utility components. You can also update App.tsx to the following:
import Theme from '@/components/template/Theme'
import Layout from '@/components/layouts'
function App() {
return (
<Theme>
<Layout>
Your page content
</Layout>
</Theme>
)
}
export default App
And modify Layout.tsx like this:
import type { CommonProps } from '@/@types/common'
import { useThemeStore } from '@/store/themeStore'
import PostLoginLayout from './PostLoginLayout'
const Layout = ({ children }: CommonProps) => {
const layoutType = useThemeStore((state) => state.layout.type)
return (
<PostLoginLayout layoutType={layoutType}>
{children}
</PostLoginLayout>
)
}
export default Layout
Please note that some components may import hooks from react-router-dom and @auth, which you might need to remove manually.
Feel free to reach out via email if you run into any issues during the migration. We’ll be happy to assist!
What do you think about make HTML version?
Hi, we have no plan to create HTML version for now.
Great Work, Congratulations GLWS 
Thank you!