Thread: Product Images

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Product Images

    Hi i've been working to try multiple images as well but don't seem to work.

    I have posted under public_html/images

    the Antilekbeker1.gif

    Under the file public_html/images/medium

    i have posted Antilekbeker1_MED.gif

    But at the product it still shows only Antilekbeker1.gif

    If anyone could help me out

    Have read the tutorials but still not getting through me :)

    Chariotz

  2. #2
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Product Images

    Have you tried Image Handler 2? That's really the best way to achieve this, plus your images will load faster for the consumer. There is a fantastic support thread for this module, also.
    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #3
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Product Images

    Hm okay. might give it a shot.

    If there's still any other solution i hope to hear it :).

  4. #4
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Product Images

    Is your site live? Got a URL?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #5
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Product Images

    Yes it is live

    Here's the link : URL

    Hm i still see a problem in Internet Explorer, on the left corner of the banner it gives an error [x] image. Which i cant seem to find .

    Don't see it in Firefox though.

  6. #6
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Product Images

    I think I might see the problem......in "includes\templates\template_default\common\tpl_header.php", find this section:
    Code:
    <!--bof-branding display--><div id="logoWrapper">    <div id="logo"><a href="http://xclusive4u.com/"><img src="includes/templates/classic/images/" alt=""></a></div></div><br class="clearBoth"><!--eof-branding display-->
    and fix this (there's no image defined here....only the image folder):
    Code:
    <img src="includes/templates/classic/images/" alt="">
    Hope this does the trick.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  7. #7
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Product Images

    I've added the code but i get the [x] image twice now.

    Or maybe i did something wrong? Have put it back to normal now but still [x] :)

  8. #8
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Product Images

    No, not ADD code..................FIX this part of the code:

    Code:
    <img src="includes/templates/classic/images/" alt="">
    See, after the images/", there's no image there (like logo.gif), so it's just pointing to you image FOLDER, and NOT an image.

    If no other image is needed there, as it looks as if your logo is in the middle of the page, then just delete that section of code making the whole thing look like:

    Code:
    <!--bof-branding display--><div id="logoWrapper">    <div id="logo"><a href="http://xclusive4u.com/"></a></div></div><br class="clearBoth"><!--eof-branding display-->
    Hope this clears it up a bit more.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  9. #9
    Join Date
    Apr 2009
    Posts
    23
    Plugin Contributions
    0

    Default Re: Product Images

    I however only see this in the tpl_header file right directory.

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
        <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
        <div id="taglineWrapper">

  10. #10
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: Product Images

    O.k. Just for kicks and another little test, try ADDING this to you css:

    Code:
    #logo  {
              display: none; 
              }
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Customizing search results product images & product listing product images
    By nathan179 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Aug 2013, 10:56 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. New Product Images box/section images not displaying
    By sk8pat777 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Feb 2011, 05:55 PM
  4. Automatically populate category images from their product images
    By jackie.taferner in forum Setting Up Categories, Products, Attributes
    Replies: 47
    Last Post: 12 Oct 2010, 08:41 PM
  5. Need different style for category images and product images
    By molls2714 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 12 Jul 2008, 04:07 PM

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