WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery slider

(1/2) > >>

svsanchez:
Hello community, I would like to do the following:

Bakery allows me to upload more than one image for each product, but I then have to INSERT the product pictures on the product page. I would like to know if there is a way to show the images I upload to a product and show them as a slider?

Thank you!

jacobi22:
i have a a slider for bakery <= Vers. 1.60, you have the vers 1.70??

svsanchez:
Hello Jacobi, that's great, I prefer using V1.60 because of the checkout problem when there is only 1 payment option. Where can I see your Bakery slider and how can I configure it on my shop?!

jacobi22:
take a look here  in the header -> http://www.dekogut-shop.de/pages/produkte/schwingfiguren.php

the slider use the main-image-thumbs from the media/bakery/thumbs-folder, the best effect has pictures with the same width && height, on this project i use 100 x 100 in the CSS, but not all pictures on this page are 100 x 100

the slider use jquery and the jcarousellite-plugin
the slider-script read the main-images-thumbs from the bakery-database, called in the template or in a code(2) section with

--- Code: ---<?php bakeryslider(8,2,5); ?>
--- End code ---

the first number means: search the pics from 8 items only (0 for all items)
second number:  0 = sort by item_id DESC  , 1 = sort by item_id ASC , 2 = random order
thirth number: 5 = how many pics in the slider = slider-width

its not possible to select some special items (or you change the code in include.php)

a link from the slider-pic go to the product-page

jacobi22:
another way from the bakery page -> http://www.bakery-shop.ch/#itemslide

see -> http://www.websitebakers.com/pages/code-snippets/listings/itemslide.php

Navigation

[0] Message Index

[#] Next page

Go to full version