Skip to content
Advertisement

Tag: github-pages

href / anchor (jump to id) weird behavior in Github pages

Please take a look at my page, https://kuncung38.github.io/portfolio-website/ When I used live server from VSCode, everything works just as expected, When I uploaded this to github pages, a weird bug appeared. You will notice the problem, it has a weird behavior when you clicked either button, you will have to clicked the button twice for something to happen. Here is

CSS files not loading correctly on github pages

I am making a calculator app with multiple themes and everything works locally but the problem is occuring on the github pages. Each theme for the calculator has its own css file and I am using javascript to change href of the link tag based on the selected theme (theme-1 is selected by default): HTML: Javascript: When I view my

Getting error : “react-dom.production.min.js:216 TypeError: Object(…) is not a function” while deploying react app on github pages

I am trying to deploy my react application and its not rendering the page properly, It is throwing the below error : react-dom.production.min.js:216 TypeError: Object(…) is not a function. I have linked the screenshot of the error and the file name along with my github link of the repo.[![ link to my repo: https://github.com/AbhishekTomr/money-tracker Answer The issue is resolved now

HTML Form onSubmit being bypassed

I’m new to HTML and JS and I’m trying to setup a “Contact” page using GitHub Pages. I am using formspree.io to submit the forms and e-mail to the app mail account. Here is the deal: I’m trying to setup a simple validation just to verify if the form fields aren’t empty (there is no need for a server-side validation),

Advertisement