- 0
jquery plugin problem
Asked by
robertobaggio2k,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By Captain_Eric · Posted
Got it. Seem like a good improvement. Thanks. But, before we "Add the source to Trusted Sites," how would know if it is trusted or not? Could get messy for not first Knowing" it is clean. See what I mean? -
By Copernic · Posted
AB Download Manager 1.9.0 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.0 changelog: Added Czech language support User-friendly error messages for download errors (#1252) An option to remember the last selected queue and quickly add downloads to it by long-clicking the Add button ( #1246) An option to export/import downloads using JSON format A Download button on the multi-download page for cases where users do not want to start downloads without queue processing (#1247) The app now includes a logger that can be enabled using a command-line flag (#1226) Startup errors are now logged automatically to help diagnose initialization issues Changed The default unqueued "Max Concurrent Downloads" value has been changed from "Unlimited" to 3 (This can be customized in the app settings) Improved Updated translations Added an indicator on the Android main page when resume is not supported (#1248) Extract the file name from the download link as a fallback when no response information is available (#1209) Minor UI/UX improvements Download: AB Download Manager 1.9.0 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware -
By kiddingguy · Posted
32 GB RAM here. What’s the issue? -
By Dutchie64 · Posted
Good consumer.......... /s -
By +virtorio · Posted
I just started using Teams (and “New” Oiutlook) at work (instead of Slack) and both are truly abysmal pieces of software.
-
-
Recent Achievements
-
DragonOfMercy earned a badge
First Post
-
bella52 earned a badge
First Post
-
Techinmay earned a badge
Reacting Well
-
WndSks went up a rank
Collaborator
-
Sopa flores earned a badge
One Month Later
-
-
Popular Contributors
-
Tell a friend
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