Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2010
    Location
    South Africa
    Posts
    877

    Default alt text for image showing

    Some help if possible please.
    I've got a portfolio page with images that have image captions (alt text) so that search engines "see" them.
    They are pop up images. However, I don't want the caption to show after you've clicked on the image.
    In the pop up photo options panel, i have NOT checked the "show image title" box, but they still show on all the images when they pop up.
    I've attached a screen shot.

    Secondly, still with pop up photos, I check "dim page while op up is open".
    Is there any code that can be inserted to make the screen (background) black - or white?

    Many thanks,
    Mike
    Click image for larger version. 

Name:	image title display.jpg 
Views:	143 
Size:	85.5 KB 
ID:	113092

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,518

    Default Re: alt text for image showing

    Yep, you're right. Must be a new "feature". I'll report it.

    I don't think you can change the color but Acorn might have a better answer.

  3. #3
    Join Date
    Oct 2010
    Location
    South Africa
    Posts
    877

    Default Re: alt text for image showing

    Quote Originally Posted by gwpriester View Post
    Yep, you're right. Must be a new "feature". I'll report it.

    I don't think you can change the color but Acorn might have a better answer.
    Thanks Gary.
    Using WD10P by the way....

  4. #4
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,518

    Default Re: alt text for image showing

    This has probably gone back many versions. Often if a bug goes back far enough, the development people assume that is the way it is supposed to work. (Just kidding)

  5. #5
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,932

    Default Re: alt text for image showing

    Secondly, still with pop up photos, I check "dim page while op up is open".
    Is there any code that can be inserted to make the screen (background) black - or white?
    High LGF, the code for the pop-up attributes are set in the highslide.css which is published with the site. So you'd need to amend this css. For example the backgound colour is determined by the code:

    .highslide-dimming {
    position: absolute;
    background: black;
    }

    So you can easily change the background by:

    .highslide-dimming {
    position: absolute;
    background: red;
    }

    This is in lines 55 to 58 of highslide.css. However every time you republish it will default to the original, so you'll need to keep a copy of your amended highslide.css and ftp this to overwrite it.

    Perhaps Siran or Acorn can come up with a better method.
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  6. #6
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,932

    Default Re: alt text for image showing

    You could also bypass Xara's Pop-up's & create the Pop-ups using http://highslide.com/editor/
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  7. #7
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Info Re: alt text for image showing

    This is the bare-bones of what I think you're asking.

    Put this code in the Page Head in the HTML code (head):
    <script>
    hs.dimmingOpacity = 0.9;
    </script>

    <style>
    .highslide-dimming {
    background: red;
    }
    </style>
    For pure black, change to (1.0, black).
    For pure white, change to (1.0, white).
    For a see-through yellow, (0.75, yellow).

    Enjoy,
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  8. #8
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,932

    Default Re: alt text for image showing

    Here's a far easier solution. Forget all my posts above!

    Place this into the Website or Page Head Placeholder.

    Change the colour to suit & alter the hs.dimmingOpacity between 0 & 1. 1 has no transparency.

    <script type="text/javascript">
    hs.dimmingOpacity = .5;
    </script>
    <style type="text/css">
    .highslide-dimming {
    background: red;
    }
    </style>
    CODE SOURCE
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  9. #9
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,932

    Default Re: alt text for image showing

    Whoops! Cross posting Acorn

    Example


    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  10. #10
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: alt text for image showing

    Quote Originally Posted by Egg Bramhill View Post
    Whoops! Cross posting Acorn
    Example
    Egg,guess we're joined at the hip,
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

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
  •