Title: Alt codes
Last modified: January 11, 2017

---

# Alt codes

 *  Resolved [peterdewith](https://wordpress.org/support/users/peterdewith/)
 * (@peterdewith)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/)
 * Hello
 * You had build in alt codes bij imgs, but its gone now

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Support [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * (@nextendweb_gabor)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8643356)
 * Hi [@peterdewith](https://wordpress.org/support/users/peterdewith/)!
 * The alt tag giving options are only available in the pro version. But if you 
   have that, you can only see them, if you turn on the expert mode:
    [http://doc.smartslider3.com/article/406-secondary-navigation-bar](http://doc.smartslider3.com/article/406-secondary-navigation-bar)
   and it will be next to every image option, so like at the Background image: [http://doc.smartslider3.com/article/1295-slide-settings-background#image-tab](http://doc.smartslider3.com/article/1295-slide-settings-background#image-tab)
   or at the Image layer: [http://doc.smartslider3.com/article/361-image-layer](http://doc.smartslider3.com/article/361-image-layer)
 *  Thread Starter [peterdewith](https://wordpress.org/support/users/peterdewith/)
 * (@peterdewith)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8643401)
 * You had build it also in the free version but its gone
 * It give errors in w3.org so have to look to someting else
 *  [Ramona](https://wordpress.org/support/users/nextend_ramona/)
 * (@nextend_ramona)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8645092)
 * Hi [@peterdewith](https://wordpress.org/support/users/peterdewith/)
 * I just installed the free version from this site to a new WordPress installation
   and the alt tags are there for both the image layer and the slide background.
   
   Here’s a screenshot: [http://imgur.com/a/Jpmnw](http://imgur.com/a/Jpmnw)
 * Do you possibly use an older version?
 *  Thread Starter [peterdewith](https://wordpress.org/support/users/peterdewith/)
 * (@peterdewith)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8645619)
 * I have found it but its not comming from there
 * This is the code w3.org with problems (www.creatiefidee.nl)
 * ![](image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4Ij4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiMwMDAiIG9wYWNpdHk9Ii42Ii8
   +CiAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTkuOCAzMmMtLjEyNCAwLS4yNDctLjAyOC0uMzYtLjA4LS4yNjQtLjExNi0uNDM2LS4zNzUtLjQ0LS42NjRWMTYuNzQ0Yy4wMDUtLjI5LjE3Ni0uNTUuNDQtLjY2Ni4yNzMtLjEyNi41OTItLjEuODQuMDdsMTAuNCA3LjI1N2MuMi4xMzIuMzIuMzU1LjMyLjU5NXMtLjEyLjQ2My0uMzIuNTk1bC0xMC40IDcuMjU2Yy0uMTQuMS0uMzEuMTUtLjQ4LjE1eiIvPgogIDwvZz4KPC9zdmc
   +Cg==)
 *  [Ramona](https://wordpress.org/support/users/nextend_ramona/)
 * (@nextend_ramona)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8645675)
 * It is coming from the play icon of your videos: [http://imgur.com/a/NDMAQ](http://imgur.com/a/NDMAQ)
   
   and I believe this usage fits for the “certain conditions” exception w3’s validator
   mentions.
 * Since your cover image already has a play icon, you could just turn off the Play
   button at the YouTube layer: [http://doc.smartslider3.com/article/198-youtube-layer](http://doc.smartslider3.com/article/198-youtube-layer)
   
   and we won’t put another image on top of it, so you won’t have this problem.
 *  Thread Starter [peterdewith](https://wordpress.org/support/users/peterdewith/)
 * (@peterdewith)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8646316)
 * Thats work half. On the first pic i cant turn off the play button (when i do 
   that it turn his on self)
 *  Plugin Support [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * (@nextendweb_gabor)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8651245)
 * Please open up this file:
    wp-content\plugins\smart-slider-3\library\smartslider\
   plugins\item\youtube\youtube.php and on line 25. add the alt tag: `), '<img class
   ="n2-video-play n2-ow" alt="" src="' . N2ImageHelperAbstract::SVGToBase64('$ss
   $/images/play.svg') . '"/>');`
 * also at line 73.:
    `$playImage = '<img class="n2-video-play n2-ow" alt="" src
   ="' . N2ImageHelperAbstract::SVGToBase64('$ss$/images/play.svg') . '"/>';`
 * and line 92.:
    `), '<img class="n2-video-play n2-ow" alt="" src="' . N2ImageHelperAbstract::
   SVGToBase64('$ss$/images/play.svg') . '"/>');`
 * If you use vimeo video, then this file:
    wp-content\plugins\smart-slider-3\library\
   smartslider\plugins\item\vimeo\vimeo.php
 * line 26.:
    `), '<img class="n2-video-play n2-ow" alt="" src="' . N2ImageHelperAbstract::
   SVGToBase64('$ss$/images/play.svg') . '"/>');`
 * line 41.:
    `$playImage = '<img class="n2-video-play n2-ow" alt="" src="' . N2ImageHelperAbstract::
   SVGToBase64('$ss$/images/play.svg') . '"/>';`
 * line 58.:
    `), '<img class="n2-video-play n2-ow" alt="" src="' . N2ImageHelperAbstract::
   SVGToBase64('$ss$/images/play.svg') . '"/>');`
 * Then press the Clear cache button:
    [http://doc.smartslider3.com/article/215-cache](http://doc.smartslider3.com/article/215-cache)
 * And you should pass that test!
 * This will be in the next version, what we can hopefully put out next week, so
   if it’s not important, you could just wait for the update.
 *  Thread Starter [peterdewith](https://wordpress.org/support/users/peterdewith/)
 * (@peterdewith)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8651255)
 * Thanks, i wait for the update

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Alt codes’ is closed to new replies.

 * ![](https://ps.w.org/smart-slider-3/assets/icon.svg?rev=2307688)
 * [Smart Slider 3](https://wordpress.org/plugins/smart-slider-3/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-slider-3/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-slider-3/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-slider-3/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-slider-3/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-slider-3/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [peterdewith](https://wordpress.org/support/users/peterdewith/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/alt-codes-2/#post-8651255)
 * Status: resolved