508 compliance issue

Discussion in 'Woodpecker WordPress Business Theme' started by greggrsmith, May 14, 2019.

  1. greggrsmith

    greggrsmith Member

    Joined:
    May 5, 2015
    Messages:
    36
    Likes Received:
    0
    I'm using woodpecker for a non profit group of blinded veterans, it's very close to 508 compliance, one lingering issue is providing alt tags for background images, I'm not using the front page template for the front page, but using full-width for all of the sites pages, I believe the code below is the correct reference, can I hard code in an alt tag for the TOP Background graphic somehow? I have provided a header background in the theme options..... seems doable if I knew the correct php syntax....

    <img src="<?php echo woodpecker_get_option('woodpecker_headbg'); ?>">

    I am also using a 508 plugin named WP Accessibility which has seemed to help...

    Thanks as always for any help you can provide. website is https://www.bvargnj.org/
     
    Last edited: May 14, 2019
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Greeting from InkThemes,

    I would like to inform you that there is no alt tag for the background image.

    You can simply put the background image in this way and you just need to give the correct URL of the image.

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .top-wrapper {
        background-image: url(https://www.bvargnj.org/wp-content/uploads/2019/04/topBG-1.jpg);
    }
    I hope the above-provided information will be helpful to you, let us know if you need further help we will be happy to help you.

    Regards,
    Shemaela
    InkThemes.com
     
  3. greggrsmith

    greggrsmith Member

    Joined:
    May 5, 2015
    Messages:
    36
    Likes Received:
    0
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for getting back to us,

    You are most Welcome!

    Let us know if you need further help, we will be happy to help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page