Post by romas1 » Tue Mar 15, 2011 2:36 pm

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?

Newbie

Posts

Joined
Tue Mar 15, 2011 2:33 pm

Post by inactiveaccount9912 » Tue Mar 15, 2011 4:50 pm

My fovourite is easy slider http://webscripts.softpedia.com/script/ ... 52119.html
Add the main links in header and then in every category description , insert the images that you want.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am

Post by romas1 » Tue Mar 15, 2011 4:54 pm

Please provide an example, I'am so lost...

Newbie

Posts

Joined
Tue Mar 15, 2011 2:33 pm

Post by inactiveaccount9912 » Tue Mar 15, 2011 5:52 pm

You have all the information http://cssglobe.com/post/3783/jquery-pl ... ent-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)

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.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am
Who is online

Users browsing this forum: No registered users and 32 guests