Page 541 of 710 FirstFirst ... 41441491531539540541542543551591641 ... LastLast
Results 5,401 to 5,410 of 7099
  1. #5401
    Join Date
    Jun 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    does IH2 also handle the category images? I have uploaded one image for each category, I also set the category to show up on the home page, but I noticed that the image for each category on the home page doesn't have the same size. anyone can help?

    Thanks.

  2. #5402
    Join Date
    Apr 2010
    Posts
    897
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    All uploaded and posted.. Enjoy..
    Diva for Prez!!!!

    Going to grab/install right now, thanks!

  3. #5403

    Default Re: Image Handler 2 Support

    HELP! I tried to uninstall IH2 (version 2.0), leaving the modules files & template files intact (since they were original files, altho I don't know how to revise them to get them back to their original form.) Now my products have no image whatsoever. What do I do?

  4. #5404

    Default Re: Image Handler 2 Support

    I'm returning to a back-up copy of all files, so I'm back at Square One to fix this. I do need to get rid of IH, tho. What is the right way to do this?

  5. #5405

    Default Re: Image Handler 2 Support

    I got brave & reinstalled the new IH2, version 8. I've had to uninstall, tho, cuz the subcategory page will not load. Any ideas how to fix that?
    I did notice on the admin-inc-mod-category_prod_listing, the new IH file is missing this:

    */
    $products_query_raw = ("select p.products_type, p.products_id, pd.products_name, p.products_quantity,
    p.products_image, p.products_price, p.products_date_added,
    p.products_last_modified, p.products_date_available,
    p.products_status, p2c.categories_id,
    p.products_model,
    p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute,
    p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping,
    p.products_quantity_order_max, p.products_sort_order,
    p.master_categories_id
    from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, "
    . TABLE_PRODUCTS_TO_CATEGORIES . " p2c
    where p.products_id = pd.products_id
    and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'
    and (p.products_id = p2c.products_id
    and p.master_categories_id = p2c.categories_id)
    and (
    pd.products_name like '%" . zen_db_input($_GET['search']) . "%'
    or pd.products_description like '%" . zen_db_input($_GET['search']) . "%'
    or p.products_model like '%" . zen_db_input($_GET['search']) . "%')" .
    $order_by);


    Do I need to put that back in the IH file?

    I'm not a programmer, so would REALLY appreciate any help!

  6. #5406
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Image Handler 2 Support

    I'm having one, small problem. The images I'm using are png with a clear background. IH is resizing and maintaining the png file extension but NOT maintaining the clear background. They are white, like a jpg.

    I thought IH could handle png's. Am I missing something??

  7. #5407
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    I always suggest to folks reading through the support thread as the answer to your question is probably already posted.. In this case if you page back 2 or 3 pages, you will see that this was pointed out and discussed. As a result a new version of IH2 was submitted which corrects this.. (Rev8b) Read through the threads as it might help you understand how to correct your IH2 install in the meantime..
    Quote Originally Posted by carol2848 View Post
    I got brave & reinstalled the new IH2, version 8. I've had to uninstall, tho, cuz the subcategory page will not load. Any ideas how to fix that?
    I did notice on the admin-inc-mod-category_prod_listing, the new IH file is missing this:

    */
    $products_query_raw = ("select p.products_type, p.products_id, pd.products_name, p.products_quantity,
    p.products_image, p.products_price, p.products_date_added,
    p.products_last_modified, p.products_date_available,
    p.products_status, p2c.categories_id,
    p.products_model,
    p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute,
    p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping,
    p.products_quantity_order_max, p.products_sort_order,
    p.master_categories_id
    from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, "
    . TABLE_PRODUCTS_TO_CATEGORIES . " p2c
    where p.products_id = pd.products_id
    and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'
    and (p.products_id = p2c.products_id
    and p.master_categories_id = p2c.categories_id)
    and (
    pd.products_name like '%" . zen_db_input($_GET['search']) . "%'
    or pd.products_description like '%" . zen_db_input($_GET['search']) . "%'
    or p.products_model like '%" . zen_db_input($_GET['search']) . "%')" .
    $order_by);


    Do I need to put that back in the IH file?

    I'm not a programmer, so would REALLY appreciate any help!
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #5408
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Image Handler 2 Support

    Quote Originally Posted by jeking View Post
    I'm having one, small problem. The images I'm using are png with a clear background. IH is resizing and maintaining the png file extension but NOT maintaining the clear background. They are white, like a jpg.

    I thought IH could handle png's. Am I missing something??
    Check your settings for the following:
    IH small image background
    IH medium image background
    IH large image background

    the default setting is 255:255:255

    255-255-255 = White

    From the readme:
    These settings can be changed at will to suit your needs, I put these sample settings here just to give you an idea of how to configure this.

    Please also read the manual and the documentation at www.breakmyzencart.com
    http://www.breakmyzencart.com/ih-doc

    Hope this helps..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #5409
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Image Handler 2 Support

    I was hoping there was a setting some place! Thanks for pointing it out DivaVocals.

  10. #5410
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Image Handler 2 Support

    Hi All,

    I have ih2 installed, the latest version on my website http://www.india-gifts-mall.com . I have a problem that I am trying to solve for the past few days but couldn't solve.

    When I open my website on Google Chrome the hover effect of the images come on the upper part of the pages instead of with the images. please help me out whats wrong with my website.

    My site works fine on ie and mozilla.


    Thanks in advance,
    hc

 

 

Similar Threads

  1. v150 Image Handler 4 (for v1.5.x) Support Thread
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1687
    Last Post: 17 Nov 2024, 07:26 PM
  2. v139h Image Handler 3 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1095
    Last Post: 2 Oct 2017, 12:42 PM
  3. Image Handler Support Please
    By nadinesky in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 30 Sep 2013, 03:47 PM
  4. Image handler only covers part of screen
    By shaneburton in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 14 May 2009, 07:15 PM
  5. Is Image Handler the only way to go?
    By wwwursa in forum Installing on a Windows Server
    Replies: 2
    Last Post: 23 Dec 2007, 09:22 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