Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2.3.4 fails to generate thumbnails


Christiane N

Recommended Posts

Hello Forum,

 

After installing osCommerce 2.3.4 everything worked fine until I deleted the sample products that were listed.

 

Now the product pages don't create/generate thumbnails anymore. Is there a solution? I couldn't find anything in the forum or by googling.

 

May I ask if someone kindly takes a look?

 

http://www.mccpower.com/product_info.php?cPath=22&products_id=30

 

http://www.mccpower.com/product_info.php?cPath=23&products_id=35

 

 

Best regards,

 

Christiane

Link to comment
Share on other sites

After installing osCommerce 2.3.4 everything worked fine until I deleted the sample products that were listed.

 

Now the product pages don't create/generate thumbnails anymore. Is there a solution? I couldn't find anything in the forum or by googling.

Hi,

 

if you want smaller preview images, change the value here:

 

$('#piGal').photosetGrid({

    layout: '<?php echo $photoset_layout; ?>',

    width: '250px',

    highresLinks: true,

   ............

 

Greetz

J.J.

Link to comment
Share on other sites

... and if you want to configure the images size from the admin as used from earlier osc versions you may replace the above mentioned code in product_info by:

 

  $('#piGal').photosetGrid({
    layout: '<?php echo $photoset_layout; ?>',
    width: '<?php echo SMALL_IMAGE_WIDTH . 'px';?>',
    highresLinks: true,
 

J.J.

Link to comment
Share on other sites

Gentlemen,

 

Thank you very much for the helpful replies.

 

Now I understand that there will be one larger and several smaller preview images a soon as I add more than two photos.

But as long as I add only 1 to 2 photos, there will be one or two preview images of the size I defined in product_info.php.

 

You all have a good evening.

 

Best regards,

Christiane

Link to comment
Share on other sites

@@Dan Cole @@De Dokta @@burt

 

Gentlemen,

 

Sorry to bother you again, but the pictures still don't look good to me.

 

http://www.mccpower.com/product_info.php?cPath=24_25&products_id=36

 

The small pics below the larger top one look like they were glued to it. Nonetheless, they don't look like they did in the sample products.

Do you have any ideas?

 

Please refer to attached file as to how what they should look like (in my opinion) o:)

 

Regards,

Christiane

post-329682-0-91407900-1410391277_thumb.png

Link to comment
Share on other sites

Hi,

 

it looks different because the sample pictures have white borders - yours have not. :rolleyes:

You may enforce a gap between your pictures by adding this to the code:

 

  $('#piGal').photosetGrid({
    layout: '<?php echo $photoset_layout; ?>',
    width: '250px',
    gutter: '5px',  ///or any other appropriate value
    ......

 

J.J.

Link to comment
Share on other sites

@@De Dokta

I can't say how grateful I am for the patient and helpful advise. I can see why you became the member of the month. Thank you. Beste Grüße aus Florida in die alte Heimat.

 

@@burt

Thank you for taking the time to respond. Please allow me to apologize for my ignorance. Obviously I wasn't capable to even find the first 1000 of the tutorials that are available.

 

Best regards,

Christiane

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...