Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: turn off image text?

    Hey Alex, I'm referring to the little "pop-up" text box that appears when you mouse over the category or product image.

  2. #12
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: turn off image text?

    Quote Originally Posted by Sweet ZouZou View Post
    I would also like to turn off the hover image text. I installed IH2 and the hover image text displays over the top of the hover pop up image. Anyone know how to do this?

    www.sweetzouzou.com

    Thx Sweet
    You can't turn it off so to speak, but you can hide it by editing your style_imagehover.css
    font size 0
    You can also change the font color to match the background.

    M

  3. #13
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: turn off image text?

    I didn't do a good job of explaining this one. The IH2 hover is good and I want to keep it just the way it is. The "zen-cart" hover is the one I want to hide. If you open the link below, and hover over one of the pics, you will see 2 hover pop-ups.

    http://www.sweetzouzou.com/catalog/i...index&cPath=73

  4. #14
    Join Date
    Jan 2007
    Location
    1.5 miles from Home
    Posts
    674
    Plugin Contributions
    0

    Default Re: turn off image text?

    Quote Originally Posted by Sweet ZouZou View Post
    I didn't do a good job of explaining this one. The IH2 hover is good and I want to keep it just the way it is. The "zen-cart" hover is the one I want to hide. If you open the link below, and hover over one of the pics, you will see 2 hover pop-ups.

    http://www.sweetzouzou.com/catalog/i...index&cPath=73
    You mean the little tooltip box.
    Sorry that is part of your computer operating system (WIN98, XP, ect..).
    You can turn it off for your computer but it will not have effect on your website or users of your website.

    Still you can Google "tool tip".
    I found a jscript where you could control the tooltip and one of the functions in the script was a delay. I was thinking of playing around with this but I haven't the time to do so.

    M

  5. #15
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: turn off image text?

    Yes, thats what I'm talking about. The tool tip pops up on top of the IM2 hover image. I will search as you suggest. Thx!!!!

  6. #16
    Join Date
    Nov 2007
    Posts
    141
    Plugin Contributions
    0

    Default Re: turn off image text?

    I decided not to kill the tooltip but changed the text-align to right justify in the hover image box. This will work for now.

    http://www.sweetzouzou.com/catalog/i...index&cPath=73

    style_imagehover.css

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

  7. #17
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: turn off image text?

    I'm trying to do the same thing. I want to suppress the tooltip on images that are handled by image handler only. Which means my small and medium product images.
    I read that if you add title="" to the image src like this,

    <img src="http://myshop.com/images/product.png" title="" alt="my cool product">

    It will still have an alt for readers and spiders, but won't show a tooltip pop up.
    With the IH product pics this is redundant as the title is at the top of the pop-up not to mention the tooltip "pops up" on top of the image label.
    If anyone knows where I could generate this I'd really appreciate it.
    David

  8. #18
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: turn off image text?

    Zen Cart's image function automatically generates alt as well as title tags for images. You can add a title="" parameter, but I'm not sure how that would interact with the title="Image Name" generated by ZC.

  9. #19
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: turn off image text?

    Thanks Glenn, I wasn't thinking of adding a second title="" to it. Just emptying the title. I can see when viewing the source, that zen just uses the image name, sans the extension for both alt and title. So it seems to me, that if what I read was correct and both spiders and readers "see" the alt tag, then at this point I'm thinking that just preventing zen from adding (or fetching) the image name to display in the title would give me an empty title=""
    I would be happy with that. Even if it means stopping the tooltip site wide. I don't see the point of a tiny box popping up telling us that we are looking at the store's logo. If that info is in the alt tag that should be enough.
    If anyone knows different and that the image title serves a more useful purpose, please chime in here.

    I do still have a couple of questions, if you've got a minute.

    Does zen use the same function (is it the same file) for all the images site wide?
    Which file is it? I've tried to track it down but I'm not that zenned yet.
    Would I be able to suppress this on just the product images?
    Thanks for your help Glenn
    David
    Last edited by australican; 18 Apr 2010 at 01:47 AM. Reason: clarification

  10. #20
    Join Date
    Jan 2009
    Location
    Victoria Australia
    Posts
    100
    Plugin Contributions
    0

    Default Re: turn off image text?

    Just adding some info here... I just did a couple of hours of research, on google, W3, SEO sites, and some discussion boards. It seems the general consensus is that while it doesn't hurt to use identical text for alt and title attributes it is redundant EXCEPT for the fact that most browsers use title for the tool tip.

    W3 recommends that alt is to describe the image and title is for extra information.

    Most are saying alt should describe the img and title should be used like a caption, as in

    alt= sail boat on a lake
    title= sailing lake Erie

    Would be nice if we could "fill out" these tags in zen rather than them using the images name.

    David

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Can I turn off the text saying " *Mixed OFF "
    By milobloom in forum General Questions
    Replies: 3
    Last Post: 22 Jul 2009, 10:04 PM
  2. Turn off customer notifications doesnt turn them off?
    By deanparkr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Dec 2008, 04:40 PM
  3. Replies: 2
    Last Post: 21 Dec 2007, 09:59 PM
  4. Add To Cart: how can I turn off the text *Mixed OFF
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Apr 2007, 06:51 AM

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