31 comments found.
I downloaded the package but when I uploaded it my WordPress showed this error, the package could not be installed The theme is missing the style.css stylesheet. Theme installation failed.
please help me with what should I do to complete the installation
This is the React version, not WordPress.
can you share current dependencies’ versions?
It’s included in the download package, you can find it.
Hello, I’m trying to get support by ticket, but you don’t respond, I have doubts about how to mount the system locally and your documentation is not complete, in order to solve all the problems.
Hi there,
I just tested on local, installed strapi, set reactjs normally, you can refer to the video below: https://www.youtube.com/watch?v=sGMxBmmfM1QThanks!
HI, could you update to NextJs 13 please? we need latest features.
We are updating, there will be a big update version soon
Hi, we need to use new NextJs features like folder routing. So to start to code with this theme, could you please upgrade the code base to NextJS with routing please? it is very important for performance as you know. Thanks
Hello! To handle routing in a Next.js application, you can use its built-in file-based routing system. The routing is based on the file structure within the “pages” directory of your Next.js project.
Let me guide you on how to change the “shop” route and add a new route:
Changing the “shop” route: If you want to change the URL for the “shop” page, you’ll need to modify the file name inside the “pages” directory. Let’s assume the current “shop” page is defined as pages/shop.js. To change it to, for example, pages/store.js, follow these steps:
Rename the shop.js file to store.js. Make sure to update all the imports and links pointing to the old “shop” route to use the new “store” route. Adding a new route: To add a new route, you simply need to create a new file inside the “pages” directory. Let’s say you want to add a new page called about>
Create a new file named about.js inside the “pages” directory. Implement the content of your “about” page within this new file, defining the React component that represents the page. After making these changes, Next.js will automatically handle the routing for you. When you access /store, it will render the content from the store.js file, and when you access /about, it will render the content from the about.js file.
Remember that Next.js follows a “file-based” routing approach, where each file inside the “pages” directory corresponds to a specific route in your application. This makes it simple to organize and manage your routes.
If you find any issues with the routing, ensure that you have properly set up the “pages” directory, and the links and imports are correctly referring to the new route names.
For more information and advanced routing options, you can refer to the Next.js documentation on routing: https://nextjs.org/docs/pages/building-your-application/routing.
Hello, does the template includes proper documentation also or just the source code is there? If yes, then please provide the documentation link. Thanks
Documentation is available in the download package.
Hello, do you have a strapi 4 version ? with next js?
Recommendation: you should use the stable versions, will definitely support. Also after you purchase you can create support tickets as needed at https://nouthemes.ticksy.com/
Strapi 4 version currently not support but we will update soon, because we developers are updating but not done yet. When it’s done, we’ll notify you.
Dear Team, We created the support ticket on https://nouthemes.ticksy.com/ . Please assist us as we are waiting for your reply. Thank you
Rest assured, there will be developers to support you.
This projecte uses Strapi v3 or v4? And version of NextJS?
Strapi v3 and next js v11
Hi Filtered Products available in homepage (featured, lastest, best selling products) are hard coding or based on real dynamic condition?
Because we have back-end so the data is dynamic data.
Hi, A couple questions before we purchase: Which version of JQuery are you using for MyMedi (HTML template)? Have the scripts used been updated to the latest versions? Could you please provide a list of scripts used in template and versions? Thank you.
I not found Filter by Categories, By Price, Brands on display mobile (Page: https://mymedi.reactstorefronts.com/shop/with-grid-seperate)
we have a lot of layouts for users
https://mymedi.reactstorefronts.com/shop https://mymedi.reactstorefronts.com/shop/with-grid-detailI’m facing a problem:_ npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While solving: my_medi_react@1.0.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@”17.0.2” from the root project npm ERR! peer react@”” from next-redux-wrapper@6.0.2 npm ERR! node_modules/next-redux-wrapper npm ERR! next-redux-wrapper@”6.0.2” from the root project npm ERR! 2 more (next, react-dom) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@”16.8.3” from react-redux@7.2.1 npm ERR! node_modules/react-redux npm ERR! react-redux@”7.1.3” from the root project npm ERR! peer react-redux@”” from next-redux-wrapper@6.0.2 npm ERR! node_modules/next-redux-wrapper npm ERR! next-redux-wrapper@”^6.0.2” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with—force, or—legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /Users/orlansorocha/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/orlansorocha/.npm/_logs/2022-01-30T12_31_06_689Z-debug.log
node -v v16.13.2
Please create a support ticket at https://nouthemes.ticksy.com/ . There will be staff and developers to support you.
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: my_medi_react@1.0.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@”17.0.2” from the root project npm ERR! peer react@”” from next-redux-wrapper@6.0.2 npm ERR! node_modules/next-redux-wrapper npm ERR! next-redux-wrapper@”6.0.2” from the root project npm ERR! 2 more (next, react-dom) npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@”16.8.3” from react-redux@7.2.1 npm ERR! node_modules/react-redux npm ERR! react-redux@”7.1.3” from the root project npm ERR! peer react-redux@”” from next-redux-wrapper@6.0.2 npm ERR! node_modules/next-redux-wrapper npm ERR! next-redux-wrapper@”^6.0.2” from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with—force, or—legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /Users/mac/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in: npm ERR! /Users/mac/.npm/_logs/2022-01-12T00_03_11_756Z-debug.log
Please create a support ticket at https://nouthemes.ticksy.com/ . There will be staff and developers to support you.
I saw that the sqlite database is used. but I am not able to insert the products and categories on the site. because in the strapi panel it saves any additions as normal. but does not send the edit to MyMed. can you tell me why? and if i have to do some specific configuration?
Please create a support ticket at https://nouthemes.ticksy.com/ . There will be staff and developers to support you.
Bottom menu not working on iPhone 12 Pro Max
hello
Thank you so much. I will report to the developer for update in the next version.
How to check account section? it is asking to login
Accounts section is in the user manual, after you purchase you will see your account login. Demo accounts we don’t provide to customers.
I understand that but I am trying to avoid getting getting account section like wocommerce.
Woocommerce have worst account section page and that is what I do not want.
Is it possible to share pic of Account section and Order list page?
Hello, What is the shopping cart we can use with strapi and this theme?
for checking out
Hi! I wanted to purchase an HTML version of this template, but accidentally purchased a react version. Could you please send us HTML version in place of react version?
The product is sold exclusively at envato so I can’t send it to you separately.
envato doesn’t allow exchange of products, you can only buy new at: https://themeforest.net/item/mymedi-ecommerce-html-template/31671080
can we create full react production build that can be used with Cordova ?
No, we have never worked with Cordova