i inserted this plugin on our new website which is currently on a private server for testing purposes, and the plugin above featured products doesnt seem to wanna work correctly, only sometimes it shows fine but as soon as i press refresh it screws up again.
I just want to know why the volume control feature in the browser version keeps appearing then disappearing, here today - gone tomorrow. Now it's gone again. Annoying as hell.
This article does not make sense and it’s very evident, the bug wasn’t confirmed to exist, because the application itself runs on editions of Windows which make it impossible to run Hyper-V VMs on, “Basically, Claude Desktop on Windows spins up a 1.8GB Hyper-V virtual machine if you use Claude Cowork or agent mode even once.”, suggests the bug is caused by something else otherwise it would only happen to users with the capability of running Hyper-V VMs and that’s only if Hyper-V was enabled which is by default not enabled.
The true issue is that the author who reported the bug used the incorrect terminology, it’s actually a container, not a VM that is being started by the way. There were users on macOS reporting the same issue, Hyper-V, doesn’t exist on that platform obviously.
Every single user who confirmed the problem in the last week was either using macOS making this issue impossible to be relevant to them, or was a comment talking about WSL, which the author indicated 3 months ago was disabled.
“To prevent hallucination issues and keep the database clean, the platform uses a multi-agent verification loop to check code quality.” - This absolutely isn’t happening.
”Before the massive rise of LLMs, which tanked its traffic by about 50% over the last couple of years, Stack Overflow was the go-to website for millions of programmers seeking coding solutions.” - It still is trusted, because the community of users, blocked other users from submitting false and misleading answers generated by AI agents that can be convinced something it generated is actually incorrect even if it’s actually correct. The company itself doesn’t know what it wants to be so it keeps trying and failing to introduce AI features to the platform. This effort will also fail, already submitted one successful poison pill, look forward to generating more.
Question
robertobaggio2k
alright this thing is driving me off the wall!
i inserted this plugin on our new website which is currently on a private server for testing purposes, and the plugin above featured products doesnt seem to wanna work correctly, only sometimes it shows fine but as soon as i press refresh it screws up again.
http://vjepd.zqcah.servertrust.com/
Above is the link to the website.
Btw any opinions and feedback is also appreciated as we are going live this friday.
Thanks for your help!
Here's the html code
<link href="/v/vspfiles/jmenu/css/main.css" rel="stylesheet" type="text/css"> <link href="/v/vspfiles/jmenu/css/slideshow.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="https://code.jquery.com/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="/v/vspfiles/jmenu/src/jquery.slideshow.js"></script> <div id="app"> <div class="slideShow"> <ul class="slides" style="width: 500px"> <li class="slide selected" style="position: absolute; display: list-item; "><img src="/v/vspfiles/assets/images/freeshipping1.gif" width="500px" border="0" alt=""></li> <li class="slide" style="position: absolute; display: none; "><img src="/v/vspfiles/assets/images/freeshipping1.gif" width="500px" border="0" alt=""></li> <li class="slide" style="position: absolute; display: none; "><img src="/v/vspfiles/assets/images/freeshipping1.gif" width="500px" border="0" alt=""></li> <li class="slide" style="position: absolute; display: none; "><img src="/v/vspfiles/assets/images/freeshipping1.gif" width="500px" border="0" alt=""></li> </ul> <ul class="navigation"> <li><a href="javascript:void(0);" class="page">1</a></li> <li><a href="javascript:void(0);" class="page">2</a></li> <li><a href="javascript:void(0);" class="page">3</a></li> <li><a href="javascript:void(0);" class="page">4</a></li> </ul> </div> <script type="text/javascript"> $(document).ready(function() { $('.slideShow').slideShow({ hoverNavigation: false, interval: false }); }); </script> </div>here's the main css code
#app { margin: 0px auto; max-width: 525px; } #footer { border-top: 5px solid #939393; padding-top: 0.25em; } ul.inline li { display: inline-block; } ul.list, ol { margin: 0em 0em 1em 0em; } ol li { list-style-type: decimal; margin-left: 1.5em; } ul.list li { list-style-type: disc; margin-left: 1.5em; } dl.footnotes { font-size: 0.8em; line-height: 1.5em; border-top: 1px solid #D8D8D8; } dl.footnotes dt { width: 10px; float: left; font-weight: bold; } dl.footnotes dd { } .tag { color: #7F7F7F; margin: 0em 0.2em 0em 0em; font-size: 0.5em; padding: 0.2em 0.3em; background-color: #E6E6E6; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-box-shadow: 1px 1px 1px rgba(90,90,90,0.3); -webkit-box-shadow: 1px 1px 1px rgba(90,90,90,0.3); box-shadow: 1px 1px 1px rgba(90,90,90,0.3); } .debugOutput { display: none; }here's the slideshow css code
/* slideshow styles */ .slideShow ul, .slideShow li, .slideShow ol { list-style-type: none; margin: 0px; padding: 0px; font-family: Geneva, Arial, Verdana; } .slideShow { padding: 10px; border: 1px solid #B3B3B3; clear: both; margin-bottom: 10px; } /** navigation **/ .slideShow .navigation { margin: 5px 0px 0px 0px; clear: left; display: block; } .slideShow .navigation li { display: inline; } .slideShow .navigation a { background-color: #B3B3B3; margin: 0px 2px 0px 0px; padding: 3px 8px; color: #232323; display: inline-block; text-decoration: none; border: 1px solid #fff; font-size: 0.8em; text-shadow: 0px 1px rgba(255,255,255,0.5); text-transform: uppercase; } .slideShow .thumbs a { padding: 0px; overflow: hidden; background-color: transparent; height: 50px; } .slideShow .navigation a:hover, .slideShow .navigation a.selected { background-color: #6C6C6C !important; border: 1px solid #6C6C6C; color: #000000; } .slideShow ol.topNavigation { margin: 0px 0px 10px 0px; } /** slides with more than an image in it **/ .slide h1 { position: absolute; background-color: #ffffff; left: 0px; top: 0px; } .slide dl dt { width: 500px; } /** slides with text over images **/ .slide p { margin: 1em; position: absolute; background-color: #000; color: #fff; z-index: 1; padding: 0.2em 0.8em; } .slide p a { color: #fff; } /** slideshow with images in navigation **/ .navigation.white a, .navigation.white li { background-color: #ffffff; } .navigation.white a { border: 1px solid #ffffff; padding: 0px; line-height: 0.8em; } .navigation.white a:hover, .navigation.white a.selected { background-color: #ffffff; border: 1px solid #999; }If you know of a better looking slideshow plugin let me know :)
Link to comment
https://www.neowin.net/forum/topic/984940-jquery-plugin-problem/Share on other sites
3 answers to this question
Recommended Posts