Title: infensus's Replies | WordPress.org

---

# infensus

  [  ](https://wordpress.org/support/users/infensus/)

 *   [Profile](https://wordpress.org/support/users/infensus/)
 *   [Topics Started](https://wordpress.org/support/users/infensus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/infensus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/infensus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/infensus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/infensus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/infensus/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Salon Booking System - Free Version] Version 3.36 – slow performance](https://wordpress.org/support/topic/version-3-36-slow-performance/)
 *  [infensus](https://wordpress.org/support/users/infensus/)
 * (@infensus)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/version-3-36-slow-performance/#post-12375876)
 * I agree with Georg!
 * After update i also noticed that makin an reservation process slow down. My chrome
   
   Console says that admin-ajax process need 20 sec to show next step. Also i try
   to cache and minify all js/css files and turn off ajax from booking step, but
   problem still exist. For now i recover previous version and problem dissapear.
   3.36 look very nice but Maybe need some optimization work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ND Shortcodes] Missing Alt Attributes](https://wordpress.org/support/topic/missing-alt-attributes/)
 *  [infensus](https://wordpress.org/support/users/infensus/)
 * (@infensus)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/missing-alt-attributes/#post-11472757)
 * to repair alts in Header
 * first open file index.php from
    /wp-content/plugins/nd-shortcodes/addons/customizer/
   shortcodes/top-header
 * ADD (18 LINE)
 * `'alt' => '',`
 * GO to (71 LINE) find
 * `<a href="'.$nd_options_icon_text['link'].'"><img alt="" width="15" height="15"
   class="'.$nd_options_icon_margin.' nd_options_float_left" src="'.$nd_options_icon_text_image.'"
   ></a>`
 * replace with
 * `<a href="'.$nd_options_icon_text['link'].'"><img alt="'.$nd_options_icon_text['
   alt'].'" width="15" height="15" class="'.$nd_options_icon_margin.' nd_options_float_left"
   src="'.$nd_options_icon_text_image.'"></a>`
 * GO TO 87 line and find
 * `<a href="'.$nd_options_icon_text['link'].'"><img alt="" width="'.$nd_options_image_width.'"
   class="'.$nd_options_icon_margin.' nd_options_float_left" src="'.$nd_options_icon_text_image.'"
   ></a>`
 * REPLACE WITH
 * `<a href="'.$nd_options_icon_text['link'].'"><img alt="'.$nd_options_icon_text['
   alt'].'" width="'.$nd_options_image_width.'" class="'.$nd_options_icon_margin.'
   nd_options_float_left" src="'.$nd_options_icon_text_image.'"></a>`
 * Save and upload file via FTP
    Next go to theme options find your header layout
   and add the alts!
 * for example shortcode with alt looks now
 * `[nd_social social='facebook' link='https://web.facebook.com/pyrastudio' alt='
   nasz fanpage na facebooku']`
    -  This reply was modified 7 years, 3 months ago by [infensus](https://wordpress.org/support/users/infensus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ND Shortcodes] Missing Alt Attributes](https://wordpress.org/support/topic/missing-alt-attributes/)
 *  [infensus](https://wordpress.org/support/users/infensus/)
 * (@infensus)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/missing-alt-attributes/#post-11472700)
 * OK i repair some functions to get alts
 * For social alts (footer)
 * first open file index.php from /wp-content/plugins/nd-shortcodes/addons/customizer/
   shortcodes/social/
 * and add (10 LINE)
    `'alt' => '',` next go to 31 line and find `$nd_options_str.
   = '<a target="_blank" href="'.$nd_options_social['link'].'"><img alt="" width
   ="40" height="40" class="nd_options_margin_5" src="'.$nd_options_social_image.'"
   ></a>';`
 * change it to
 * `$nd_options_str .= '<a target="_blank" href="'.$nd_options_social['link'].'"
   ><img alt="'.$nd_options_social['alt'].'" width="40" height="40" class="nd_options_margin_5"
   src="'.$nd_options_social_image.'"></a>';`
 * This will repair the alts in social icons
 * save and upload file via FTP
    next go to theme options find your footer layout
   and add the alts!
 * for example i looks like:
 * `[nd_social social='facebook' link='https://web.facebook.com/pyrastudio' alt='
   nasz fanpage na facebooku']`
    -  This reply was modified 7 years, 3 months ago by [infensus](https://wordpress.org/support/users/infensus/).
    -  This reply was modified 7 years, 3 months ago by [infensus](https://wordpress.org/support/users/infensus/).
    -  This reply was modified 7 years, 3 months ago by [infensus](https://wordpress.org/support/users/infensus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ND Shortcodes] Missing Alt Attributes](https://wordpress.org/support/topic/missing-alt-attributes/)
 *  [infensus](https://wordpress.org/support/users/infensus/)
 * (@infensus)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/missing-alt-attributes/#post-11469252)
 * Yeah i agree, i check my website with seo auditor, and nick dark shortcodes dont
   have alts in those images,
 * 1 icon-close-white.svg
    2 world-white.svg 3 share-white.svg 4 facebook-white.
   svg 5 twitter-white.svg 6 pin-white.svg 7 star-white.svg 8 logo4-1.png 9 logo3.
   png 10 icon-menu.svg 11 logo-7.png 12 facebook.svg 13 twitter.svg 14 instagram.
   svg 15 youtube.svg
 * Can some1 help me to fix this ?
    Best regards Damian!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Chatbot for Messenger] can’t get chat window to close, fade, etc](https://wordpress.org/support/topic/cant-get-chat-window-to-close-fade-etc/)
 *  [infensus](https://wordpress.org/support/users/infensus/)
 * (@infensus)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/cant-get-chat-window-to-close-fade-etc/#post-11123937)
 * yeah i agree there is a problem with close the window, function hide in setup
   also not working, this is something wrong with CSS files. I think we have to 
   wait for fix!

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