I believe they installed the JSlider one.
Rechecked, it was easySlider, sorry.
Easy Slider 1.7 - jQuery plugin
* written by Alen Grakalic
* http://cssglobe.com/post/4004/easy-s...in-for-sliding
I believe they installed the JSlider one.
Rechecked, it was easySlider, sorry.
Easy Slider 1.7 - jQuery plugin
* written by Alen Grakalic
* http://cssglobe.com/post/4004/easy-s...in-for-sliding
Last edited by bridge32; 17 Jun 2012 at 07:26 PM.
Not positive on this one, as I do not use it ... but try this ...
Do a search in your Tools ... Developers Tool Kit ... and in the bottom input box enter:
easySlider
select Catalog ... and click the SEARCH button ...
You should find a file that if you look inside would have something like:
see how your images are defined in there ...Code:/* * markup example for $("#slider").easySlider(); * * <div id="slider"> * <ul> * <li><img src="images/01.jpg" alt="" /></li> * <li><img src="images/02.jpg" alt="" /></li> * <li><img src="images/03.jpg" alt="" /></li> * <li><img src="images/04.jpg" alt="" /></li> * <li><img src="images/05.jpg" alt="" /></li> * </ul> * </div> * */
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
This looks wrong:and, yes, your slider is using http://your_site_name/etc/etc when it could be using relative paths instead, which would then stop the insecure alerts.Code:<a href="https://pinterest.com/cakekraft/"><img src="//assets.pinterest.com/images/pinterest-button.png" width="80" height="28" alt="Follow Me on Pinterest" /></a>
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Hello again,
We i have spent over an hour to try and loctae the file Ajeh mentioned, but for the love of me i could not locate anything except the one she linked.
This means i cannot get to the file to amend the image url's
I have even gone to the developers site, and checked the files in the installation read me file, and funny enough, the file does not exist on my site lol.
So this "file" is somewhere else.
Not to worry yet, ill keep digging around.
Dr Byte - The section you pointed out (pinterest) was taken from their workaround pages to overcome ssl issues. You are right though, it should have been:
<a href="http://pinterest.com/USERNAME/"><img src="http://passets-ec.pinterest.com/images/about/buttons/pinterest-button.png" width="80" height="28" alt="Follow Me on Pinterest" /></a>
How about a search on:
<div id="slider">
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!