Takyon_is_Online
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Yeah that’s true. I always thought of the failing part as a headache but there is always a chance to learn. I need to improve on my mindset in that department
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Thanks for putting it into perspective even though I was coming to that conclusion. If you don't know anything and you ask AI to code it then it will give you nonsense that don't work and you don't know why which is a horrible feeling. I won't be using chatGPT like that ever again. Time to start the grind on frontend mentor.
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
It worked, now I know not to do that anymore. Thanks for sticking it out with me, I truly appreciate it!
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
You’re right, in my mind I was thinking that I wasn’t proficient in CSS so I wouldn’t stand a chance learning this in Javascript yet. It’s the wrong way to look at it but that was my thought process. I wanted to finish this website then start over with the basics and work my way up. Since this website was already built from me doing a code along I decided to just use and outsource what I didn’t know and come back to it later or build the whole thing from scratch because honestly I don’t understand a single thing from eleventy.js or the nunjucks part. Kevin Powell just showed it off and didn’t explain all those stuff because he was just really showing the website off. Not blaming him but I just figured I would just use AI to help me do the parts I didn’t understand because this all isn’t my code. I just copied it from Kevin
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Ok, I wasn't aware that could effect certain attributes. I will edit that once I get back home. Thanks!
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why

61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Everything is inside an <article> tag which is inside the body tag
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why

61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
I'll go to my laptop and check
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Also I have the dialog element in my nunjucks file but it should still be in my body tag once eleventy generates the html. I have to check again
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
It's a class
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
I found the code that makes the modal not centered
.flow > *:where(:not(:first-child)) {
margin-top: var(--flow-spacer, 1em);
}
I commented this out and the modal when back to normal. I want to keep this code but not have it affect dialog elements when they are open. I'm still trying to figure that part out but failing.61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Well not really lol since I haven't practiced Javascript in years and I only had the basics understanding when I did. I had a AI write that code for me so I did skim through the explaination already. My main goal is to get a website to use, I will come back to this once I go through the frontend developer challenge from beginner to intermediate. This is just way too much for me to comprehend fully. I think I was way over my head trying to add certain functionalities to this website. I originally got this website from following a code along.
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
How should I do that? It's a lot of code. Would you be able to find it in my Github?
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
I'm just guessing lol but I think maybe that's it
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Alright I fixed it. Also I think my images don't appear in the middle because I resized some of them using a image editing software. So I made them smaller manually.
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
https://blogbydave.netlify.app/blog/01.%20virtual%20machine%20setup,%20windows%20server%202022%20and%20active%20directory%20installation/
If you want to see what I am talking about
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
I honestly don't know where I can point too. I did style my image inside the dialog but it was only this
I had the problem before I added this code, or the vile Javascript. I've changed my code so much that I don't know what could have caused it.
https://github.com/DaveSamuels1998/Dave-Samuels-Blog
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
Yeah lol, I don't know if it works that good though because I have a problem with the image not being centered know even though that's the default function of the <dialog> tag. It works in my codepen perfectly though so I am confused about that. I don't think setting a max-width or max-height for my image would mess with default positioning of <dialog> would it?
61 replies
KPCKevin Powell - Community
•Created by Takyon_is_Online on 1/26/2025 in #front-end
Second dialog element not working and I don't know why
I don't know how to do it myself, also I don't know if you would have made it for me. I will revisit this some day, but now I just want to write blogs about IT stuff.
61 replies