Re: Image Handler 2 Support
Another question. I was searching looking for a way to remove the titles from my hover image and found this statement:
Quote:
I'd personally suggest removing the word T-Shirt from all your products though as the title tag is pretty significant for SEO purposes,
Can someone explain this to me? I don't know what SEO is? Is it a bad idea to remove those titles?
Re: Image Handler 2 Support
Quote:
Originally Posted by
MamaT
Can someone explain this to me? I don't know what SEO is? Is it a bad idea to remove those titles?
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.
Re: Image Handler 2 Support
Quote:
Originally Posted by
MamaT
After searching this thread, I've also checked the jscript file, AND the images are showing under additional images of admin/tools/imagehandler2.
UPDATE: I followed the instruction of post #3 here, and my additional images are now showing:clap:
http://www.zen-cart.com/forum/showthread.php?t=63308
Re: Image Handler 2 Support
Quote:
Originally Posted by
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 =)
Re: Image Handler 2 Support
Quote:
Originally Posted by
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:
Re: Image Handler 2 Support
Quote:
Originally Posted by
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/showpo...postcount=1802
I changed the font size to 0, but the titles are still showing on my page :dontgetit
Re: Image Handler 2 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?
Re: Image Handler 2 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
Re: Image Handler 2 Support
Quote:
Originally Posted by
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.
Re: Image Handler 2 Support
Quote:
Originally Posted by
MamaT
Code:
#trailimageid h1 {
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 2px 0px;
text-align: left;
width: 100%;
}