howdy
Forum Replies Created
-
@wpsmartcontracts But seems I can only add the attribute name in this sense, lets say I want to add this is a “green” value in “background”, and there are more colours for the background, how can I input these in the attributes?
Eg, how to input this in WPSC attributes input?
“trait_type”: “background”,
“value”: “green”Btw can i know that how can I add trait types in the, “attributes” of the input in add New NFT page in the wp admin dashboard? @wpsmartcontract
Isit like
{ "trait_type": "Background", "value": "BLUE PINK" }, { "trait_type": "Head", "value": "EAR STUDS" },- This reply was modified 4 years, 2 months ago by howdy.
Hi thanks so much for the detailed explain! Understood!
Sorry, I think a better title for my question would be
If I mint a NFT using WPSC, how can I query the metadata of the NFT? seems the api query not support with token ID as a parameter of the collectionok thanks so much for the video and effort appreciate that so much
Hi @wpsmartcontracts can you help me with this thread that to me only like 2 out of 10 times the page loads when I am not connecting a wallet….
And it takes so longg…. my wp is only contain mainly WPSC plugin and i have no idea why it takes so long….
but are you able to load when not conencted? to me only like 2 out of 10 times it works
And it takes so longg…. my wp is only contain mainly WPSC plugin and i have no idea why it takes so long….
function tg_include_custom_post_types_in_search_results( $query ) { if ( $query->is_main_query() && $query->is_search() && ! is_admin() ) { $query->set( 'post_type', array( 'post', 'movies', 'products', 'portfolio' ) ); } } add_action( 'pre_get_posts', 'tg_include_custom_post_types_in_search_results' );So i just change the
array( 'post', 'movies', 'products', 'portfolio' )to array( ‘nft’ ) will do?Btw i saw there is a is_admin() in the condition, if i want to allow everybody can search in the frontend search bar i just remove the is_admin() as well?
- This reply was modified 4 years, 2 months ago by howdy.
Can you check this link?
https://market-place.masterpeacemetaverse.com/?nft-collection=masterpeace-test-2
Most of the time the NFT in the collection just can’t load when i not connect to my wallet thanks