Accessibility Of Websites With Addon Image Carousel - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Accessibility Of Websites With Addon Image Carousel

KL

Klaus Liedtke

SP Page Builder 5 months ago

Hi, i got some error messages by checking sites for accessibility:

  1. In the addon "image carousel" is no field for the "image title".
  2. In the title and subtitle section is no selection for an background color. Have a problem with the contrast of title an subtitle an the image.

Any idea what i can do?

Regards

0
16 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 5 months ago #192611

Hi there,

Thanks for contacting us. Sorry, right now this feature/functionality is not available. If you need then i can add custom css code for you.

-Thanks

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192612

Hi Toufiq,

That would be very helpfull. Background color for title and subtitle. Image title

thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #192621

For Background color for title and subtitle - use Custom CSS, example:

 .sppb-carousel-extended-heading {background: #eee }
 .sppb-carousel-extended-subheading {background: #eee;}

Remember that extra padding:5px; may be needed to improve visual appearance.


About Image - it has Alt field already that needed for Accessibility WCAG (!) Field Title is not so needed, only ALT, but we can consider that in the future updates.

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192622
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 5 months ago #192623

Add this css code inside the custom.css box or custom.css file.

.itemid-321 .sppb-carousel-extended-heading {
    background: #8122b1;
    padding: 10px 2px;
}

.itemid-321 .sppb-carousel-extended-subheading {
    background: #365aca;
    padding: 10px 5px;
}

.itemid-321 .sppb-carousel-extended-description {
    background: #2290b1;
    padding: 5px 0px;
}
0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192624

Put it in the customm css box, but nothong changed.

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 5 months ago #192628

https://prnt.sc/H1k4pExS7b79

New CSS code

.sppb-carousel-extended-heading {
    background: #8122b1;
    padding: 10px 2px;
}
.sppb-carousel-extended-subheading {
    background: #365aca;
    padding: 10px 5px;
}
.sppb-carousel-extended-description {
    background: #2290b1;
    padding: 5px 0px;
}
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #192627
  1. Clear Joomla Cache, becuase you're using AimySpeedOptimization ;]
  2. Add it in Page Settings > Page CSS > Custom CSS

and it will work.

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192629

Hi Paul,

Content background works only in backend. Cache is cleared But title background no changes.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #192649

Class name is totally OK.

Where you put mentioned Custom CSS? Mine or shared by Toufiq ??

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192662

Here is a creenshot of my settings: https://ibb.co/1fCvXSLG Does it matter that this is a page module?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #192665

Thanks. You made mistake in CSS field, please delete first line

<p aria-hidden.... > - this is NOT CSS (!) but HTML code (!) - not needed here!

yes, it could stop browser from reading CSS on the front-end.

;/

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192667

Now it works perfect in backend, but not in frontend. Cache is cleared.

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192668

It works on PB-Pages. Not in site-modul for Sites.

0
KL
Klaus Liedtke
Accepted Answer
5 months ago #192669

ok. put the code on template css. Now it works.

Thanks a lot for help.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #192703

Not template.css, but create a new new custom.css - please as German webmaster you should read documenation not guess.

0