Пікірлер
@NagireddygariBhanuprakash
@NagireddygariBhanuprakash 11 күн бұрын
Super to check in the video and try to upload picture in drive
@codeharvestguide
@codeharvestguide 11 күн бұрын
@@NagireddygariBhanuprakash Hi, Are you asking for the pictures used in this video, if so you can access them here: github.com/codeharvestguide/files/tree/main/eLife%20Images/product%20page
@MohammodHasibHasan
@MohammodHasibHasan 11 күн бұрын
please give sourse code
@codeharvestguide
@codeharvestguide 11 күн бұрын
Hi, Concerning the source code, we love to encourage our viewers to follow through the videos, as all code is revealed and explained. Though, if you have any issues with the code, send a message at our gmail account or through discord (info is in our "about" desc.) and we will assist you! We do have our GitHub account where we upload the image files for the eLife project. Visit here: github.com/codeharvestguide/files However, the source code for all our videos will be shared in our GitHub account github.com/codeharvestguide soon at 1K subscribers, so support us by sharing the video and knowledge to your friends, colleagues/class mates and loved ones and stay tuned! Happy coding! 🙌
@piagetbenguela
@piagetbenguela 12 күн бұрын
Hello, I'm a follower, I'm following this project. Send the source code, some functionality (Javascript) I am not able to apply.
@codeharvestguide
@codeharvestguide 11 күн бұрын
Hi, Concerning the source code, we love to encourage our viewers to follow through the videos, as all code is revealed and explained. Though, as you are experiencing issues with the code, send a message at our gmail account or through discord (info is in our "about" desc.) and we will assist you! However, the source code for all our videos will be shared in our GitHub account github.com/codeharvestguide soon at 1K subscribers, so support us by sharing the video and knowledge to your friends, colleagues/class mates and loved ones and stay tuned! Happy coding! 🙌
@codeharvestguide
@codeharvestguide 8 күн бұрын
Hi, after reviewing your code, there were two issues found in JavaScript: Issue 1: "let productCards = slideshowContainer.querySelector(".product-card");" Which should be changed to: "let productCards = slideshowContainer.querySelectorAll(".product-card");" To include All elements with ".product-card" class. Issue 2: Though the slideshow works well, the product cards do not say in one row, because in the Slideshow forEach loop, specifically in the for loop, this line is missing: productCards[i].style.marginRight = '0px' Used to remove the spacing of a product card that is now set to hidden, so here is the updated for loop, in the Slideshow forEach loop: for (let i = 0; i < productCards.length; i++) { if (i <= lastElement && i >= lastElement - (productCardsPerRow - 1)) { productCards[i].classList.add("active"); if (i === lastElement) { productCards[i].style.marginRight = "0px"; } else { productCards[i].style.marginRight = `${marginSpacing}px`; } } else { productCards[i].classList.remove("active"); productCards[i].style.marginRight = '0px' } } Hope this helps! Happy coding 🙌
@farukweb
@farukweb 14 күн бұрын
nice design for product page
@mdkawserk
@mdkawserk 24 күн бұрын
hi huge try but do not cart-link active why?
@codeharvestguide
@codeharvestguide 23 күн бұрын
Hi, Have you defined the cart link active in CSS without space? Such as: .cart-link.active There can be other reasons why it may not work for you, so send me an email with your source code so I can help you out! Email: [email protected] Happy coding! 🙌
@sparkscomputerprogramming
@sparkscomputerprogramming 25 күн бұрын
great videos just found your channel today. also please work on getting a good mic
@codeharvestguide
@codeharvestguide 25 күн бұрын
Hi! Welcome to the community and thanks for watching! I recently acquired a new mic so I will be uploading new, good quality-sounding videos soon. Thanks for your support! Happy coding 🙌
@codeharvestguide
@codeharvestguide Ай бұрын
Hi passionate programmers! This video shows you the mobile-screen version of our eLife WebSeries Electronics Website. The tutorial for this video will be uploaded soon. Subscribe to Code Harvest and hit the notification bell to be immediately notified. Like this video, and stay tuned! If you haven't seen our WebSeries yet, check out all videos in this playlist: kzbin.info/www/bejne/mmWvYniri6ahiJo
@theJohnCode
@theJohnCode Ай бұрын
Will the source code be made available?😊
@codeharvestguide
@codeharvestguide Ай бұрын
@@theJohnCode Hi, Concerning the source code, we love to encourage our viewers to follow through the videos, as all code is revealed and explained. Though, if you have any issues with the code, send a message at our gmail account or through discord (info is in our "about" desc.) and we will assist you! We do have our GitHub account where we upload the image files for the eLife project. Visit here: github.com/codeharvestguide/files However, the source code for all our videos will be shared in our GitHub account github.com/codeharvestguide soon at 1K subscribers, so support us by sharing the video and knowledge to your friends, colleagues/class mates and loved ones and stay tuned! Happy coding! 🙌
@JanethMinja-i5n
@JanethMinja-i5n Ай бұрын
❤❤
@codeharvestguide
@codeharvestguide Ай бұрын
The full playlist of the Product Page Series can be found here: kzbin.info/aero/PL0lX0bJqJuTGGrjBqypE8mHHdCIFY49mo Welcome to Part 9 of the eLife E-commerce Electronics Product Page! In this video, we show you how to design a simple yet appealing footer and we also use JavaScript to create a navigation bar UI scrolling effect where a box shadow appears when a user scrolls down, and disappears when the user scrolls back to the top. Stay tuned by subscribing to our channel! Homepage Tutorial: kzbin.info/www/bejne/fmHUqX-dothgb68si=wIAG_ra-h2DUGGNV Image Files: github.com/codeharvestguide/files Subscribe to Code Harvest if you have not already, like this video and comment down below! Now let's hustle together! Please note, this website is for demonstration and educational purposes only, not for sale.
@velixhehamahua3845
@velixhehamahua3845 Ай бұрын
Hi, i'm not see on your prev video coding for bottom page of All Electronics-Explore Best Sellers, is you skip for this coding process?
@codeharvestguide
@codeharvestguide Ай бұрын
@@velixhehamahua3845 Hi! Part 9 of our eLife WebSeries, where we design a simple footer and create a UI navigation bar scrolling effect (which will cause the box-shadow to appear and disappear) will be uploaded by tonight! Thanks for staying tuned, happy coding! 🙌
@clintonkegham
@clintonkegham Ай бұрын
Please for source code
@codeharvestguide
@codeharvestguide Ай бұрын
@@clintonkegham Hi, thanks for watching the video! Concerning the source code, we love to encourage our viewers to follow through the videos, as all code is revealed and explained. Though, if you have any issues with the code, send a message at our gmail account or through discord (info is in our "about" desc.) and we will assist you! We do have our GitHub account where we upload the image files for the eLife project. Visit here: github.com/codeharvestguide/files However, the source code for all our videos will be shared in our GitHub account github.com/codeharvestguide soon at 1K subscribers, so support us by sharing the video and knowledge to your friends, colleagues/class mates and loved ones and stay tuned! Happy coding! 🙌
@arnabdas4790
@arnabdas4790 Ай бұрын
Not many channels are out there that show the creation of these modern webpage layouts in such a natural flow like your videos. I must say these are by far the best. I also have a small request. Can you show few more varieties of layouts, maybe different themed websites other than e-commerce if possible? Also can you provide 2 videos/week?
@codeharvestguide
@codeharvestguide Ай бұрын
Hi, thank you for your kind comment! I do plan to share more varieties of websites beyond this WebSeries, so stay tuned for different themes coming up! As for posting more frequently, I'll definitely do my best to increase the pace and aim for 2 videos a week if possible! I appreciate your support, happy coding 🙌
@Reach-3
@Reach-3 Ай бұрын
Hello me slide not working please give source code
@codeharvestguide
@codeharvestguide Ай бұрын
Hi, thank you for watching the video, we appreciate it! We do not post source code file as we like to encourage everyone to follow through the video step-by-step, in order to understand line of code we add. However, I am happy to help you directly! Another person commented the same problem and the issue they had was the width and height of the .product-card - which was supposed to be set to 0px - but wasn't, and no .active class was added to the product card, which would contain its actual width and height (260px width and 379px height). I recommend watching the full video of *Part 5* of the eLife WebSeries, where we display multiple lines of product cards and resolve the issue by hiding all cards except those with the .active class. If it still doesn't work or function as it should, contact me through gmail and send your JavaScript code and CSS code through our gmail at [email protected] so I can help you find the cause of the issue! Happy coding! 🙌
@Reach-3
@Reach-3 Ай бұрын
@@codeharvestguide why me make working all but click slide prev and next not workind can you help me please
@cm-053chandu9
@cm-053chandu9 Ай бұрын
Is This webiste is responsive
@codeharvestguide
@codeharvestguide Ай бұрын
@@cm-053chandu9 Hi! This tutorial specifically demonstrates a product page for desktop screens, thus it is not responsive to other screens. Though, you can check out our new WebSeries called eLife which provides full, complete tutorials (by parts) of a more modern, simple yet elegant e-commerce website. In the WebSeries we will also create a tutorial in which the mobile and tablet design will differ from this desktop design, so stay tuned! Thanks for watching, happy coding!
@SAL73VFX
@SAL73VFX Ай бұрын
Not responsive?
@codeharvestguide
@codeharvestguide Ай бұрын
Hi! This tutorial specifically demonstrates a product page for desktop screens, thus it is not responsive to other screens, though we will create a tutorial in which the mobile and tablet design will differ from this desktop design, so stay tuned! Thanks for watching, happy coding!
@skeeterstudies8109
@skeeterstudies8109 2 ай бұрын
source code please
@codeharvestguide
@codeharvestguide 2 ай бұрын
The full playlist of the Product Page Series can be found here: kzbin.info/aero/PL0lX0bJqJuTGGrjBqypE8mHHdCIFY49mo Welcome to Part 8 of the eLife E-commerce Electronics Product Page! We show you how to create a promotion card, and include CSS animations and design it to persuade and convince a user to purchase the product collection being promoted! We recommend you use subtitles as some parts of the video may not be clear. Homepage Tutorial: kzbin.info/www/bejne/fmHUqX-dothgb68si=wIAG_ra-h2DUGGNV Image Files: github.com/codeharvestguide/files Subscribe to Code Harvest if you have not already, like this video and comment down below! Now let's hustle together! Please note, this website is for demonstration and educational purposes only, not for sale.
@imalisonnguyenangel3938
@imalisonnguyenangel3938 2 ай бұрын
Can I have your image folder?
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@imalisonnguyenangel3938 Hi, The image folder for the ComFi about page has been uploaded, along with the other images used in the homepage and product page. You can find it now under 'ComFi Images/about page' here: github.com/codeharvestguide/files Thanks for watching, happy coding! 🙌
@SoheilJajaja
@SoheilJajaja 2 ай бұрын
Hi. Can you send me source code file? I created slider like you but it doesn't work...
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi, thank you for watching the video, we appreciate it! Unfortunately, we do not post source code file as we like to encourage everyone to follow through the video step-by-step, in order to understand line of code we add. However, I am happy to help you directly! Send your JavaScript code and CSS code through our gmail at [email protected] so I can find the cause of the issue. Happy coding! 🙌
@KoogaWolfra
@KoogaWolfra 2 ай бұрын
Hi, I have the same problem.
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@KoogaWolfra Hi, The problem is most likely because the width and height of the .product-card was not set to 0px and no .active class was added to the product card, which would contain its actual width and height. In earlier videos (Part 5), we hid all product cards using CSS by setting the .product-card element to 0px for both width and height. The product cards that needed to be displayed had the .active class added, which includes the actual width and height properties of the product card (260px width and 379px height). We then used JavaScript to determine which range of product cards should have the .active class added, or in other words, which ones needed to be displayed (as demonstrated in Part 7, starting at timestamp 9:31). Kindly refer to the screenshot image below for further clarity. I recommend watching the full video of Part 5 of the eLife WebSeries, where we display multiple lines of product cards and resolve the issue by hiding all cards except those with the .active class. Hope this helps, happy coding! 🙌
@SoheilJajaja
@SoheilJajaja 2 ай бұрын
​@@KoogaWolfra Hi. my problem solved with 2 items. 1. this class in CSS .product-card.active{ width: 260px; height: 379px; } 2. this if in js if(button.classList.contains("prev-button")){ if(lastElement<=(productCardsPerRow-1)){ lastElement= productCards.length-1; }else{ lastElement--; } } else if(button.classList.contains("next-button")){ if(lastElement==(productCards.length-1)){ lastElement= productCardsPerRow-1; }else{ lastElement++; } }
@MenglyChren
@MenglyChren 2 ай бұрын
I want to buy your code. How much$?
@pinkigames-bp7yv
@pinkigames-bp7yv 2 ай бұрын
please provide source code
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi, thanks for watching the video! I believe you are asking for the source code file for this project, however, we encourage you to follow through the videos, as all code is revealed and explained. We do have our GitHub account where we upload the image files for the eLife project. Visit here: github.com/codeharvestguide/files Though, the source code for all our videos will be shared in our GitHub account github.com/codeharvestguide soon at 1K subscribers, so support us by sharing the video and knowledge to your friends, colleagues/class mates and loved ones and stay tuned! Happy coding! 🙌
@342crazy666
@342crazy666 2 ай бұрын
Is this for sale?
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi, Unfortunately this eCommerce is not for sale, we only provide beginner tutorials to guide you on how to create and design eCommerce websites, so this is only for demonstration. Though, perhaps you can find the products from the images we displayed and used in this video for sale in the Sharaf DG website. Thanks for watching, and happy coding! 🙌
@shuvo7919
@shuvo7919 2 ай бұрын
Give me figma file
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@shuvo7919 Hi, thanks for watching the video! I believe you are asking for the source code file for this project, however, we encourage you to follow through the videos, as all code is revealed. We do have our GitHub account where we upload the image files for the eLife project. Visit here: github.com/codeharvestguide/files The source code for all our videos will be shared in our GitHub account github.com/codeharvestguide soon at 1K subscribers, so support us by sharing the video and knowledge to your friends, colleagues/class mates and loved ones and stay tuned! Happy coding! 🙌
@sjo_learning
@sjo_learning 2 ай бұрын
Beautiful Minimalist Design <3
@codeharvestguide
@codeharvestguide 2 ай бұрын
The full playlist of the Product Page Series can be found here: kzbin.info/aero/PL0lX0bJqJuTGGrjBqypE8mHHdCIFY49mo Welcome to Part 7 of the eLife E-commerce Electronics Product Page! This is the seventh part of the WebSeries, where we use JavaScript to create a slider/slideshow, where users can click on the "next" button to view a smooth transition from a product card to another, and vice versa for "previous" button. We also make sure that the function is applicable to all containers/sections of the products (i.e: all, headphones, smartwatch etc.). The creation of the promotion card with animation will be available in part 8 of the eLife WebSeries, so stay tuned, and happy coding! 🙌 Homepage Tutorial: kzbin.info/www/bejne/fmHUqX-dothgb68si=wIAG_ra-h2DUGGNV Image Files: github.com/codeharvestguide/files Subscribe to Code Harvest if you have not already, like this video and comment down below! Now let's hustle together!
@RyanKuy-t4c
@RyanKuy-t4c 2 ай бұрын
is this responsive? Can work on mobile and tablet as well?
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi, This tutorial specifically demonstrates product page for desktop screens, thus it is not responsive to other screens, though we will create a tutorial in which the mobile and tablet design will differ from this desktop design, so stay tuned! Thanks for watching, happy coding! 🙌
@RyanKuy-t4c
@RyanKuy-t4c 2 ай бұрын
@@codeharvestguide Thanks! can't wait to see that
@LizLazo-i7o
@LizLazo-i7o 2 ай бұрын
Thanks ❤
@greatachievers5731
@greatachievers5731 2 ай бұрын
Much impressive!
@vivekbhat9803
@vivekbhat9803 2 ай бұрын
is this responsive? did you wrote media query?
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi @vivekbhat9803 This tutorial demonstrates how to create an E-Commerce homepage specifically for desktop screens. However, as part of our web series, eLife, we will also provide a tutorial on how to make the homepage, and other pages of the eLife website, responsive for all other screen sizes. Thanks for watching, happy coding! 🙌
@Nguyen-The-Hung
@Nguyen-The-Hung 2 ай бұрын
JS for Carousel not run when click button prev-next
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@Nguyen-The-Hung Hi! Thanks for following with the eLife WebSeries. If what you're asking is the function of the sliders, where a user clicks on either prev or next button to change the product cards displayed (like a slideshow), we do not demonstrate this in the video, however it will be shown in part 7. Happy coding! 🙌
@Nguyen-The-Hung
@Nguyen-The-Hung 2 ай бұрын
@@codeharvestguide Thank you! wait part 7 from you.
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi passionate coders, Unfortunately, the change we added in CSS was not included in the video, so here is the explanation: In your product card class '.product-card', you'll need to set the width and height to 0, then create a new selection called '.product-card.active' and add the width and height properties of the product card which are: 'width: 260px; height: 379px'. This ensures only the product cards that have the active class added (through JavaScript) are displayed. Thanks for watching the video, happy coding! 🙌
@Nguyen-The-Hung
@Nguyen-The-Hung 2 ай бұрын
Code CSS for add 'active'?
@codeharvestguide
@codeharvestguide 2 ай бұрын
Oh apologies, it seems the video has not included the CSS explanation, so here is what changed in CSS: So for your product card class '.product-card', you'll need to set the width and height to 0, then create a new selection called '.product-card.active' and add the width and height properties of the product card which are: 'width: 260px; height: 379px'. This ensures only the product cards that have the active class added (from JavaScript) are displayed. I hope this answer satisfies you! Happy coding! 🙌
@newshortschannel1
@newshortschannel1 2 ай бұрын
product click and fetch single page product coding video ?
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi, for a video to see how you can fetch the specific product page of a product you clicked, you can view the tutorial here: kzbin.info/www/bejne/o3-riZd_jsmHY6Msi=OKvaOH6dCURZyi7C However, the video (of this link) does not fully explain each line of code added, and is not part of this eLife WebSeries, but a full tutorial for this series on creating and fetching a single product page will be posted soon, so stay tuned! Happy coding! 🙌
@codeharvestguide
@codeharvestguide 2 ай бұрын
The full playlist of the Product Page Series can be found here: kzbin.info/aero/PL0lX0bJqJuTGGrjBqypE8mHHdCIFY49mo Welcome to Part 6 of the eLife E-commerce Electronics Product Page! This is the sixth part of the WebSeries, where we use JavaScript to create a function that allows users to add items to their cart and wishlist, where common methods, such as forEach and toggle, are used. The function of the slideshow will be available in part 7 of the eLife WebSeries, so stay tuned! 🙌 Homepage Tutorial: kzbin.info/www/bejne/fmHUqX-dothgb68si=wIAG_ra-h2DUGGNV Image Files: github.com/codeharvestguide/files Subscribe to Code Harvest if you have not already, like this video and comment down below! Now let's hustle together!
@NagireddygariBhanuprakash
@NagireddygariBhanuprakash 9 күн бұрын
@codeharvestguide could you please send the whole code all the 10 parts so it would be helpful to verify once again?
@newshortschannel1
@newshortschannel1 2 ай бұрын
madam ?
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@newshortschannel1 Hi, how may I help you? 🙌
@newshortschannel1
@newshortschannel1 2 ай бұрын
@@codeharvestguide yes
@Nguyen-The-Hung
@Nguyen-The-Hung 2 ай бұрын
Part 6 plesea?
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@Nguyen-The-Hung Hi, the video for part 6 has been made, so it will be posted very soon, stay tuned! 🙌
@unusualliquor3212
@unusualliquor3212 2 ай бұрын
Your screen keeps freezing
@codeharvestguide
@codeharvestguide 2 ай бұрын
Hi, We are very sorry for this inconvenience, the screen recorder we used here kept breaking, though now we changed to a proper screen recorder that does not freeze. Check out our eLife WebSeries, which offers a similar video demonstrating how to create a product page: kzbin.info/aero/PL0lX0bJqJuTGGrjBqypE8mHHdCIFY49mo Happy coding! 🙌
@UvaisK-sg2jy
@UvaisK-sg2jy 2 ай бұрын
Really helpful video❤
@codeharvestguide
@codeharvestguide 2 ай бұрын
The full playlist of the Product Page Series can be found here: kzbin.info/aero/PL0lX0bJqJuTGGrjBqypE8mHHdCIFY49mo&si=7ue7NJpWNbF9PTrX Welcome to Part 5 of the eLife E-commerce Electronics Product Page! This is the fifth part of the WebSeries, where we use JavaScript to create spacing between each product card, as using the CSS property 'justify-content: space-between' can cause unnecessarily disruptive outcomes . The function of the slideshow and adding items in a user's cart when they click on the blue 'Add To Cart' button, and when a user clicks on the heart button to add an item to their wishlist will be shown in part 6, so stay tuned! Happy coding! 🙌
@GreenField-p7q
@GreenField-p7q 2 ай бұрын
It is very helpful. Thanks
@Nguyen-The-Hung
@Nguyen-The-Hung 2 ай бұрын
Part 5?
@codeharvestguide
@codeharvestguide 2 ай бұрын
Coming today 🙌
@newshortschannel1
@newshortschannel1 2 ай бұрын
please coding for single product page and fetch id ?
@hugocangi6214
@hugocangi6214 2 ай бұрын
buenisimo lo espero
@hugocangi6214
@hugocangi6214 2 ай бұрын
Hello, good afternoon, I wanted to ask you if you are planning to upload video 5 of e'commers today to continue, let me know, thank you
@codeharvestguide
@codeharvestguide 2 ай бұрын
@@hugocangi6214 Hi, thanks for staying in tune with the series! Due to outside factors the video will not be out today, but tomorrow. Thank you for your patience 🙏 Happy coding! 🙌
@Nguyen-The-Hung
@Nguyen-The-Hung 2 ай бұрын
File Start Project Please?
@hugocangi6214
@hugocangi6214 2 ай бұрын
Well I'm waiting for the 5th part, thank you
@hugocangi6214
@hugocangi6214 2 ай бұрын
Good morning, I ask what is the continuation of video 4 of e'comerce, I can't find it???? I appreciate you knowing the address