-
Notifications
You must be signed in to change notification settings - Fork 601
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
BUG: Error in Destination section #654
Comments
Can i take this task under gssoc 2024 program? can you assign it to me? |
I want to work on this issue and make the destination section work properly. Please assign this to me. |
Please Assign this to me under GSSOC'24. |
@DebapriyaJha you are assigned & can work on the navigation work only as another contributor is already assigned to do the image part. |
Thank you @apu52 for assigning the task to me. Can You please assign an appropriate level label to this issue so that I can start working on it |
@DebapriyaJha I will add the labels as per the review of the PR , u can start working....don't worry about the labels , it's my responsibility |
okay |
✅ This issue has been successfully closed. Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀 |
Describe the bug
When clicking on the "Destination" option from the header navigation menu, the website is not scrolling or navigating to the intended destination section. Additionally, the images within the destination section are not loading correctly, even when scrolling down manually.
Expected behavior
The expected behavior is as follows:
When the "Destination" option is clicked in the header navigation menu, the website should smoothly scroll or navigate to the corresponding destination section on the same page.
Once the destination section is in view, either by clicking the navigation link or scrolling manually, the images within this section should load correctly and be displayed to the user.
Screenshots (Mandatory)
Additional Context (Mandatory )
To resolve the issue with the header navigation link not targeting the destination section correctly, you may need to check the implementation of the click event handler or the logic that handles the scrolling/navigation functionality. Ensure that the correct target element or section is being identified and scrolled into view smoothly.
Additionally, for the images not loading correctly within the destination section, there could be several potential causes:
2)CSS issues: Inspect the CSS styles applied to the destination section and the image elements. Ensure that there are no conflicting styles or rules that might be causing the images to be hidden or not displayed correctly etc.
Are you contributing under any open-source program ?
Yes I want to contribute in this project under gssoc 2024 program
The text was updated successfully, but these errors were encountered: