Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book … the full code from the file `lightgallery.min.js` here is the pastebin link to it https://…v4qKbwVd `https://www.kupisi.mk/vendor/lightgallery/lightgallery.min.js` There are three files in the lightgallery folder …`lightgallery.min.js` `lightgallery.umd.js` `lightgallery.es5.js` Please take a look and tell … Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani …link to the javascript file https://www.kupisi.mk/js/dz.carousel.js at the bottom of the page. When I… can make some other tweaks as well. dz.carousel.js **currently** looks like this (I passed it through a… JS beautifier to format the code): var MoonCartCarousel = function() { var … How Build video-player in html And css ? Programming by Kirubel_2 …="initial"; } } </script> <script src="../js/script.js"></script> <script src="…;../js/img.js"></script> </body> </html:… How Build Html form ? Programming by Kirubel_2 …;title>Comment</title> <script src="js/jquery.js"></script> <link rel="… Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by jkon … copy from https://code.jquery.com/jquery-3.7.1.js this part: // The ready event handler and self cleanup method… Re: Improve HAVING BY performance Programming Databases by Dani … fully loaded, meaning CSS files downloaded and rendering the HTML, JS files downloaded and executed, etc., in 2s or less. That… Re: Improve HAVING BY performance Programming Databases by Biiim … & frontend but i'm still just learning despite using JS for around 17 years. I currently am looking at storing… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book @kimnancy I tried contacting them for over 2 weeks... Their customer support is non existent P.S i still have the same problem... i still cannot disable the auto swiping effect... Tried to learn the lightgallery docs. but cant find relevant info 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 @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 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? 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: Extracting values from capturing groups in regex Programming Software Development by Tom_45 …;<td>465</td><td>Raphael</td><td>Francesca</td>… Re: How to Code a Load More Button? Digital Media Digital Marketing Search Engine Strategies by Dani … or on scroll. Therefore, what Google essentially sees with this JS running is the first page of results, and links to…possible that they think they are hidden by default via JS because they are behind a menu or navigation that …probable thing is that Google is familiar with Infinite-Scroll JS, since it's a super popular technique used by millions… Re: Seeking Help for Creating a Circle Generator Tool Programming Game Development by jackwells …"></div> <script src="script.js"></script> </body> </html… Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by toneewa …="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script> function benchmarkJQueryReady… How can I create a meme generator using js canvas? Programming Web Development by FarrisFahad I am trying to create a meme generator similar to imgflip.com I know javascript but not sure how to implement this. I want users to be able to move text around the canvas using mousemove event listener. But I am not sure if they are moving the text on the canvas or are they creating an overlay div then transform the dimension's to canvas? Re: How can I create a meme generator using js canvas? Programming Web Development by rproffitt As I read https://github.com/jacebrowning/memegen it looks more capable and complete than the other site you mentioned. To me I'd use this unless the goal is to write it from scratch. Re: How can I create a meme generator using js canvas? Programming Web Development by jessicaboland Creating a meme generator sounds like a fun project! To allow users to move text around the canvas using the mousemove event, you'll want to directly manipulate the text within the canvas rather than using an overlay div. See Example: const canvas = document.getElementById('yourCanvasId'); const ctx = canvas.getContext('2d');… Re: How can I create a meme generator using js canvas? Programming Web Development by kimnancy Implement text movement on the canvas using mousemove. Update text position within the canvas for efficiency; avoid overlay divs. Aligns with the graphical nature of meme generation. 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: How to disable the automatic swipe effect on the product page? Programming Web Development by Read a Book Anyone can help on this problem? Re: How to disable the automatic swipe effect on the product page? Programming Web Development by kimnancy I recommend checking the lightgallery documentation or reaching out to their support forum for assistance with disabling the automatic swipe effect on your product page. It might provide you with specific guidance on the code modification you're looking for. How to draw curves with raphael js? Programming Web Development by cj333 … -100[/CODE] during 5 seconds, How to do that with raphael js? Thanks. [CODE]<html> <head> …:#022d00;} </style> <script src="raphael-min.js" type="text/javascript" charset="utf…-8"> window.onload = function () { var paper = Raphael(0, 0, 500, 600); var path1=paper.path("M114… How to draw the line after animation by raphael js library? Programming Web Development by cj333 …draw a shape during 5 seconds, like this. I use raphael js library. But how to draw the line after animation? …charset=utf-8"> <script src="raphael-min.js" type="text/javascript" charset="utf-…-8"> window.onload = function () { var r = Raphael(0, 0, 500, 600); var p = r.path("M100… Problem with JS function Programming Web Development by rem2 …> <script src="raphael.js"></script> <…src,'Download'); } }); } function init() { var paper = Raphael("svg_drawing", 800, 600); var arr = []; var … PHP parse error ; syntax error ; unexpected error Programming Web Development by rapidwein …> <script type="text/javascript" src="Raphael.js"></script> <script type="text… on hover $date = date('F')." ".date('Y'); //load raphael analytics javascript //Parameters: "table[class], div[id], text[date…