79 comments found.
ok well of course now that I finally have the minter working, it wants to mint a brand new smart contract with every NFT. I stopped it after the second one. Please advise….. Also how are you displaying polygon NFT’s on wordpress after using this minter? Because as of now I can only use your display plugiins to pull from Eth until opensea pushes the new api update. Anyways, let me know how to fix it please. email is fine. I just didnt get a response to my last problem. i also just noticed that the nft i did get it to mint does NOT have the image title or description or anhy metadata on opensea just a #1. I have set up everything correctly per your documentation.
nothing? you told me not to post twice. im going to cuz obviously when i dont i wait days for a respnse.
Hi,
I’m sorry for the late reply, but we don’t work over weekends. This is the NFT Creator, we plan to use this plugin as a start for our marketplace plugin so people new inside the NFT sphere can create their NFT easily, in our vision the plugin should be used one time per user. Inside this plugin, we do not provide mint only functions.
Q: Also how are you displaying polygon NFT’s on wordpress after using this minter?
A: You can extend the plugin using the events/actions provided.
Q: i also just noticed that the nft i did get it to mint does NOT have the image title or description or anhy metadata on opensea just a #1
A: If you want to display metadata on OpenSea you will have to follow their guide (https://docs.opensea.io/docs/getting-started) on how to create a compatible NFT. When following the tutorial, please beware that our plugin does not support dynamic parameters inside the constructor function.
Regards!
Thanks for the reply. #1) Maybe put that at the beginning or somewhere so we dont go spending money only to find out that we cant use it without the rest of your code. It outwardly seems this plugin would fuction independantly from your other plugins, even after installed and your looking at the minter page. All the information seems like it would match with openseas needs (which is like 10 lines of code to ad to your smart contract so it will pull correctly). Thats kind of the standard in smart contracts now wherether you plan to post to opensea or not, its in there for the consumers benefit.
2) I havent quite figured out displaying yet, but it will probably be by way of an API plugin and pulling from either moralis, thirdweb, nftport or polygon directly.
Moralis already has modules to use in reacte language and id think react would be easy since block system in WP is react coding. or maybe not i dunno. I still though up until a couple days ago that your NFT minter would show up on Opensea correctly, from what i saw on the creat page, its just missing those lines of code to work with open sea.
3#) events and actions….. i get check blocks on my end here. You need to remember that your making these plugins for many and i mean most who get it are not programmers. which means that when you show us something we assume its ready to roll after paying 100$ for it. Its frustrating for us non-coders to then find out that hey theres hidden stuff that needs to be done that isnt explained and that we will have to code to get to work properly. If it doesnt work ithout the rest of your plugins, say that clearly at the top to prevent problems. or beter yet, finish the code and then push the product. dont get it half done then tell consumers good luck. come on guys….
A) I am thankful you responded like you did, half f what you said i was unaware of this plugins lack of ability to function without the marketplace you havent even finished yet
who uses a 1 of 1 minter once and then never again? the majority of NFT creators mint them ALOT!!! The idea that your going to get people to mint once and walk away is crazy to me. Many of the people you are selling to are non-coders or artists wanting to use it for thier own marketplace to mint and sell their own NFT then offer it to others the same way. know your marketbase guys. regardless, why is it trying to mint a contract every single NFT? EVERY, SINGLE, NFT. 1 nft = 1 smart contract. So thats part of your plan?
Sorry if this all seems brash, but Codecanyon is really hard to deal with when devs assume and then push stuf out not telling consumers only to have buyers siting with code they cant use as intended because they were not told or that its incomplete.
thanks for your patience and i hope i can get this resolves asap.
1)
Maybe put that at the beginning or somewhere so we dont go spending money only to find out that we cant use it without the rest of your code.
We always do our best to only advertise what is implemented and included in a plugin. This plugin works without any other requirements/plugins and is meant for any user type, be it advanced or beginner (inside the crypto & WordPress world).
2)
All the information seems like it would match with openseas needs (which is like 10 lines of code to ad to your smart contract so it will pull correctly). Thats kind of the standard in smart contracts now wherether you plan to post to opensea or not, its in there for the consumers benefit.
We are going to add another contract that is compatible with OpenSea inside our documentation, thank you for suggesting this.
3)
events and actions….. i get check blocks on my end here. You need to remember that your making these plugins for many and i mean most who get it are not programmers. which means that when you show us something we assume its ready to roll after paying 100$ for it. Its frustrating for us non-coders to then find out that hey theres hidden stuff that needs to be done that isnt explained and that we will have to code to get to work properly. If it doesnt work ithout the rest of your plugins, say that clearly at the top to prevent problems. or beter yet, finish the code and then push the product. dont get it half done then tell consumers good luck. come on guys….
It is clear that you must have a bit of cryptocurrency background in order to understand all the terms/settings/functionalities from the plugin, even with all of our additional explanations we offer, so from this point of view you should know a bit of crypto information in order to know what you are doing with the smart contract.
Now, you can tell us what you fell is missing and/or not explained well, and we will try our best to implement/explain them.
Yes sir, my apologies for losing my cool yesterday. This website is filled with problem devs and i lashed out at you for no good reason. I have no background in programming. I have learn most of the “full stack” on my own on the fly. Im a quick learner. I am not sure if your being a smarta$$ or serious asking for my suggestions but im more than will to tell you things ive ran into that caused problems. Opensea api is a big issue if your not minting on ethereum. A ton of platforms are adding or migrating to polygon, its fast cheap and reliable. So openseas lack of api support for polygon tends to force people to go lurking around trying to find the answer. corner the market, be that answer. Moralis, thirdweb, nftport…. all ahev polygon supported in their API sctructure. Which is what im programming now, somethin using thridweb in an attempt to stopgap the issue im having of displaying NFT without geetting stuck with an opensea API issue. Most people will mint more than one nft. iuf they come to you for a plugin they are building something bigger, which means either they are building a collection or having many people mint on it more than once. So target heavy reuse like an actual marketplace for your use cases. i know you are a programmer and i dont want to tell you how to do your job, infact i wont, because im not a programmer. I am a businessman and an artist.instructionals on this website are hard sometimes. Many times they are written like the person reading them already knows and just wants to reference them. maybe have links to more info if needed ot desired, that way you have your knowledgebase for the codedumb and quickguide for those who are more efficient. I say this because you may get a guy whos good with react but has no clue about smart contracts. so how would he know to change something specific to the use case? Basically if you know that theres going to be more than one person asking about a specific area of your product, put it in your knowledge base so you can reference it later. Im getting long winded here, but you get the idea. Ill also be waiting oon your marketplace full product. Do you have a target release date yet?
Hi, we are always looking to improve, and we know that the best way to evolve our products are by listening to our clients.
So openseas lack of api support for polygon tends to force people to go lurking around trying to find the answer. corner the market, be that answer. Moralis, thirdweb, nftport…. all ahev polygon supported in their API sctructure. Which is what im programming now, somethin using thridweb in an attempt to stopgap the issue im having of displaying NFT without geetting stuck with an opensea API issue.
We are not going to use OpenSea in the following plugins. We are trying to use an RPC provider at maximum, and we will try to make the platform to work on most blockchains.
Most people will mint more than one nft. iuf they come to you for a plugin they are building something bigger, which means either they are building a collection or having many people mint on it more than once. So target heavy reuse like an actual marketplace for your use cases.
We are surely going to provide a way to mint multiple NFT’s!
Many times they are written like the person reading them already knows and just wants to reference them. maybe have links to more info if needed ot desired, that way you have your knowledgebase for the codedumb and quickguide for those who are more efficient. I say this because you may get a guy whos good with react but has no clue about smart contracts. so how would he know to change something specific to the use case? Basically if you know that theres going to be more than one person asking about a specific area of your product, put it in your knowledge base so you can reference it later.
We will try and look to improve our documentations for the following plugins and for the older ones. Thank you.
Do you have a target release date yet?
In the following 2 weeks.
Thank you for your patience and suggestions!
Regards,
ModelTheme Team
Hello,
How can i change the gas limit bcz every time am trying to create NFT it says ” Warning! Error encountered during contract execution [out of gas] ” on the BscScan
Presales question
Hello,
Do I need the Metamask plugin in order to use this plugin?
Thank you in advance
Hi,
Our MetaMask plugin is not required, but it provides a little more features if you have it.
Regards!
Hi,
Then how the smart contract is created if there is no connection to the user’s wallet?
Hi,
By plugin, did you mean as a Chrome add-on or WordPress plugin?
1) If you meant Chrome add-on, the NFT Creator only works on MetaMask.
2) If you meant WordPress plugin, the NFT Creator will work regardless if you have our MetaMask Authenticator plugin installed.
Regards!
So, in any case, the user must have the Metamask addon on his browser in order to upload an NFT, because when he hits the create NFT button, the NFT Creator communicates with his wallet through his addon, right?
Hi,
Yes, exactly!
Regards!
Hi, I’m interested in buying all set of NFT plugin and include them into my current Woocommerce market place. I wonder if current sellers can still continue selling online products width fiat currency and also will had the option to upload NFT on their shops? In other words, sellers can still continue adding their digital products as before the installation of WordPress NFT Creator? or after the installation all the Woocommerce should work on NFT basis?
Thank you.
Hi,
1) The NFT Creator does not generate products in WooCommerce, you will need the NFT Importer for that to be possible. 2) To sell NFT’s with fiat currency, you will need to wait for the NFT Core (which is separate from WooCommerce) to come out. You can check out discord for updates https://discord.gg/ek3q6xm5nn
Have a nice day!
Thank you for the quick reply. 1) This means that I can have both, the Woocommerce market and the NFT market on site? 2) Thanks for the info. Will follow up.
Good day to you too!
Yes, you can have both an WooCommerce shop and the functionality to add NFTs as they are separate.
Hi. Is Lazy Minting an option?
Hi,
Lazy Minting will be available with our Enefti Marketplace Core plugin. If you want to learn more, you can come on our community server.
Regards!
Hi i installed this plugin but theme does not response anything
Hello and thank you for contacting us,
Please submit a request to our help center (https://modeltheme.com/support/#new-request) and one of our agents will assist you. For an easier solution, please also describe the problem with as many details as you can (including screenshots).
We also require FTP + WP Admin credentials in order to investigate & fix any possible remote problem.
Regards! - ModelTheme
Hello, How will this work with the Enefti theme? Will a user be able to login to the website with Metamask and then create an NFT directly through the website?
Hi,
Any of our plugins are compatible with any theme you may choose to use.
Regards!
Hi you mentioned in the previous comment that bulk upload will be available soon, will this allow us to upload metadata as well? Thanks.
Hi,
We will take it into consideration.
Regards!
When will you have bulk upload functionality? Also, does this works with IPFS for decentralized file storage?
Hi ther,
Yes, creating a collection of NFTs will be available very soon.
hi admin, any plans for cardano integration. transactions much cheaper then eth.
Hi,
We don’t plan to support Cardano anytime soon. As far as we know, Cardano does not support Solidity
Regards! – ModelTheme
i already do same as your video create nft, deploy to blockchain, and where my file and card gone? how i display it on my wordpress, if i dont want to sell it on opensea?
Hi,
We are working intensely to release our new Marketplace plugin so you can be platform independet from OpenSea.
As for your files and cards please submit a request to our help center (https://modeltheme.com/support/#new-request) and one of our agents will assist you. For an easier solution, please also describe the problem with as many details as you can (including screenshots).
Regards!
i got error An error has occurred. Unexpected token / in JSON at position 0
Hi,
Chances are you uploaded a raw contract from inside your settings, please use the compiled one from here.
Have a nice day!
so what’s the price with all of the needed add ons to make this working ?
Hi,
Take a look at this article where all the addons (including the NFT Marketplace dedicated theme) is included https://modeltheme.com/wordpress-nft-marketplace-with-enefti-theme/
Below the article you can click on the buy now button to see how much the price is for all of the items from the toolset. The price may vary from time to time depending the discounts applied and that’s why you should check it this way.
Best regards!
so 340$ in total , pre purchased question what kind of revenue I got / profit ? does having minting service like this the blockchain paid me ? ( so sorry I just need to know coz I had no idea )
See our Ways to earn money section.
Let me know if you have more questions!
can we set it so that users can choose their own blockchain (polygon, erc, bsc) they will use?
Hi,
The contract is deployed on the selected blockchain from inside your wallet.
Have a nice day!
another question sir, already bought metamask authenticator but when i try to create nft this message always pop up
” An error has occurred. Unexpected token / in JSON at position 0 “
Hi,
Chances are you uploaded a raw contract from inside your settings, please use the compiled one from here.
Have a nice day!
hi, is it have shortcode how i can create nft card?
Hi i installed this plugin but wallet does not response anything , i use moralis server address but it’s still not work
Hi,
Can you please check if you have installed version V1.1.0? If you have further problems please contact us here.
Have a nice day!
i download and install i again thx for info but have problem yet .
Please submit a request to our help center (https://modeltheme.com/support/#new-request) and one of our agents will assist you. For an easier solution, please also describe the problem with as many details as you can (including screenshots).
Regards!
Yoo! Two questions:
1. Why is the NFT always created the same name “MyNFT” 2. When I import the NFT into metamask it only shows the name and not the image I have uploaded?
thanks
Hi,
1. If you want to change the name in the same contract without recompiling you can edit the “contractName” field https://prnt.sc/5OZ8bxXZvLAw
2. If you want to see images and metadata on OpenSea you will need to create/download a contract that follow OpenSea’s standards or create your own standards. See more here https://docs.opensea.io/docs/metadata-standards
We have provided a contract by default only for test purposes we highly recommend you to modify it if you want to use it with other marketplaces as every marketplace has it’s own requirements and standards.
Hello friend, I sent an email requesting a quote to customize the creation of new options but I still haven’t received a reply.
Hello,
You will get a reply from us today, thank you for your patience !
Hi, I still haven’t received the quote, will you ship today?
We got this same email (in Spanish/PT and also in English from multiple emails). Are you the same person or what is happening here?
Please let me know.
due to some error in the form field, it must have been sent at other times, and about another language I used translate google and I didn’t realize that it was in English
We already replied to this email paulocalazans.ba [at] gmail for the English email (Mon, Mar 28, 11:26 AM (2 days ago)). please check
Good afternoon, I installed the plugin but it doesn’t work correctly. To be more exact, it doesn’t even open the interface.
Hello and thank you for contacting us,
Please submit a request to our help center (https://modeltheme.com/support/#new-request) and one of our agents will assist you. For an easier solution, please also describe the problem with as many details as you can (including screenshots).
Regards!
Hi,
Sorry about that. The updated link: https://docs.modeltheme.com/wordpress-nft-creator/#moralis-setup