Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38
  1. #21
    Join Date
    May 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Using multiple images per product

    Quote Originally Posted by sklim1 View Post
    Unfortunately, this is not working for me. When follow the direction below, it only replaces the image and additional images are not showing.

    My site was working before the upgrade to 1.3.9h.

    Is there a module where I can just install and get this working?

    Any other suggestions?


    Same issue here. I've been at this half a day with no joy.

    Thanks.

  2. #22
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,961
    Plugin Contributions
    25

    Default Re: Using multiple images per product

    If you follow the instructions mentioned exactly, it will absolutely work (unless your template does not allow additional images to display, or you have additional images turned off in Catalog > Product Types > Product-General > edit layout > Show Product Additional Images). So we need to know exactly what you did (file names, folder locations, link to see product...)

  3. #23
    Join Date
    Jul 2011
    Posts
    19
    Plugin Contributions
    0

    Default Re: Using multiple images per product

    Yes, you were right. There was a problem with my template and even ftp upload didn't work. I needed a programmer's help and now fixed. Thanks.


    Quote Originally Posted by gjh42 View Post
    If you follow the instructions mentioned exactly, it will absolutely work (unless your template does not allow additional images to display, or you have additional images turned off in Catalog > Product Types > Product-General > edit layout > Show Product Additional Images). So we need to know exactly what you did (file names, folder locations, link to see product...)

  4. #24
    Join Date
    Feb 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Using multiple images per product

    Hello, people :)

    Could anybody help me to make the following:

    I using the colorbox for displaying larger images & slideshow when the product has multiply images.

    I want to remove "additional images" thumbnails from the product page, but save the ability to show multiply images (as slideshow) via clicking on the main image (so the module "additional images" that finds and forms array of additional images for product should still work, but just not show itself or thumbnails on the product page). It saves space and w/o it the idea of slideshow is slightly corrupted.

    I tried to play with constants in additional_images.php but haven't get any success.
    Also tried to remove the block that showing the additional images from tpl_product_info_display.php and that not helps to. Because this way the additional images feel em like "disabled" and images array not forming and no slideshow is displaying - only single main image.

    Thanks!

  5. #25
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,961
    Plugin Contributions
    25

    Default Re: Using multiple images per product

    You need to tell us in more detail what "colorbox" is and where we can look at its code, if we are to have any hope of advising you on this. Seeing your site live will also help, as will knowing all modifications you have to image display or handling.

    Okay, I found the Colorbox mod in Free Addons. Have you looked for its support thread? It should have one.
    Last edited by gjh42; 4 Feb 2012 at 10:06 PM.

  6. #26
    Join Date
    Jan 2005
    Posts
    144
    Plugin Contributions
    0

    Default Re: Using multiple images per product

    I was wondering if anyone else has had issues with the "Add to cart" button and the Social networking buttons getting caught underneath the multiple images? It is like the images are layered over those buttons.

  7. #27
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,961
    Plugin Contributions
    25

    Default Re: Using multiple images per product

    Can we see the site where this is happening?

  8. #28
    Join Date
    Feb 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: Using multiple images per product

    gjh42
    Finally, I tryed to make it through editing php files, but it were too hard and useless, because I found much more simple way to make what I have to.

    Colorbox - doesn't depend on version, etc. They works similar. The version is last available from the official site of this fine java script.

    The solution (if anybody want to use the scripts like Colorbox or other that shows the slideshow with all linked product images) to hide additional images, that appears at the bottom of the product description and the "add to cart" box is very simple!

    the CSS have simple feature to hide any element on any page just by adding "display: none" to the desired class.
    I set this for the "additional images" class in the main CSS file, because I don't want additional images display as thumbnails anywere, I using colorbox, that starts slideshow in fine looking overlay window, or just displays single image, if there are no aditional images.

    If anybody want to look it like I described and want to remove the additional images thumbnails while using the colorbox or similar script, you should modify yours main CSS file for the template you are currently use in the following way:

    Code:
    #productAdditionalImages {display:none;}
    that's all

  9. #29
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    20,961
    Plugin Contributions
    25

    Default Re: Using multiple images per product

    That's a common technique for hiding some element without editing PHP code. In some cases, it is a bad idea because it doesn't stop the processing, so pages may take longer than they need to load. If the processing is needed for the alternate Colorbox display to work, display: none; seems justified.

    It should also be possible to just comment out the code that actually displays the images without affecting array generation.
    Last edited by gjh42; 31 Mar 2012 at 03:57 PM.

  10. #30
    Join Date
    May 2011
    Location
    Tulsa
    Posts
    30
    Plugin Contributions
    0

    Default Re: Using multiple images per product

    Same issue with multiple images. I have read the forum and have checked all the items.
    Name:  multipleimages.JPG
Views: 109
Size:  23.9 KB

    Please help the site is:
    http://justbetweenusmaternity.biz//i...products_id=73

    Thank you for your time

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •