Web Accessibility Tool

  • Clayton Bronson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 5 months ago #108115 by Clayton Bronson
Web Accessibility Tool was created by Clayton Bronson
We are required to have ZERO RED Errors on our web pages when running the WAVE Tool wave.webaim.org/ .

I have included two images of RED errors I'm getting when I click on the link to register, is there a way to shut that part of or tell us where the code is located to get rid of the empty link box? I highlighted the error area on the first picture in yellow.

Thanks
Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #108116 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Web Accessibility Tool
Hello

Please try to go to Events Booking -> Configuration, look at Themes tab, set Show Print Button config option to No

Then check it again, the button should be hided and might solve your issue

Tuan

Please Log in or Create an account to join the conversation.

  • Clayton Bronson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 5 months ago #108123 by Clayton Bronson
Replied by Clayton Bronson on topic Web Accessibility Tool
That did fix a couple errors, how do I get rid of the social media buttons under configuration the show social media button says no?

Thanks
Attachments:

Please Log in or Create an account to join the conversation.

  • Clayton Bronson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 5 months ago - 7 years 5 months ago #108125 by Clayton Bronson
Replied by Clayton Bronson on topic Web Accessibility Tool
This is where it shows the errors are from these buttons, where I can I find this code to delete this or will you handle? I also resolved the social media button issue from previous post.


<div style="clear: left;"><div id="cboxMiddleLeft" style="float: left;"><div id="cboxContent" style="float: left;"><div id="cboxTitle" style="float: left;"><div id="cboxCurrent" style="float: left;">
1<button type="button" id="cboxPrevious">
1<button type="button" id="cboxNext">
1<button id="cboxSlideshow">
<div id="cboxLoadingOverlay" style="float: left;"><div id="cboxLoadingGraphic" style="float: left;">
Last edit: 7 years 5 months ago by Clayton Bronson.

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #108126 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Web Accessibility Tool
I am afraid of this is hard as it is generated by colobox library (it is javascript code). The file which contains this code is media/com_eventbooking/assets/js/colorbox/jquery.colorbox.min.js,

I guess you can try to replace that file content with the content of this file github.com/jackmoore/colorbox/blob/master/jquery.colorbox.js , then find the code which generate the buttons and remove it

Please try that to see whether it is doable

Tuan

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #108127 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Web Accessibility Tool
If you could not get it sorted, maybe sending us the link to the page so that we can take a look at it to see whether the button could be removed or not

And exactly what's the buttons you want to remove?

Tuan

Please Log in or Create an account to join the conversation.

  • Clayton Bronson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 5 months ago #108172 by Clayton Bronson
Replied by Clayton Bronson on topic Web Accessibility Tool
Web page scubainservice.org/joom/index.php/compon...raining/scuba-2018-3
It is on all three registration pages/links on the main page www.scubainservice.org

Run the WAVE tool on the link above wave.webaim.org/ on the bottom of the page you will see an area that says script open that and scroll down you will see the three errors marked with a red box.

All other pages do not have any RED errors except for the three registration pages.

See attachment
Attachments:

Please Log in or Create an account to join the conversation.

  • Clayton Bronson
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 5 months ago #108210 by Clayton Bronson
Replied by Clayton Bronson on topic Web Accessibility Tool
Any Progress?

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #108216 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Web Accessibility Tool
Sorry for could not reply you earlier, I have been so busy today

I just tried to modify code. Could you get this file, unzip it, upload to media/com_eventbooking/assets/js/colorbox folder, then check it and let me know if it is working as expected

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #108217 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Web Accessibility Tool
Sorry, I forgot to upload file. Please get the file here
Attachments:

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc