• 0

jquery plugin problem


Question

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

  • 0

yea i didnt put that it came with the shopping cart as a features i guess haven't seen the option to turn it off yet...

As far as the slideshow it works fine but sometimes it doesnt load properly and the numbers appear behind the image... no idea why?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • The post-installation disk footprint hasn't changed much. In version 0.99.1, it was 979 MB. Now, it is 959 MB. That's just 2%. Also, PowerToys fills the disk with logs like crazy. Just look inside "\AppData\Local\Microsoft\PowerToys".
    • Yeah, right! /s They've been saying that for two centuries now. Look up "China's final warning" on Wikipedia.
    • I have not verified if any of the fixes mentioned on the below article actually work. Why Claude Code Eats All Your RAM (And How to Fix It) There are at least four separate things that can eat your RAM, and only one of them is your fault. The Four Culprits 1. Bloated Session Logs (The Silent Killer). For 2-4 and more inluding the suggested fixes, see link https://marceloretana.com/blog...aude-code-eats-all-your-ram
    • One of my PC's is Windows 11 Home Edition... and guess what? it supports Hyper-V Disks and Containers, as well as WSL2... which these desktop tools leverage on an as-needed basis. It does not need to be enabled system-wide; it merely needs to exist. Furthermore, I tried something yesterday with Hermes Desktop and their "installer" actually builds everything from source as part of its installer toolchain! The installer (and updater as it were) both go through a roughly 19-step process to prep the system for the tool to be used -- and connectivity to local/remote models, local/remote agent configs, and other steps are not included as part of this process (those are all user config steps post-install). ALSO, the "bug wasn't confirmed to exist" is the weakest argument against a bug. That's literally every flawed product's knee-jerk reaction! Even politicians, lawmakers, murderers, and other violent criminals start with that defense... "I deny everything I'm accused of." The bug is the (shared) experience. Whether it's truly Claude Code's fault, or user error, or some other software package being the ultimate culprit, is not the point. They are experiencing unpleasant side effects and don't like that.
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      515
    2. 2
      PsYcHoKiLLa
      208
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      96
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!