Page 1 of 2 12 LastLast
Results 1 to 10 of 24

Hybrid View

  1. #1
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Additional image doesn't work

    http://www.paperpotamus.com/images/AB/5780.jpg
    Image above should be in folder /images NOT images/AB
    then add additional image required to folder /images,
    naming it 5780_01.pg

  2. #2
    Join Date
    Nov 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Additional image doesn't work

    Thanks for your advice. I moved the images and edited my products to move them to the main directory but there is still no second image showing for them. I first left the second image name as _inside.jpg because that's what the manual says to do if only showing 1 additional image per product. It still didn't work so I changed the names to _01.jpg but still nothing shows except the main image.

    Yours are the 3rd set of different instructions I've read for this process but none seem to work for me. Is it just something I am doing or something to do with ZC or what can it be?

    Do you know any sites where this feature is actually working and showing a second image properly? Is there a way to have a button on something that a customer to my store can click to see the 2nd image without it showing first and giving away the joke? Thank you for your time so far.

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Additional image doesn't work

    I have also read Ajeh's tutorial
    Ajeh's instructions work perfectly if followed.....make sure current template you
    have allows additional images...switch to classic template
    to check if your new images are shown.

  4. #4
    Join Date
    Nov 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Additional image doesn't work

    Quote Originally Posted by misty View Post
    Ajeh's instructions work perfectly if followed.....make sure current template you
    have allows additional images...switch to classic template
    to check if your new images are shown.
    Thank you for your advice. I am unsure of how to get the classic template to replace the one I have and then to get my free_red back again safely after checking if the 2nd images are there. Can you advise me please?

    Other than the possibility that Free_red doesn't allow 2nd images, do you have any idea why the instructions you gave me didn't produce the 2nd image? I moved the images, renamed them, the settings are correct... unless there are some other settings that also have to be changed. Thanks in advance.

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Additional image doesn't work

    It should simply be a matter of selecting the classic template from the pull-down menu in admin>tools>template selection. When you're done, you should be able to select your custom template from the same menu.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Additional image doesn't work

    1) what happens when you try the classic template
    2) have you tried replacing the additional_images.php file with the default one from your template?
    3)

    the images are there theyre just not showing,

    http://www.paperpotamus.com/bmz_cach...ge.140x200.jpg

    this is the code from your page

    PHP Code:
    <!--bof Additional Product Images -->
     <
    div id="productAdditionalImages">

        <
    div class="additionalImages centeredContent back" style="width:50%;">
          <
    script language="javascript" type="text/javascript"><!--
    document.write('<a href="javascript:popupWindow(\'http://www.paperpotamus.com/index.php?main_page=popup_image_additional&amp;pID=2382&amp;pic=0&amp;products_image_large_additional=images/5780_01.jpg\')"><img src="bmz_cache/0/042428b0b02bf2d3215a8561de25fb38.image.140x200.jpg" alt="5780 AB" title=" 5780 AB " width="140" height="200" style="position:relative" onmouseover="showtrail('bmz_cache/3/3bff661ffe5b65e4d3ce21c2c198bbde.image.357x507.jpg','5780 AB',140,200,357,507,this,0,0,140,200);" onmouseout="hidetrail();"  /><br />larger image</a>');
    //--></script>
          
    <noscript><a href="images/5780_01.jpg" target="_blank"><img src="bmz_cache/0/042428b0b02bf2d3215a8561de25fb38.image.140x200.jpg" alt="5780 AB" title=" 5780 AB " width="140" height="200" style="position:relative" onmouseover="showtrail('bmz_cache/3/3bff661ffe5b65e4d3ce21c2c198bbde.image.357x507.jpg','5780 AB',140,200,357,507,this,0,0,140,200);" onmouseout="hidetrail();"  /><br />larger image</a></noscript></div>
        <
    div class="additionalImages centeredContent back" style="width:50%;">
          <
    script language="javascript" type="text/javascript"><!--
    document.write('<a href="javascript:popupWindow(\'http://www.paperpotamus.com/index.php?main_page=popup_image_additional&amp;pID=2382&amp;pic=1&amp;products_image_large_additional=images/5780_inside.jpg\')"><img src="bmz_cache/8/83c04d8422f995f1d5829d4b55eccc30.image.140x200.jpg" alt="5780 AB" title=" 5780 AB " width="140" height="200" style="position:relative" onmouseover="showtrail('bmz_cache/3/30a72a39d061d2fb4e159ec89ccc9954.image.357x507.jpg','5780 AB',140,200,357,507,this,0,0,140,200);" onmouseout="hidetrail();"  /><br />larger image</a>');
    //--></script>
          
    <noscript><a href="images/5780_inside.jpg" target="_blank"><img src="bmz_cache/8/83c04d8422f995f1d5829d4b55eccc30.image.140x200.jpg" alt="5780 AB" title=" 5780 AB " width="140" height="200" style="position:relative" onmouseover="showtrail('bmz_cache/3/30a72a39d061d2fb4e159ec89ccc9954.image.357x507.jpg','5780 AB',140,200,357,507,this,0,0,140,200);" onmouseout="hidetrail();"  /><br />larger image</a></noscript></div>
    <
    br class="clearBoth" />
     
    </
    div>
    <!--
    eof Additional Product Images --> 
    So, iys working, I cant see any css hiding it. but someone else should be able to tell you
    Webzings Design
    Semi retired from Web Design

  7. #7
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Additional image doesn't work

    Ummm, is it just me or are the ending </div> missing in the above code there should be 3 but theres only one?
    Webzings Design
    Semi retired from Web Design

  8. #8
    Join Date
    Nov 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Additional image doesn't work

    [quote=nigelt74;1009432]1) what happens when you try the classic template

    Thank you for getting back to me. I can see the 2nd images are there when I use the classic template. It appears there must be some problem with the Free_red template and additional images.

    Would you have any idea how to correct it so they will show, even with Free_red?

    I will check the other issues you asked me about and respond to them as well.
    George

  9. #9
    Join Date
    Nov 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Additional image doesn't work

    2) have you tried replacing the additional_images.php file with the default one from your template?

    Using Search, I can find some files among my back ups that have "additional_images.php" files, but I don't know how to tell the default ones from whatever else is there. Is it possible for you to tell me how to identify the correct one to replace, then I can use FTP to check the same place in my live files. Is the idea that I would then replace the file if the live file is different from whatever. Not really sure what I'm looking for and how to tell if it needs replacing. Sorry for my ignorance. I'm grateful for your help.

  10. #10
    Join Date
    Nov 2009
    Posts
    102
    Plugin Contributions
    0

    Default Re: Additional image doesn't work

    Quote Originally Posted by afo View Post
    It should simply be a matter of selecting the classic template from the pull-down menu in admin>tools>template selection. When you're done, you should be able to select your custom template from the same menu.
    Thank you, that was easy enough. I can see that the 2nd images are there when I use the classic template so I'm guessing there must be some issue with the Free_red template and additional images.

    Is there any chance you have any idea how to correct it so they will show, even with Free_red? I appreciate your time to reply when you have a moment.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Image Handler Doesn't Work With Opera Browser ?
    By Mal2869 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 16 Mar 2009, 12:11 AM
  2. Image Handler 2 doesn't work for my zencart 1.38a
    By bluesky2008 in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 19 Aug 2008, 10:22 AM
  3. Securing Image folder doesn't work right...
    By Karina_L in forum General Questions
    Replies: 2
    Last Post: 9 Oct 2006, 10:16 PM
  4. custom image popup script only work for main image, not for additional images
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 4 Oct 2006, 05:19 AM

Posting Permissions

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