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.
Re: Image Handler 2 Support
Quote:
All uploaded and posted.. Enjoy..
Diva for Prez!!!! :D
Going to grab/install right now, thanks!
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?
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?
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!
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??
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
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!
Re: Image Handler 2 Support
Quote:
Originally Posted by
jeking
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:
Quote:
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..
Re: Image Handler 2 Support
I was hoping there was a setting some place! Thanks for pointing it out DivaVocals.
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