In college rn, designing a website that needed this, will try to implement it i'll update if i remember
@bluerags33688 сағат бұрын
did you get it right? I am also making a website that need this.
@alantapiaavila63743 жыл бұрын
Excellent content ! I hope you keep doing more videos. Greetings from Mexico.
@geohost68113 жыл бұрын
Interesting piece of art in the background lol. Thanks for the tutorial
@Staceynova3 жыл бұрын
Haha thanks 😊
@Toast-M12 жыл бұрын
nice thanks your expalanation is very clear. good luck with your personal projects.
@aa1zz4282 жыл бұрын
is there a way to do this without adobe illustrator?
@Staceynova2 жыл бұрын
If you have an SVG image/map then yes
@josemariadiy64002 жыл бұрын
Good video 👍 But what about responsive????🤔🤔 The Image and circles links are resized??? 🤔 How to do it... I would appreciate your answer..
@zoesnyder121610 ай бұрын
How did you get the circles you drew to each have the class 'circle'? Was it because you used the circle tool to draw them in Illustrator?
@BideaweeBideawee10 ай бұрын
Awesome tutorial! Do you have a video on how to integrate into a Word Press website?
@eshapilinja95683 жыл бұрын
Fun, crisp and clear. Would love to see more videos 😊
@Staceynova3 жыл бұрын
Thank uuu
@samsonmabetho61032 жыл бұрын
you just earned yourself a new subscriber. This was really helpful. Thank you
@Cerulian3 жыл бұрын
Yes, it would be very helpful how to add this to a WordPress website. Please make a video on that. 😀
@손민규-b8s3 жыл бұрын
Thank you for the awesome video!!
@taptunia3 жыл бұрын
If coding were always explained so easily maybe I would’ve actually remembered something from my uni classes lmao. Thank you!
@Staceynova3 жыл бұрын
Lol
@Staceynova3 жыл бұрын
Well subscribe then 😉
@taptunia3 жыл бұрын
@@Staceynova actually just did! It's both the coding and your hair, can't figure out which one influenced me more
@rehanpetit3 жыл бұрын
Thank you so much. Been trying to learn this and this video just saved my life.
@cynthiaguilera Жыл бұрын
Hello! How did you get from cx= and the city=? Pardon my ignorance, but I'm following the tutorial and I'm stuck there... Help please 😢
@ashtilbury89573 жыл бұрын
This helped a lot - thanks! How can I add SVG icons over the top of a JPG image? I have a coloured picture of a map and I would like to add the icons at points of interest etc. When I adde the JPG image and then put the SVG icons over the top the file size came out massive - like 5x the original JPG image size so I think I did something wrong
@Staceynova3 жыл бұрын
Yeah, the sizing is the problem in case your jpeg image is too complicate and you cannot trace it. You can try the following. First, open your jpg img in illustrator and locate your svg icons on top where you want them to appear in relation to the image. Remove the image and export the icons. They should be the right size and location. When adding both jpg image and svg icons make sure that the size of both is the same (for example 100%, 100vh, 1024px). Let me know if that worked 😊
@Staceynova3 жыл бұрын
Or as I mentioned in the video (I also took a jpg map image) I traced it and then placed my icons/markers. You can do the same. You can trace your map in colours, it’ll also work
@ashtilbury89573 жыл бұрын
@@Staceynova Thanks for the reply - super helpful :) I tried the tracing method but the map is just too intricate for that so I'll use your first suggestion. The map I'm creating also needs to be viewed on a mobile device (but will be a webpage with its own URL). Will the modal type pop ups from the map be responsive to how zoomed in the user is? (as in always take up a certain % of screen size)
@kenjik60293 жыл бұрын
Hey, how are you doing? Can you suggest me another app or editors except Adobe illustrator? To achieve the things you did above.
@saachipilinja4773 жыл бұрын
Thanks so much! This is very well explained and informative!!
@nataliabarszcz77533 жыл бұрын
This is so helpful, thank you! Didn’t know integrating a map would be so easy!
@fornex56153 жыл бұрын
I like how you learn when you try to learn us
@Staceynova3 жыл бұрын
haha it's my first video, it's quite difficult to explain and do it at the same time 😅 done those maps 100 times!
@kamirahmotley87211 ай бұрын
How you get the map to display info in each box
@shattv51025 ай бұрын
Nice this is so informative
@ibrahimkhaled24892 жыл бұрын
I have a question, could you interact with a live google maps? If yes how
@joelfigueroa71273 жыл бұрын
thank you this is perfect for my school proyect! so helpful!
@Staceynova3 жыл бұрын
Glad it was helpful 😊
@tarotbyderek89422 жыл бұрын
Do you think that this could work with photos being toggled?
@Staceynova Жыл бұрын
Of course!
@paulmorrison86082 жыл бұрын
The functionality does not work on mac tho. how do I solve this?
@Staceynova2 жыл бұрын
I did it on Mac in that video. Try copy paste the code from the link in the comments :)
@paulmorrison86082 жыл бұрын
@@Staceynova ah ok. its just that on my friends mac, the popups appear by default (the hidden is being ignored)
@tobiaslukaschek9322 жыл бұрын
Nice video! Do you have a video tutorial showing how to add it to SquareSpace?
@angelhugoramirezmorales39353 жыл бұрын
Its so helpful. Im really grateful with you
@Staceynova3 жыл бұрын
Glad to hear that 😊😊
@angelhugoramirezmorales39353 жыл бұрын
@@Staceynova I'm waiting for another new video 🙏
@benjie-gt2 жыл бұрын
Great tutorial! Loved your approach. My only problem is that the text labels don't resize automatically when you zoom in or out of the map. Does that make sense? The positions of the labels don't grow or shrink or move with the map itself. So USA ends up being in Africa if you enlarge/shrink the map. What's the fix for that? Change absolute positions?
@nataliesaundersart2 жыл бұрын
did you find the fix for this? im having the same issue
@benjie-gt2 жыл бұрын
@@nataliesaundersart nope. I let it go and moved on to other interests haha!
@Staceynova Жыл бұрын
Hi, yeah you need to use media queries and reposition the elements based on the screen width. Sorry for the late response.
@paulmorrison86082 жыл бұрын
also why do the popups appear in different positions on different screens?
@paulmorrison86082 жыл бұрын
so will the popups appear in different locations depending upon the users screen size (aspect ratio) - it looks fine on my device using percentages but do we need to use pixels instead to overcome this - thanks again
@paulmorrison86082 жыл бұрын
sent my html file to another user who is viewing on a different device and the location of the popups are not consistent with mine
@Staceynova2 жыл бұрын
Add media queries for different screens or limit the width of your container
@paulmorrison86082 жыл бұрын
@@Staceynova ah ok. and of course d'oh! thank you :)
@caleasthetic2 жыл бұрын
@@Staceynova you missed one little thing. this wil not make the image map coordinates responsive. You need to add a script from cdnjs called image map resizer. This will recalculate the coordinates of you elements when you resize the screen. image maps are not responsive by itself. yes you can make the image itself responsive by using a % based unit for th image, but the coordinates of the elements can only be recalculated if you include that js script in your html.
@juanpabloflorezsuarez44833 жыл бұрын
This tutorial is just so perfect
@Staceynova3 жыл бұрын
Thank you!! I’m glad it was useful 🥰
@RumbidzaiGonyora2 жыл бұрын
Hi-which software did you use for this?can i use arcgis?
@umahatokula95863 жыл бұрын
I really love you tutorial. At the begining, what is Adobe Photoshop you used to generate the SGV? Also, was the map image a normal image like .jpg .png?
@Staceynova3 жыл бұрын
Thank you! I used illustrator to create the svg. And yes, the map I took from the internet was jpg (or you can use png too).
@yu117573 жыл бұрын
Love your video. Please make more!
@Staceynova3 жыл бұрын
Hahah okay. Let me know if you are interested in anything in particular. The new one is coming on how to make a navigation bar.
@msun31822 жыл бұрын
I LOVE your tutorial, just I would like to understand better what you say on the fast seed parts
@Staceynova2 жыл бұрын
Thank you! Sorry my bad, I just thought it was so slow so I increased the speed. I understood from the comments that it was a mistake 😅 well it was a first time, I won’t do that anymore haha
@msun31822 жыл бұрын
@@Staceynova because all you say is very interesting. I would like to learn mire about the maps❣️
@natashabennett69303 жыл бұрын
I am having a problem and I could really use some advice! So I’m adding the SVG map as part of a website so it’s not alone in my html index. When I pasted the svg in, it was laid on top of my website at the top, I have tried moving it down by adding a margin but all that does is create an empty white space where it was before, rather than moving the whole doc down and showing what is under it. Do you have any idea why this might be happening?
@Staceynova3 жыл бұрын
I'm afraid it's difficult to say straight away what can cause the issue. Margin definitely won't help it. Probably need to fix the positioning. Do you have a link to the website so I could have a look?
@RosalitoUdtohan_013 жыл бұрын
will the display mess up if i view it on my mobile device?
@Staceynova3 жыл бұрын
The map and markers will stay the same and all functionality will work. However the pop up windows with description might be a bit off. To solve it just relocate them in css for smaller screen. Use @media only screen and (max-width: 600px) {} *copy the txt boxes elements from the css that are already made here. Change the top and left values. For example: @media only screen and (max-width: 600px) { .russia-txt{ top: 2%; left: 30%;} } You can google media queries for more info. This will do the trick. Good luck!
@sawnumlock1953 жыл бұрын
can we make all things dynamic?
@Staceynova3 жыл бұрын
Sure. What exactly do you have in mind?
@juniapenido76732 жыл бұрын
Stacey, you are incredible!!! Thank you so much! Do you know how can I let only the selected marker in a different color? If you don’t, how can I search this on the internet? I don’t even know how to formulate the question Thank you again ❤️
@Staceynova Жыл бұрын
Thank you! Probably very late to answer but also in JS using toggle. Just need to specify the marker id.
@primarilywebxyz7 ай бұрын
Thank you so much.
@rahulbakmeewewa46723 ай бұрын
Super!
@bdm9ja2303 жыл бұрын
wow i enjoyed your tutoria but i want to learn more from you can this work..?
@anugrahyulianto_11 ай бұрын
The problems of this code are: 1. You couldn't click again the button to hide the paragraph or description box. I think it is because of the hide after the click. 2. I don't know it is only my problem or everyone also has the same problem. I found that the css codes to arrange the description boxes with percentages are always changing places. When I change the view of my code in full screen the description box position is moving away. I think you could help me with those problems. Thank you! Anyway the tutorial is great. Keep it up!
@kristinavdovina59893 жыл бұрын
Thank you🙏🏻
@kuzmin_vitaliy3 жыл бұрын
Thank u so much!
@kasmeneyes22273 жыл бұрын
whats up with chipmunk voice
@webdeveloperninja92202 жыл бұрын
Thank you!!!!!!
@AsadTheContestine2 жыл бұрын
Ur my fav
@stupidaaryan2 жыл бұрын
thank you so muchhhhhhhhhhhhhhhhhh
@AsadTheContestine3 жыл бұрын
Miss Ur such a beautiful perosn i wish i am Ur next door neighbor ...
@kidscodera30435 ай бұрын
what's wrong with voice , am I the only one hearing the kidish voice ?
@thekwoka47073 жыл бұрын
Probably shouldn't be teaching jQuery for such simple things in 2021
@Staceynova3 жыл бұрын
Well in 2021 I don’t think css and html is such an essential skill too, but I was getting a lot of people/clients who didn’t want to pay for plugins or wanted something custom, so I made this video. There are plenty of ways to do this, but this is the way I make them 🤷🏻♀️
@jessymusinga44912 жыл бұрын
Thank you so much. Been trying to learn this and this video just saved my life.