Page 9 of 12 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 114
  1. #81
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Additional Product Images addon

    I haven't used this additional images mod myself, so you know more than me about its usage methods. If you have found ways that make it work, you should stick with them. I take it from your comments that uploading additional images with the mod without naming them like *_1.jpg etc. did not work?

  2. #82
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    How can I set additional images in 3 rows they are all in one vertical line.
    Number of Additional Images per Row set to 3 dont work. Please help

  3. #83
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Additional Product Images addon

    Quote Originally Posted by vescera View Post
    How can I set additional images in 3 rows they are all in one vertical line.
    Number of Additional Images per Row set to 3 dont work. Please help
    Add these 2 line to your stylesheet.css. I added this module to one of my clients site a while back and had the same problem.

    #productAdditionalImages{display:inline;float:left;margin:0 auto;width:200px}
    #productAdditionalImages img{margin-left:5px;margin-right:5px;display:inline;float:right}
    Last edited by countrycharm; 1 Oct 2014 at 12:00 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #84
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Quote Originally Posted by countrycharm View Post
    Add these 2 line to your stylesheet.css. I added this module to one of my clients site a while back and had the same problem.

    #productAdditionalImages{display:inline;float:left;margin:0 auto;width:200px}
    #productAdditionalImages img{margin-left:5px;margin-right:5px;display:inline;float:right}
    Thanx for info for me this give me more or less good result

    .additional-images {float: left; margin-right: 0.1em;}

    .navNextPrevWrapper {clear: both;}

  5. #85
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Additional Product Images addon

    Quote Originally Posted by vescera View Post
    Thanx for info for me this give me more or less good result
    Whatever worked for you..... :)
    I know others had problems too getting it to show in rows so I wanted to share....
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #86
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Quote Originally Posted by ianhg View Post
    Have you tried looking into this:
    Add to tpl_modules_additional_images.php thanks to Brandon Walters

    require(DIR_WS_MODULES . zen_get_module_directory('additional_images.php'));
    ?>
    <?php
    if ($additional->RecordCount() > 0) {
    ?>
    <div id="productAdditionalImages">
    <!-- Fix for broken click to enlarge - Brandon Walters http://www.bwaltdesigns.com -->
    <?php
    while(!$additional->EOF) {
    echo '<div class="additional-images"><a href="images/' .$additional->fields['additional_image']. '" rel="lightbox">'.zen_image(DIR_WS_IMAGES . $additional->fields['additional_image'], '', ADDITIONAL_SMALL_IMAGE_WIDTH, ADDITIONAL_SMALL_IMAGE_HEIGHT).'</a></div><br/>';
    $additional->MoveNext();
    }
    ?>
    </div>
    <?php
    }
    ?>
    This working great but is there solution for next/previous button on additional images? THANX

  7. #87
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Additional Product Images addon

    Quote Originally Posted by vescera View Post
    This working great but is there solution for next/previous button on additional images? THANX
    A link to your site would be great to see what going on.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #88
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    I WISH i had read here before INSTALLING THIS MOD, I can not uninstall it as it brakes my product page, and description vanishes of my product. sigh, and when i install image handler on top of it it also doesn't work sigh i don't know what to do, i am stuck with these non clickable images, seems like the creator of the plugin gave up on helping

  9. #89
    Join Date
    Oct 2008
    Posts
    378
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Quote Originally Posted by countrycharm View Post
    Add these 2 line to your stylesheet.css. I added this module to one of my clients site a while back and had the same problem.

    #productAdditionalImages{display:inline;float:left;margin:0 auto;width:200px}
    #productAdditionalImages img{margin-left:5px;margin-right:5px;display:inline;float:right}
    This is still showing vertical for me even though I have set the number per row in admin. Any ideas?

    Doh sorted it now. How do I delete this reply?
    Last edited by Congerman; 9 May 2017 at 08:35 PM.

  10. #90
    Join Date
    Aug 2007
    Location
    Amarillo, Tx
    Posts
    1,519
    Plugin Contributions
    0

    Default Re: Additional Product Images addon

    Help! I installed this mod and it never worked. So I uninstalled and removed the files. Now I got this error:

    #1 require() called at [/xxxx/xxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php:13]
    #2 require(/xxx/xxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php) called at [/xxxx/xxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php:83]
    #3 require(/xxxx/xxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php) called at [/xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/modules/pages/product_info/main_template_vars.php:178]
    #4 require(/xxxx/xxxxx/public_html/morrisgiftshop.biz/includes/modules/pages/product_info/main_template_vars.php) called at [/xxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/common/tpl_main_page.php:251]
    #5 require(/xxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/common/tpl_main_page.php) called at [/xxxx/xxxx/public_html/morrisgiftshop.biz/index.php:97]

    [24-May-2017 17:57:28 America/Chicago] PHP Warning: require(includes/modules/additional_images.php): failed to open stream: No such file or directory in /xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php on line 13
    [24-May-2017 17:57:28 America/Chicago] Request URI: /victorian-verdigris-wind-chimes-p-185, IP address: 50.26.26.88
    #1 require() called at [/xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php:13]
    #2 require(/xxxx/xxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php) called at [/xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php:83]
    #3 require(/xxxxxx/xxxxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php) called at [/xxxxxx/xxxxxx/public_html/morrisgiftshop.biz/includes/modules/pages/product_info/main_template_vars.php:178]
    #4 require(/xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/modules/pages/product_info/main_template_vars.php) called at [/xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/common/tpl_main_page.php:251]
    #5 require(xxxxx/xxxxxx/public_html/morrisgiftshop.biz/includes/templates/responsive_sheffield_blue/common/tpl_main_page.php) called at [xxxxx/xxxxxxx/public_html/morrisgiftshop.biz/index.php:97]

    [24-May-2017 17:57:28 America/Chicago] PHP Warning: require(includes/modules/additional_images.php): failed to open stream: No such file or directory in /xxxxx/xxxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php on line 13
    [24-May-2017 17:57:28 America/Chicago] PHP Fatal error: require(): Failed opening required 'includes/modules/additional_images.php' (include_path='.:/opt/php70/lib/php') in /xxxxx/xxxxxx/public_html/morrisgiftshop.biz/includes/templates/template_default/templates/tpl_modules_additional_images.php on line 13

    Missing my Product Info Pages and my right side column. I am using Responsive Sheffield Blue Template. Please Help

 

 
Page 9 of 12 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. Admin interface for Additional Product Images addon?
    By Scarlet in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Jan 2012, 08:15 PM
  2. Additional Product Images - Add title below all images
    By sports guy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Dec 2011, 05:54 AM
  3. Layout of Additional of Additional Product Images - Possible Bug?
    By RatMonkey in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Mar 2011, 02:21 PM
  4. Problem integrating additional image titles addon and commercial addon
    By strugglingnovice in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 15 Aug 2010, 03:07 PM
  5. Replies: 4
    Last Post: 30 Apr 2009, 06:19 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR