Zen Cart Logo
Forums / All Other Contributions/Addons / Image Handler 2 (for ZC v1.3.8 ONLY) Support

Image Handler 2 (for ZC v1.3.8 ONLY) Support

Views: 2,510,738

Results 3,261 to 3,280 of 7,094
11 Dec 2008, 3:53 PM
#3261
mamat avatar

mamat

Zen Follower

Join Date:
Nov 2008
Posts:
222
Plugin Contributions:
0

Image Handler 2 (for ZC v1.3.8 ONLY) Support

kuroi:

SEO = Search Engine Optimization, and yes it is a bad idea to remove those titles - web standards require them (otherwise your site won't validate), they provide people with images turned off, or using browsers that don't display them with the onlyt information they'll gte about what should be there, and you'll move lower in the search engine rankings without them.

Hope that helps as a quick explanation. As this isn't really the place for discussion of SEO, if you want to know more I recommend searching the site for more closely-related threads.

As stated, I was looking for ways to take those titles off and saw that info. I just didn't know what that meant, and how it would affect me if I did remove them. I'm sorry if this wasn't the proper place, and I do thank you for taking the time to answer for me =)

11 Dec 2008, 4:04 PM
#3262
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

MamaT:

As stated, I was looking for ways to take those titles off and saw that info. I just didn't know what that meant, and how it would affect me if I did remove them. I'm sorry if this wasn't the proper place, and I do thank you for taking the time to answer for me =)

Search my name (tophand) in this thread.
Posted on how to hide the titles.
Hint: css file

Glad you getting everything work out:clap:

11 Dec 2008, 5:02 PM
#3263
mamat avatar

mamat

Zen Follower

Join Date:
Nov 2008
Posts:
222
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

tophand:

Search my name (tophand) in this thread.
Posted on how to hide the titles.
Hint: css file

Glad you getting everything work out:clap:

Thank you! I did find the thread you are talking about here:
http://www.zen-cart.com/forum/showpost.php?p=450535&postcount=1802

I changed the font size to 0, but the titles are still showing on my page :dontgetit

11 Dec 2008, 11:42 PM
#3264
honrheart avatar

honrheart

Zen Follower

Join Date:
Jul 2008
Posts:
139
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Ok this has probably been answered but I did a search for PNG in the thread and couldn't find anything. In one of my stores all PNG's come up with Red X's after installing Image Handler 2. Is there a setting somewhere I'm missing. Also in a store I sell in, Image Handler 2 doesn't work with animated previews, is there a way around that?

12 Dec 2008, 4:41 AM
#3265
honrheart avatar

honrheart

Zen Follower

Join Date:
Jul 2008
Posts:
139
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I give up! The hover was something I thought would be great but I can't get png's to show up at all on the product pages (they are just red x's) and on individual designer pages there's no hover at all. Guess I just wasn't meant to have this mod lol

12 Dec 2008, 9:07 AM
#3266
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

honrheart:

Ok this has probably been answered but I did a search for PNG in the thread and couldn't find anything. In one of my stores all PNG's come up with Red X's after installing Image Handler 2. Is there a setting somewhere I'm missing. Also in a store I sell in, Image Handler 2 doesn't work with animated previews, is there a way around that?

What changes did you make in admin-->configuration--->images?

Animated gifs is not supported by GD libraries or ImageMagick via Perl. A upcoming version of Perl should support animated gifs.

Have you double check that you uploaded "All" the IH files?

A link helps us help you.

12 Dec 2008, 9:15 AM
#3267
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

MamaT:

Thank you! I did find the thread you are talking about here:
http://www.zen-cart.com/forum/showpost.php?p=450535&postcount=1802

I changed the font size to 0, but the titles are still showing on my page :dontgetit

 #trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}
12 Dec 2008, 6:01 PM
#3268
mamat avatar

mamat

Zen Follower

Join Date:
Nov 2008
Posts:
222
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

tophand:

#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}


Just what I did....but they are still there! LOL!

#trailimageid h1 {
  font-size: 0%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}
13 Dec 2008, 4:23 AM
#3269
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

MamaT:

Just what I did....but they are still there! LOL!

#trailimageid h1 {
font-size: 0%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}

Look at your site and I see the font-size still set to 100%.

