WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
quinto:
--- Quote from: freeSbee on May 12, 2010, 09:38:42 PM ---Hi Quinto
Which special chars are used in French besides of:
è é ê à â ç ï œ
È É Ê À Â Ç Ï Œ
Regards Christoph
--- End quote ---
i think u can include them all and add the °
it's used like the# in english
lepracaun:
Hi Guys, I don't know if I am overlooking something, but how do I get the Lightbox2 effect to work on my images? I have loaded multiple images to my product, and placed this in my template header:
--- Code: ---<script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/prototype.js"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="<?php echo TEMPLATE_DIR; ?>/js/lightbox.js"></script>
--- End code ---
I also copied the js/ folder to the template directory. Do I now need to go and edit the image settings in admin?
Thanks
Bluey Zarzoff:
Is there a way to add a piece of text to the page that lists the items for sale but does not appear when an item has been selected.
I have tried a few different ways including adding a block for the text on top of the Bakery block but I always have it showing on the item detail page as well.
Can this be done.
Thanks.
BlueNC:
First off: Awesome Module!! Thanks !!
Secondly: how do I change the default thumbnail sizes ? I need a very odd size, which is not any of the standard sizes listed in the backend.
Thanks for any help and pointers
freeSbee:
Hi BlueNC
--- Quote from: BlueNC on May 24, 2010, 02:48:59 PM ---how do I change the default thumbnail sizes ? I need a very odd size, which is not any of the standard sizes listed in the backend.
--- End quote ---
Go to the file modify_page_settings.php and edit the code below:
--- Code: ---$SIZES['40'] = '40x40px';
$SIZES['50'] = '50x50px';
$SIZES['60'] = '60x60px';
$SIZES['75'] = '75x75px';
$SIZES['100'] = '100x100px';
$SIZES['125'] = '125x125px';
$SIZES['150'] = '150x150px';
--- End code ---
Regards Christoph
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version