Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Alt text and Title not showing in html
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Alt text and Title not showing in html
#55225
Alt text and Title not showing in html 8 Years, 9 Months ago Karma: 0
Hi
I have looked through all of the threads that contain alt text but have yet to find a solution for this problem. Here is what I have:

CHECKED USING fIREBUG 2.0.11

<div class="orbit-item" style="z-index: 1; left: 0px; opacity: 1; top: 0px;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/1traceallbanner.png">
</div>
<div class="orbit-item" "="" style="top: 0px; z-index: 1; opacity: 1; left: 0px;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/cheesefactory.png">
</div>
<div class="orbit-item" "="" style="top: 0px; z-index: 1; left: 0px;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/icecream.png">
</div>
<div class="orbit-item" "="" style="opacity: 1; z-index: 1;">
<img class="orbitslider-item" width="955" height="168" title="" alt="" src="/images/TraceallPics/Main/LettuceGrower.png">
</div>


CHECKED USING achecher.ca

Manual Check Required Line 2622, Column 5:
<img src="/images/TraceallPics/Main/1traceallbanner.png" alt="" title="" class="orbitslider-item" wi ...

Manual Check Required Line 2625, Column 5:
<img src="/images/TraceallPics/Main/cheesefactory.png" alt="" title="" class="orbitslider-item" widt ...

Manual Check Required Line 2628, Column 5:
<img src="/images/TraceallPics/Main/icecream.png" alt="" title="" class="orbitslider-item" width="95 ...

Manual Check Required Line 2631, Column 5:
<img src="/images/TraceallPics/Main/LettuceGrower.png" alt="" title="" class="orbitslider-item" widt ...


In order to be compliant in WCAG 2.0 (Level AA) you need to be able to see alt text and title. Here is what I have in the ariorbitslider.ini which is located in the images/TraceallPics/Main folder along with the images. I have tried several different Description settings.

[DESCRIPTION]
1traceallbanner.png="<span class=""text1"">Traceall Website Banner</span>"
cheesefactory.png=""
icecream.png=""
LettuceGrower.png=""
manufacturing.png=""
tortillafactory.png=""
[LINK]
cheesefactory.png="href="www.traceall.ca/index.php/cheese-process"
icecream.png="www.traceall.ca/index.php/icecream-process"
LettuceGrower.png="www.traceall.ca/index.php/lettuce-producer"
manufacturing.png="www.traceall.ca/index.php/manufacturing-process"
tortillafactory.png="www.traceall.ca/index.php/tortilla-process"
[ALT]
1traceallbanner.png="TraceAll website banner"
cheesefactory.png="Images of cheese production at a cheese factory"
icecream.png="Images of ice-cream production at an icecream factory"
LettuceGrower.png="Image of havesting lettuce from a farmers field"
manufacturing.png="Images of parts production at a steel processing plant"
tortillafactory.png="Images of tortilla production at a tortilla factory"

The URL is www.traceall.ca

I can't get the title or the Alt text to show up in the html. Any help would be appreciated because other than that it works great.

Rick
The administrator has disabled public write access.
 
#55226
Re:Alt text and Title not showing in html 8 Years, 9 Months ago Karma: 747
Hello,

Use the following content in INI file:

Code:


[DESCRIPTION]
1traceallbanner.png="<span class='text1'>Traceall Website Banner</span>"
cheesefactory.png=""
icecream.png=""
LettuceGrower.png=""
manufacturing.png=""
tortillafactory.png=""
[LINK]
cheesefactory.png="http://www.traceall.ca/index.php/cheese-process"
icecream.png="http://www.traceall.ca/index.php/icecream-process"
LettuceGrower.png="http://www.traceall.ca/index.php/lettuce-producer"
manufacturing.png="http://www.traceall.ca/index.php/manufacturing-process"
tortillafactory.png="http://www.traceall.ca/index.php/tortilla-process"
[ALT]
1traceallbanner.png="TraceAll website banner"
cheesefactory.png="Images of cheese production at a cheese factory"
icecream.png="Images of ice-cream production at an icecream factory"
LettuceGrower.png="Image of havesting lettuce from a farmers field"
manufacturing.png="Images of parts production at a steel processing plant"
tortillafactory.png="Images of tortilla production at a tortilla factory"



Regards,
ARI Soft
The administrator has disabled public write access.
 
#55227
Re:Alt text and Title not showing in html 8 Years, 9 Months ago Karma: 0
Thanks, that got the Title showing up, any idea about the Alternate text?
The administrator has disabled public write access.
 
#55228
Re:Alt text and Title not showing in html 8 Years, 9 Months ago Karma: 747
The extension doesn't support ability to add alternate text from INI file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55229
Re:Alt text and Title not showing in html 8 Years, 9 Months ago Karma: 0
So therefore if I use your ARI Orbit Slider on my Joomla site it will not be WCAG 2.0 (Level AA) complient.
The administrator has disabled public write access.
 
#55231
Re:Alt text and Title not showing in html 8 Years, 9 Months ago Karma: 0
Do you have any kind of image rotator that will provide alternate text for the images loaded?
The administrator has disabled public write access.
 
Go to topPage: 12