Slideshow by categories
4 posts
• Page 1 of 1
Slideshow by categories
Hello to all,
Where can I find slideshow module who will display slides in categories by spcific category. Example: tools category - displaying tools slideshow (not products, but custom images).
If there is no module, how can I implement this future?
Where can I find slideshow module who will display slides in categories by spcific category. Example: tools category - displaying tools slideshow (not products, but custom images).
If there is no module, how can I implement this future?
- romas1
- Posts: 2
- Joined: Tue Mar 15, 2011 6:33 am
Re: Slideshow by categories
My fovourite is easy slider http://webscripts.softpedia.com/script/Internet-Browsers-C-C/Navigation/Easy-Slider-52119.html
Add the main links in header and then in every category description , insert the images that you want.
Add the main links in header and then in every category description , insert the images that you want.
-

florinsith - Posts: 2745
- Joined: Thu May 13, 2010 6:36 pm
Re: Slideshow by categories
Please provide an example, I'am so lost...
- romas1
- Posts: 2
- Joined: Tue Mar 15, 2011 6:33 am
Re: Slideshow by categories
You have all the information http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider
The main links to the .js and css , you place them before </heade> in header.tpl
In category description you place: (that code is the most simple example for easyslider)
plus
All the other necessary info , you can find in that link above.
The main links to the .js and css , you place them before </heade> in header.tpl
In category description you place: (that code is the most simple example for easyslider)
- Code: Select all
<div id="slider">
<ul>
<li>content here...</li>
<li>content here...</li>
<li>content here...</li>
...
</ul>
</div>
plus
- Code: Select all
$(document).ready(function(){
$("#slider").easySlider();
});
All the other necessary info , you can find in that link above.
-

florinsith - Posts: 2745
- Joined: Thu May 13, 2010 6:36 pm
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: yinako and 12 guests














