Giter Site home page Giter Site logo

Comments (14)

jaydwivedi12 avatar jaydwivedi12 commented on September 23, 2024

I think this is not metamask issue . This is because of frontend folder . Work in it.

from minter-dapp.

edhellerdotcom avatar edhellerdotcom commented on September 23, 2024

I'm thinking it could be one of those:

if "metamask extension is installed, but not connected"
then "show the rest of the connection text"

situations, but I don't know the code well enough to find the place to tell it to

if "metamask is NOT installed"
then "show the text anyway."

Any ideas where to find this code?

Thanks for the help.

from minter-dapp.

jaydwivedi12 avatar jaydwivedi12 commented on September 23, 2024

metamask_onboarding.js it could be there.

from minter-dapp.

edhellerdotcom avatar edhellerdotcom commented on September 23, 2024

I haven't dived into the .js file mentioned above, but I confirmed that one of the elements in the style.css under the /* NOT CONNECTED */ section was preventing the text from being visible. I appear to have resolved that by commenting out the 'opacity' and 'transform:' variables.

The spinner being a main visual element on the page can be a bit confusing for first time visitors, btw. Is there a way to replace that spinner with another image?

from minter-dapp.

astrosocietyxyz avatar astrosocietyxyz commented on September 23, 2024

I think I found the solution!

I would like to add that I have no coding experience prior to watching CodeSTACKr videos 1000x and trying to study the codes.

After playing around with the front end
after line 55 in frontend/ app.js

I added

*line 56
// HIDE SPINNER
spinner.classList.add('hidden');
notConnected.classList.remove('hidden');
notConnected.classList.add('show-not-connected');

Did not add or change anything else.

Hope this helps or brings you a step closer to how you want your website to looks. If it did help you follow my
twitter
astrosocietyxyz

Cheers,
Michael

from minter-dapp.

edhellerdotcom avatar edhellerdotcom commented on September 23, 2024

That code seems to be in there already in several places.
At this point, I've got the spinner placed higher, but would like it to not be there or be able to at least replace it with a more useful graphic.

from minter-dapp.

jaydwivedi12 avatar jaydwivedi12 commented on September 23, 2024

I want to remove that spinner and add another graphics. spinner is not so attractive at all.

Any idea or Suggestion,

from minter-dapp.

astrosocietyxyz avatar astrosocietyxyz commented on September 23, 2024

Have you tried changing the colors of the spinner? Maybe that would change your opinion on it.

from minter-dapp.

jaydwivedi12 avatar jaydwivedi12 commented on September 23, 2024

Hey do you have any idea that
how to transfer sales funds from smart contract to wallet??

from minter-dapp.

jaydwivedi12 avatar jaydwivedi12 commented on September 23, 2024

Screenshot_2022-04-15-21-55-25-548_io metamask
Screenshot_2022-04-15-21-39-10-890_io metamask
After connecting metamask in metamask browser in android . Presale box doesn't appear this is kept loading like this .. i have tried with other website also same issue to all browser.

from minter-dapp.

codeSTACKr avatar codeSTACKr commented on September 23, 2024

Spinner with no text is a Netlify configuration issue. Be sure you set the base path to frontend and saved your API key in the environment variables.

from minter-dapp.

edhellerdotcom avatar edhellerdotcom commented on September 23, 2024

Where do I add that code? In the index.html? And if that code should already be in there, what might I need to modify?

from minter-dapp.

notMayhem avatar notMayhem commented on September 23, 2024

Spinner with no text is a Netlify configuration issue. Be sure you set the base path to frontend and saved your API key in the environment variables.

Ive done this correctly and im having the same issue still...that isnt the cause.....

from minter-dapp.

lilgoat347 avatar lilgoat347 commented on September 23, 2024

does anyone have a solution to this problem?

from minter-dapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.