• Good morning …. I am new to programming and I want to do a project accebility with achecker or wave webaim … in which folders and files of a wordpress theme should I go to make the necessary changes..e.g. to replace i with em , add alt to images, add link or button etc

    Thanks very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m afraid I don’t quite understand your concern. You want to include the output of a webcam in your website? Normally you do not have to program much with WordPress but can enter the desired content in wp-admin.

    Thread Starter kmitikas

    (@kmitikas)

    I want to correct the errors from theme wordpress so that the site passes the WCAG check 2. I ask in which folder and which file should I go to replace for example i with em or add ALT to the images so that the sites https: // achecker.achecks.ca/checker/index.php and https://wave.webaim.org/ have no errors

    I.e. in general terms: you want to customize your template. How you do that depends first of all on the WordPress theme you have chosen. With most of them you can add individual CSS codes in wp-admin under Appereance > Customizer. Some of them also offer the possibility to specify font sizes for some or all parts of the website. What is possible at this point depends on your theme, which you unfortunately did not reveal. If you have questions about this, you should contact the respective theme developer.

    Alternatively you can create a child theme and override the properties of the theme. How to do that is described here: https://developer.www.ads-software.com/themes/advanced-topics/child-themes/

    I would recommend not to edit files in the WordPress directory if you don’t know exactly what you are doing. This is especially important against the background of updates. Each update would overwrite individual adjustments. Basically you do something like this only if you have a child theme (see above), develop your own plugin or want to make an adjustment to the basic configuration of WordPress (like the database connection).

    If you are concerned about WCAG, you could also choose a WordPress theme that is explicitly designed for its compatibility. Here you can find a selection:
    https://www.competethemes.com/blog/wordpress-accessible-themes/
    https://colorlib.com/wp/accessible-wordpress-themes/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WAVE WEBAIM – CHECKER – FOLDER AND FILES’ is closed to new replies.