Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    May 2006
    Location
    Scotland
    Posts
    199
    Plugin Contributions
    0

    image problem Category Images Not Displaying

    I'm reposting this as I've had no luck in finding a solution and am now desperate as it's holding back the launch of the site.
    For some reason my category images have stopped displaying on http://www.syntecchemicals.co.uk/catalog
    I've tried deleting the images from server and reuploading, uploading to a different directory, uploading new images, but to no avail.
    It's almost as if something in admin is 'switched off', but I've been through every reference to category images that I can find and can't see anything untoward.
    I'm really hpong someone can help on this one as it's driving me demented!

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,158
    Plugin Contributions
    12

    Default Re: Category Images Not Displaying

    1. Where are your category images stored?

    2. What have you got set for Subcategory Image Width & Height in admin > configuration > images ?
    The JSWeb Team
    www.JSWeb.co.uk
    PCI Compliant Host Provider (UK/IRELAND) - ZenCart Specialists

  3. #3
    Join Date
    Apr 2006
    Posts
    266
    Plugin Contributions
    0

    Default Re: Category Images Not Displaying

    The category images aren't in your HTML at all....

    In your includes/templates/iC_AcadameV1.2/templates/tpl_index_product_list.php, make sure you have this line:

    Code:
    <div id="categoryImgListing" class="categoryImg"><?php echo zen_image(DIR_WS_IMAGES . $categories_image, '', CATEGORY_ICON_IMAGE_WIDTH, CATEGORY_ICON_IMAGE_HEIGHT); ?></div>
    BrandTim

  4. #4
    Join Date
    May 2006
    Location
    Scotland
    Posts
    199
    Plugin Contributions
    0

    Default Re: Category Images Not Displaying

    Yes, this line is present and correct, but still no category images

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: Category Images Not Displaying

    Check your settings in the Configuration ... Product Listing ... for:
    Include Product Listing Sub Categories Image
    Do you want to include the Sub Categories Image on the Product Listing?

    true
    false

    Include Product Listing Top Categories Image
    Do you want to include the Top Categories Image on the Product Listing?

    true
    false

    Show SubCategories on Main Page while navigating
    Show Sub-Categories on Main Page while navigating through Categories

    0= off
    1= on
    And check what the missing image is in Configuration ... Images ...
    Product Image - No Image picture
    Use automatic No Image when none is added to product
    Default = no_picture.gif

    Currently your template is using the image:
    /catalog/images/pixel_trans.gif

    where ever you see these blank images ...

    What happens if you switch to Classic Template? Does this correct the issue?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  6. #6
    Join Date
    May 2006
    Location
    Scotland
    Posts
    199
    Plugin Contributions
    0

    Default Re: Category Images Not Displaying

    What happens if you switch to Classic Template? Does this correct the issue?
    Now there's something really obvious that I never thought of doing! I've just changed to classic template and the images are there. I'm not quite sure how to remedy it though as I'm not clear what I've done wrong??

  7. #7
    Join Date
    May 2006
    Location
    Scotland
    Posts
    199
    Plugin Contributions
    0

    Default Re: Category Images Not Displaying

    Sorry. I take it all back. What happens when I switch to Classic template is that one of my banners appears where the category image should be - which is even wierder!!
    I'm so confused...
    My settings in Admin> Configuration> Product Listing are:-

    Include Product Listing Sub Categories Image = false

    Include Product Listing Top Categories Image = true

    Show SubCategories on Main Page while navigating = 1

    Product Image - No Image picture
    Use automatic No Image when none is added to product = 1

  8. #8
    Join Date
    May 2006
    Location
    Scotland
    Posts
    199
    Plugin Contributions
    0

    Default Re: Category Images Not Displaying

    From looking at the source code on other sites that I've done where category images are displaying correctly, it seems to me that the following is missing from the problem site:-

    Code:
    <div id="categoryImgListing" class="categoryImg"><img src="images/categories/cat_ladies.jpg" alt="" width="188" height="150" /></div>
    However, this does not get me any closer to understanding how I fix the problem!

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: Category Images Not Displaying

    If you do a search in the Tools ... Developers Tool Kit ... in the bottom input box and search the Catalog for:
    categoryImgListing

    What files come up?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,665
    Plugin Contributions
    6

    Default Re: Category Images Not Displaying

    Also check the files:
    /includes/templates/template_default/templates/tpl_index_categories.php
    /includes/templates/your_template_dir/templates/tpl_index_categories.php

    has something changed to not call the right image? Or is something forcing the pixel image to be used?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Which Images are they ?
    By Vinyl Signs in forum Customization from the Admin
    Replies: 6
    Last Post: 27 Jan 2008, 08:50 PM
  2. Category Images Not Displaying
    By high2K in forum General Questions
    Replies: 2
    Last Post: 30 Jul 2007, 08:54 AM
  3. Replies: 3
    Last Post: 21 Feb 2007, 11:43 AM

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
  •