First cat. photo invisble

marik

No avatar

2007-03-14 13:30

If you have a categorie with a picture you get the first photo as hyperlink in a submenu.
That photo stands on that sub in to under the text.
Where you get a small photogallery of the added pictures.

But i do'nt want the first picture is that possible?

» Quick.Cart v1.x

treewood (OpenSolution)

Avatar: treewood

2007-03-14 15:37

marik - i am not sure that i understand You correctly but edit templates/products_category.tpl and templates/contents_more.tpl and block PHOTO_DEFAULT. This block show default/first photo

marik

No avatar

2007-03-14 16:26

Still see it.
(Got imagewatermark installed)

If i delete in imagewatermark.tpl:
<!-- BEGIN ALL_OTHERS -->
<a href="$aList[sLightboxPath]" rel="lightbox[group]"><img src="$aList[sPhotoSmall]" alt="$aList[sDescription]" title="$aList[sDescription]" /></a>
<!-- END ALL_OTHERS -->

all my pictures will dissapear

marik

No avatar

2007-03-14 16:27

I think it's not possible :$

You can choose between all the pictures of none

treewood (OpenSolution)

Avatar: treewood

2007-03-15 08:19

marik - you didn't said that You have imagewatermark.tpl plugin. I have no experience with that. Contact with wizzud

marik

No avatar

2007-03-15 12:26

Wizzud don't answers
Even like the tax plugin

treewood (OpenSolution)

Avatar: treewood

2007-03-15 16:15

marik - then maybe claps?

marik

No avatar

2007-03-19 16:47

Claps don't read the fora?
This is the code of imagewatermark
-----------------------------------------------------------------------------------------------
<!-- BEGIN SCRIPT -->
<script type='text/javascript'>
var altFileBottomNavCloseImage = '$lang[WatermarkLightbox_Close]';
var altFileLoadingImage = '$lang[WatermarkLightbox_Loading]';
var numberDisplayText_Image = '$lang[WatermarkLightbox_Image]';
var numberDisplayText_of = '$lang[WatermarkLightbox_of]';
</script>
<script src="$config[dir_plugins]imageWatermark/prototype.js" type="text/javascript"></script>
<script src="$config[dir_plugins]imageWatermark/effects.js" type="text/javascript"></script>
<script src="$config[dir_plugins]imageWatermark/lightbox.js" type="text/javascript"></script>
<!-- END SCRIPT -->
<!-- BEGIN PRODUCTS_MORE -->
<div class="photo">
<a href="$aList[sLightboxPath]" rel="lightbox[group]" title="$aList[sDescription]">
<img src="$aList[sPhotoSmall]" alt="$aList[sDescription]" title="$aList[sDescription]" />
</a>
</div>
<!-- END PRODUCTS_MORE -->
<!-- BEGIN ALL_OTHERS -->
<a href="$aList[sLightboxPath]" rel="lightbox[group]">
<img src="$aList[sPhotoSmall]" alt="$aList[sDescription]" title="$aList[sDescription]" />
</a>
<!-- END ALL_OTHERS -->

Back to top
about us | contact