Coder Social home page Coder Social logo

Comments (12)

dhruvkrishnavaid avatar dhruvkrishnavaid commented on August 20, 2024 2

Ok, so I've finally found out the fix.


The probable issue:
The modules have been updated to their latest versions...


The fix:
In ./src/components/degreeCard/degreeCard.js:19,
change src={require(`../../assests/images/${degree.logo_path}`)} to src={require(`../../assests/images/${degree.logo_path}`).default}.

In ./src/components/certificationCard/certificationCard.js:25,
change src={require(`../../assests/images/${certificate.logo_path}`)} to src={require(`../../assests/images/${certificate.logo_path}`).default}.

In ./pages/contact/ContactComponent.js:29,
change src={require(`../../assests/images/${ContactData["profile_image_path"]}`)} to src={require(`../../assests/images/${ContactData["profile_image_path"]}`).default}.

Similarly, change all the srcs' of the img tags.

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024 1

Awesome, just now I have reached that file folder debugging the code. Very funny that I don't know Javascript but still trying to debug react code. :)

Capture

Thank you, I will update with the issue soon. 👍

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024 1

@dhruvkrishnavaid it is now fixed for Education, certificates and contact section. Now the logo are not displayed in the Experience section. Trying to fix that and will update you.

I have also issue with Open Source section. It is not working. I have mentioned in another issue about that.

from masterportfolio.

dhruvkrishnavaid avatar dhruvkrishnavaid commented on August 20, 2024 1

update - open source section is also now fetched but I see in the organization list at the top, it is displaying only 3 org but I have contributed to other org also in the past. Why is all org not displayed? Is there any time frame filter applied?

@NirmalSilwal Please open a new issue for that as it's totally a different issue.

from masterportfolio.

dhruvkrishnavaid avatar dhruvkrishnavaid commented on August 20, 2024

It works perfectly fine for me. Please list all the steps you have done...

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024

I have similar issue as @Seifo-Ibrahim. Can someone help me resolve it? I have added images in /src/assets/images/ folder. Is there any other location I need to add the images to render in the Education and Certificate section?

Tagging @dhruvkrishnavaid @ashutosh1919 @danielmarostica @th3c0d3br34ker @a-mishra
Please take a look at this issue.

Attaching screenshot of my issue -

Capture

snapshot of code in portfolio.js

Capture1

You can check the images are in correct folder also.

logoscollection

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024

Also the profile image is not displayed in Contact page. Can someone suggest the potential solution?

from masterportfolio.

dhruvkrishnavaid avatar dhruvkrishnavaid commented on August 20, 2024

@NirmalSilwal Please comment if the issue is fixed.

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024

Hi @dhruvkrishnavaid just for the update, all of the images and logos are fixed now. Now that open source section is the problem as running node git_data_fetcher.js is giving the exceptions.

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024

update - open source section is also now fetched but I see in the organization list at the top, it is displaying only 3 org but I have contributed to other org also in the past. Why is all org not displayed? Is there any time frame filter applied?

from masterportfolio.

NirmalSilwal avatar NirmalSilwal commented on August 20, 2024

done

check #159

from masterportfolio.

saiteja13427 avatar saiteja13427 commented on August 20, 2024

I think this issue is now resolved, thus closing it.

from masterportfolio.

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.