Discussion on Martex - Software, SaaS & Startup Landing Page Templates ReactJS

Discussion on Martex - Software, SaaS & Startup Landing Page Templates ReactJS

By
Cart 117 sales
Well Documented

Jthemes supports this item

Supported

This author's response time can be up to 1 business day.

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-found

I 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.

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?

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’

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’ Could you please help me on this?

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)

Please 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-found

I 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

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

Please check updated package

Thank you

Congratulations GLWS :)

Thanks buddy

congratulation, best of luck with sales :)

Thank you so much

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