-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 buy buttons for wp #281
2 buy buttons for wp #281
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some small remarks plus this :
NeworkList has to include testnets for Wordpress (like in Dapp)
@@ -389,7 +389,10 @@ const explorerCollectionUrl = (chainId: number, collAddress = ""): string => { | |||
|
|||
// KREDEUM NFT URL | |||
const kredeumNftUrl = (chainId: number, nft: NftType): string => | |||
`./#/${getChainName(nft.chainId)}/${nft?.address}/${nft?.tokenID}`; | |||
`#/${getChainName(nft.chainId)}/${nft?.address}/${nft?.tokenID}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to check if direct NFT links still works with this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
made this to make it work in wordpress.
Checked in dapp that stills working.
are you talking about another direct NFT link ?
no refresh after popup close |
On WP media library page (including Mint buttons), indicate somewhere in the page "Collection 0x123..432 on matic Network" (with link to settings to change it if wanted) |
"VIEW NFT" from media library not working |
shortcode sell not working |
Done |
TODO Display modale & closure Issue #178 |
What isn't working ? |
41f1af3
to
3fda938
Compare
replace by PR #287 |
See issue 2-buy buttons for wp #228