includes/templates/mostlygrey/css/style_imagehover.css
```Are you editing the right file?
13 Dec 2008, 1:54 PM
#3270
mamat avatar

mamat

Zen Follower

Join Date:
Nov 2008
Posts:
222
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

tophand:

Look at your site and I see the font-size still set to 100%.

includes/templates/mostlygrey/css/style_imagehover.css


:oops: I THOUGHT I had.  I was in SOME imagehover css.  Apparently not the CORRECT imagehover css.  I followed your direction above and it's now working

Thank you for rescuing me.....again:blush:
13 Dec 2008, 2:02 PM
#3271
mamat avatar

mamat

Zen Follower

Join Date:
Nov 2008
Posts:
222
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I just looked....I was in the /includes/templates/template_default/css/style_imagehover.css

:lookaroun

16 Dec 2008, 1:59 AM
#3272
shoulders avatar

shoulders

New Zenner

Join Date:
Jul 2008
Posts:
71
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

shoulders:

hello,

when adding an image you select a base directory.

Is there any way to change this list to be in alphabetic order?

Thanks

shoulders

I thought i Would give this anotehr go.

Is there an easy way to sort the image handler base catagories in to alphabetic order after all the catagories have been entered.

thanks for any help

16 Dec 2008, 2:39 AM
#3273
rc11888 avatar

rc11888

New Zenner

Join Date:
Nov 2008
Posts:
20
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

ive installed your most recent version of image handler2 on my site: www.rskcoulterproducts.com
and it worked for a lil bit then all of a sudden quit working and ive completely uninstalled it in the admin and file by file and reinstalled in file by file and in the admin again and it still won't work .. any ideas? or is there something else i could send you other than just going to my site that would assist anyone in helping me set this back up.. cuz while it was working i enjoyed it and got lots of comments about how positive it was to my site.. thanks...
ryan

16 Dec 2008, 3:06 AM
#3274
tophand avatar

tophand

Totally Zenned

Join Date:
Jan 2007
Location:
1.5 miles from Home
Posts:
674
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

rc11888:

ive installed your most recent version of image handler2 on my site: www.rskcoulterproducts.com
and it worked for a lil bit then all of a sudden quit working and ive completely uninstalled it in the admin and file by file and reinstalled in file by file and in the admin again and it still won't work .. any ideas? or is there something else i could send you other than just going to my site that would assist anyone in helping me set this back up.. cuz while it was working i enjoyed it and got lots of comments about how positive it was to my site.. thanks...
ryan

All of us that help are just users of IH.

Missing a file, double check what you uploaded.
hint: a js file.

17 Dec 2008, 6:45 PM
#3275
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

is there any security issue with using IH2 ?
This module requires Catch folder to read and write under the root of the site .
would that leave the site open to hack ?
any thought on this issue would be great .

i only like the feature that i can upload one image and have it resized , i found the zoom is too oldschool :) ..

thanks . '

17 Dec 2008, 7:27 PM
#3276
dealsrus avatar

dealsrus

New Zenner

Join Date:
Dec 2008
Posts:
8
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

Hi Tim, first, Image Handler 2 is great! I have got all done except the ability to see the larger image from the smaller and medium images. I have the plus sign and the watermark, but when I hover, I get an "error on page" message in the bottom left corner, when clicked on it talks about "expected object". I did try to look through the threads and also all the documentation. I also reloaded everything. I'm using the Cherry Zen template (not sure if that makes a difference). Thanks for any help.

17 Dec 2008, 7:59 PM
#3277
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

chances are that you are missing a file . sounds like javascript file .. expected object .. is looking for the object that needed on that file but is not find it .. . since you have custom template .. make sure you have the proper override set for it and make sure all IH2 files are loaded in their respective folders in your custom template.

17 Dec 2008, 9:28 PM
#3278
dealsrus avatar

dealsrus

New Zenner

Join Date:
Dec 2008
Posts:
8
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

I've done that twice now. I don't see any javascript files though, only php...

17 Dec 2008, 9:35 PM
#3279
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

javascript is located under include/templates /template_default/javascript folder. ( IH2 folders )

im pretty sure you missing file or two :yes:

17 Dec 2008, 9:41 PM
#3280
ravynw34 avatar

ravynw34

Zen Follower

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
112
Plugin Contributions:
0

Re: Image Handler 2 (for ZC v1.3.8 ONLY) Support

everything seems to work just fine. With exception to adding additional images.
We are getting the following error.

Error!
Unable to determine the page link!
Function used:
zen_href_link('', '', 'NONSSL')

Any ideas how we can fix this.
Thanks