HTML Navigation Menu Alignment Issue Programming Databases by khan zain "I'm working on a navigation menu for my [HTML](https://iqratechnology.com/academy/html-training/) page, but it's not behaving as expected. The links aren't aligning properly, and the styling seems a bit wonky. I've included the code below. Can anyone help me figure out what's causing this navigation headache? This my Code <!… How Build video-player in html And css ? Programming by Kirubel_2 <head><title>navigation</title> <link rel="stylesheet" href="../css/nav.css"> <link rel="stylesheet" href="../css/tutorial.css"> <link rel="stylesheet" href="../css/vedio.css"> <link rel="stylesheet" href="… How Build Html form ? Programming by Kirubel_2 <!DOCTYPE html> <html style="font-size: 16px;" lang="en"><head> <title>Comment</title> <script src="js/jquery.js"></script> <link rel="stylesheet" href="sign.css"> </head> <body … Re: Improve HAVING BY performance Programming Databases by Dani Here are some articles that can explain it in greater depth: * https://web.dev/learn/performance/why-speed-matters * https://developer.mozilla.org/en-US/docs/Learn/Performance * https://web.dev/explore/fast The HTML page must be downloaded in its entirety before the web browser can begin loading anything else (CSS, Javascript, images, etc.)… Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Re: Finished learning basics of html and css. What next? Community Center Geeks' Lounge by Dani Or you could try the React framework instead of Angular. I've heard better things about it. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by rproffitt This is not an offer of edits or support. slideDelay at https://www.lightgalleryjs.com/docs/settings/ looks like something I'd look to add or change. Sometimes website owners don't code so they end up a little frustrated. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book I saw that the `slideDelay` is already set to 0. I uploaded the full code from the file `lightgallery.min.js` here is the pastebin link to it https://pastebin.com/v4qKbwVd `https://www.kupisi.mk/vendor/lightgallery/lightgallery.min.js` There are three files in the lightgallery folder `lightgallery.min.js` `lightgallery.umd.js` `… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book @rproffitt I tried it with various higher numbers than 0 and it did no helped... How can this be so big problem i don't understand :/ The products with videos in them are hurting my SEO... ![Screenshot_2024-03-21_093154.png](https://static.daniweb.com/attachments/4/b8ebec361fed813b05ae54827e38e9c6.png) Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Hello, Google Search Console is showing that vidceo is not the main content of the page, because I don't see any video on [this page](https://www.kupisi.mk/product/index.php?mainCategory=%D0%B7%D0%B0-%D0%B4%D0%BE%D0%BC%D0%B0&productName=%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D0%B7%D0%B0%D0%BB%D0%BD%D0%BE-%D0%BF%D0%B0%D0%BC%D0%B5%D1%82%D0%BD%D0… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book WOW finally solved! Thank you so much DANI !! Removing the autoplay from the `// Product Gallery Swiper1 ==` solved the problem! Thank you so much! Here is a product page with a video https://www.kupisi.mk/product/за-дома/глава-за-туш-со-филтер-за-прочистување-вода/41 Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Glad you were able to get it working. I am seeing the product page with a video you're referring to. The video does not autoplay. Are you wanting the video to autoplay? (I don't think it should. It's a bad user experience.) Is Google not considering these pages as having video content? Seeking Help for Creating a Circle Generator Tool Programming Game Development by jackwells Hello, fellow coders, I'm relatively new to coding and web development but excited to embark on a project combining my passion and my budding programming skills. I'm eager to create a tool like this https://minecraftcirclegenerate.com/ created using HTML, CSS, and JavaScript. As a beginner, I'm seeking guidance on where to start and how to … Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development by jackwells Here is a code i created <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Minecraft Circle Generator</title> <link rel=&… Re: Extracting values from capturing groups in regex Programming Software Development by Tom_45 It's a long one, but here it is. <head><title>Popular Baby Names</title> <meta name="dc.language" scheme="ISO639-2" content="eng"> <meta name="dc.creator" content="OACT"> <meta name="lead_content_manager" content="JeffK"&… Re: Header design inconsistency between the Home and Blog Page Programming Web Development by Dani It sounds like the Kadence theme has its own additional CSS that is overriding some of the CSS you're using for your custom header. Re: How to Code a Load More Button? Digital Media Digital Marketing Search Engine Strategies by MarkMarketer Creating a "Load More" button is a common feature when it comes to handling large data sets. The idea is to load a small amount of data initially and then load more data as the user requests it. This can be done with a combination of HTML, CSS, and JavaScript. This guide will take you through creating a simple "Load More" … Re: Design vs. Coding Programming Software Development by pritaeas > I think that to be a good coder one must show some talent for design. And to be a good designer one must show some talent at code. I have never experienced this in any of the companies I have worked for. It's a bit different for web apps, since some designers know (the quirks of) HTML/CSS, but to me that is not coding. Re: I need counting code php and mysql and bootstrap Programming Web Development by Dani I have no idea what type of counting code you need, nor how that would be related to Bootstrap (the CSS framework). Please take more time to help us to help you. Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by toneewa jQuery's ready() works asynchronously, even if the DOM is already ready, which keeps your code running consistently. jQuery simulates the non-existent DOMContentLoaded event on obsolete browsers like Internet Explorer, using deferred execution, that fires later than the real event in other browsers, making sure it doesn't run too early. … Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani Hello there! I can try my best to help you as I'm pretty good with this kind of thing. However, I'm a bit confused what you're referring to. I'm on your website's homepage, and I don't know what swipe effect you're referring to? I'm on a macOS laptop using Chrome. Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book I am sorry i am a little bit late to reply but i still didnt manage to fix the problem. Here is the product page https://kupisi.mk/product/%D0%B7%D0%B0-%D0%B4%D0%BE%D0%BC%D0%B0/%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D0%B7%D0%B0%D0%BB%D0%BD%D0%BE-%D0%BF%D0%B0%D0%BC%D0%B5%D1%82%D0%BD%D0%BE-%D0%B4%D0%B0%D0%BB%D0%B5%D1%87%D0%B8%D0%BD%D1%81%D0%BA%D0%BE/… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book Please if someone have the knowledge or used this theme before help me i have searched the files many times and i am not able to find that variable to turn it OFF :S Re: Can someone please advice me for hoe can i prevent xss attacks ? Programming Web Development by gottaloveit In whatever code language is running on the server, use a well known database library that is well documented and features XSS aka sql injection prevention. Re: Can someone please advice me for hoe can i prevent xss attacks ? Programming Web Development by webhostingworld Minimize the use of inline JavaScript within your HTML code. Instead, use external JavaScript files and scripts to separate content from functionality.Ensure that sensitive cookies have the HttpOnly and Secure flags set. Re: How can I make my website easier to use? Programming Web Development by mathanm In short: Enhance the overall design for a more modern and visually appealing look. And add features like comment sections, likes, shares, and user ratings to increase user engagement. Re: How can I make my website easier to use? Programming Web Development by myresellerhome There are several ways to make your memes site more user-friendly and fun. Start by upgrading your website's UI and UX. Make it attractive, intuitive, and user-friendly. Improve meme uploading and sharing by simplifying the layout. To increase user engagement and fun, try integrating interactive features. A voting system that lets users rank and… Re: How can I make my website easier to use? Programming Web Development by jofrachalya142 The one thing I learned over the years is that if you want to optimize your site and make it easier to use, then measure heatmap of the site. The different platforms out here to measure heatmap but the one I liked the most is MS Clarity. Put your site there are measure how the user is interacting with the site through heatmap & recordings. … Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book Anyone can help on this problem? Please I need guidance Programming Web Development by Naija kid_1 Hi, Goodday everyone, I'm new to web development, please if I had questions, could I ask on her for a help reply?