22 comments found.
I mistakenly had the same template in my cart several times, why don’t you refund me for something I don’t even use?
Hi, this doesnt work on app router configuration . How to get it work?
Hi, when I navigate between different pages on mobile, the pages don’t scroll to the top like they do on desktop. I would like to know how to solve this problem. Thanks.
Hi, None of the template is loading on phone , most of the modules are missing or not showing. how to solve this . https://myprojects-nine.vercel.app/
Also to customize the font settings what CSS is being used , there is nothing about CSS customization.
You have to deploy new file here.
Hello, I made the purchase and noticed that on mobile, the section animations have a problem. The pages are blank. I would like to know how to resolve it. Thanks.
are you using the latest updated files?
To use the updated files should I just download the file again?
Yes, If you have made changes in files thn keep backup of old files
Getting this error after i run npm run dev. Please help.
Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’
https://nextjs.org/docs/messages/module-not-found - wait compiling… - error ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’ https://nextjs.org/docs/messages/module-not-found - wait compiling / (client and server)... - error ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’ https://nextjs.org/docs/messages/module-not-found - wait compiling /_error (client and server)... - error ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’ https://nextjs.org/docs/messages/module-not-foundI solved by adding jsconfig.json to root folder . Also author please update your file as well.
{ “compilerOptions”: { “baseUrl”: ”.”, “paths”: { ”@/components/”: [“components/“] } } }
Thank you for your suggestion.
Are the images that are on the site available for purchase as PSDs anywhere
Please email us on jakjim@gmail.com
Hi, I have purchased the theme but there are big issues rendering it on mobile. If you see your hosted demo website: https://martex.vercel.app/demo-4 on mobile half the sections are blank. It renders fine on desktop but on mobile more than half the demo is blank (FAQs + Features + lots of other components). Please suggest a resolution for this asap. Thanks.
We are checking on it
Hi any update?
Hi, please figure out a fix for this asap. The theme is unusable otherwise for any landing page.
Any update?
We are on it, hopefully you will get an update today
Hi, Before i buy. I wish to check documentation first . Can you please provide. Also can you provide RTL support?
Oh I shared WordPress version doc with you. Please give me sometime, I will share React version doc too
Did you check?
Hey i checked will buy it ,also my concern is with if i want to implement multi language support is it possible?
Do you have the Figma files or PSD files of this theme?
no we don’t but we have source file for it’s most of the images so if you wants to change, You can do it.
I already bought it, but can’t find the source images files. Where should it be?
Please email us on jakjim@gmail.com and we will share it with you.
for anyone still having the issue of Preloader module not found, simply open and edit the file next.config.js in the root of project.
replace all of the code with the following.
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
webpack(config) {
config.resolve.alias = {
...config.resolve.alias,
"@": path.resolve(__dirname), // this will point "@" to the root of your project
};
return config;
},
};
const path = require('path');
module.exports = nextConfig;
Thank you for your efforts
While running the project, we are getting some error. Error message is Modules not found. AS per your direction we changed the versions of node JS. Still the error continued.
I am facing issue with this template. After download, I navigated to the location where we have package.json. Then ran “npm install” which is successful then I ran “npm run dev”, it is throwing the below error. ——-—— name@0.1.0 dev > next dev
- ready started server on 0.0.0.0:3000, url: http://localhost:3000 – info Using wasm build of next-swc – warn Attempted to load next/swc-win32-x64-gnu, but it was not installed - warn Attempted to load @next/swc-win32-x64-msvc, but an error occurred: The specified module could not be found. \\?\C:\Users\amitavak\MyFiles\PersonalProjects\MSOutsourcing\ms-outsourcing-martex-repo\package\martex\node_modules\@next\swc-win32-x64-msvc\next-swc.win32-x64-msvc.node - error ./pages/_app.js:1:0 Module not found: Can’t resolve ’/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’
/components/elements/Preloader’ > 1 | import Preloader from ”/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’
Could you please help me on this?
I tried the posted by posa and added jsconfig.json with the suggested content. It did not work.
Please provide your site URL and FTP details here :: https://themeforest.net/user/jthemes/
I have not hosted yet. In local setup, I am getting this error. I used a fresh Virtual Machine (win 11 64 bit). Node version: 18.18.0
also I need local setup to test changes I made to the template. Could you please help?
waiting for your response. also please let me know your email id?
I am stuck on this. Not able to use the template at all. Could you please help me?
Please share me code in github and share the repository, I will check your code.
I responded in email too
I am able to resolve the issue with “npm run dev” after I added “jsconfig.json” in the root folder with the following content.
—-—--
{
“compilerOptions”: {
“baseUrl”: ”.”,
“paths”: {
”@/components/”: [“components/“]
}
}
}
I get following message when i try to “npm run dev” SyntaxError: Unexpected token ’??=’ at wrapSafe (internal/modules/cjs/loader.js:988:16) at Module._compile (internal/modules/cjs/loader.js:1036:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1101:10) at Module.load (internal/modules/cjs/loader.js:937:32) at Function.Module._load (internal/modules/cjs/loader.js:778:12) at Module.require (internal/modules/cjs/loader.js:961:19) at require (internal/modules/cjs/helpers.js:92:18)
Ok, I have installed downloaded martex project on my server. Server ir totally fresh. a. I have just installed 18.17.1 NodeJS version. b. Unzipped content of .zip into /web/ folder c. installed global react app d. installed all modules. e. ran app as dev
Got errors as descrbed by users below:
C:\dev\web\martex\martex>npm install -force npm WARN using—force Recommended protections disabled.
added 308 packages, and audited 309 packages in 1m
109 packages are looking for funding run `npm fund` for details
found 0 vulnerabilities
C:\dev\web\martex\martex>npm run dev
> name@0.1.0 dev > next dev
- ready started server on 0.0.0.0:3000, url: http://localhost:3000 - error ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’
https://nextjs.org/docs/messages/module-not-found - wait compiling… - error ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’ https://nextjs.org/docs/messages/module-not-foundPlease provide your site url and FTP access here :: jakjim@gmail.com and we will check this for you.
If someoen will experience same errorss with import preloader ….
You can try to create a jsconfig.json in the root folder and add the following code and everything started to work. { “compilerOptions”: { “baseUrl”: ”.”, “paths”: { ”@/components/”: [“components/“] } } }
and it should work.
Thank you:)
Hello. Also have a problem
- error ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’
How can I solve it? Thx
Can you please email me on jakjim@gmail.com with your site URL
Hello, I bought your theme. Can you tell me why I’m getting this error after running npm install—force and npm run dev :
Failed to compile ./pages/_app.js:1:0 Module not found: Can’t resolve ’@/components/elements/Preloader’ > 1 | import Preloader from ”@/components/elements/Preloader” 2 | import { useEffect, useState } from “react” 3 | import ‘swiper/css’ 4 | import ‘swiper/css/navigation’
https://nextjs.org/docs/messages/module-not-foundI also tried with yarn same problem, and I also did: npm install react-preloaders.
We don’t use react preloader, It might be your machine error.
GLWS
BTW this template can use wordpress or strapi to make backend?
Can you add multi language for template in feature?
How to convert to react typescript?
Thank you
We are working on it’s WordPress version. For Strapi, We need to check. Do you want us to build it for you?
Thank you for your help support.
Yes, please give me build with strapi version
I’m replace @/components with /components all file js in package/martex/pages
run localhost ok. deploy to vercel and netlify worked for me
But have problem when i’m use iPhone Safari browser look not good
https://pasteboard.co/9Y3D4DCPSfJB.png
Nav bar not load after click to other page
https://pasteboard.co/fk2lfLh7AaSV.png
Do you have your site uploaded on a domain? Please send url on jakjim@gmail.com and we will check that for you.
Over 10 day no email answer
We recently updated our package, Please update and check again
Big problem with new pack
I’m use browser Firefox and Chrome view your demo https://martex.vercel.app/demo-2
When scroll to bottom cannot see anything
Same nothing to show for other pages
Its shown header only
Core Web Vitals Assessment: Failed
Please check updated package
congratulation, best of luck with sales 
Thank you so much