Title: megaheff's Replies | WordPress.org

---

# megaheff

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gutenberg] For the love of God, Keep it a plugin!](https://wordpress.org/support/topic/for-the-love-of-god-keep-it-a-plugin/)
 *  Thread Starter [megaheff](https://wordpress.org/support/users/megaheff/)
 * (@megaheff)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/for-the-love-of-god-keep-it-a-plugin/#post-10571055)
 * I can appreciate that you have been working hard on Gutenberg, and that there
   will be some non-developers out there that will find it incredibly useful. However
   I do not believe us developers need an editor like this.
 * If integrating Gutenberg into WordPress is to compete with the likes of Wix, 
   then just add it to wordpress.com only for the people with little or no knowledge
   of development who want to easily create an account and edit pages.
 * I have installed the Gutenberg plugin and have been using it for the last few
   months, and I have come to the conclusion that it is not something that I will
   ever use as the classic editor does everything I need it to.
    -  This reply was modified 7 years, 9 months ago by [megaheff](https://wordpress.org/support/users/megaheff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPP Ninja - Bootstrap Gallery] No ALT tag on images](https://wordpress.org/support/topic/no-alt-tag-on-images/)
 *  [megaheff](https://wordpress.org/support/users/megaheff/)
 * (@megaheff)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/no-alt-tag-on-images/#post-9138677)
 * This is how i get around there being no alt tags.
 * Add the code below to line 188 in the **_class-wppninja-bootstrap-gallery-public_**.
   php file, which is located in the plugins **public** folder:
 * _$alt\_text = trim(strip\_tags( $thumbnail\_info->post\_title ));_
 * Then add the code below to the img tag on line 192:
 * _alt='”.$alt\_text.”‘ _
 * This will then retrieve what you have entered into the image’s Title field and
   display it in the image’s alt tag.
 * i’m yet to figure out how to retrieve the data from the image’s alt field, but
   for now this way gets the job done so that the images aren’t missing the all 
   important alt tags.
 * I hope this helps.
    -  This reply was modified 8 years, 12 months ago by [megaheff](https://wordpress.org/support/users/megaheff/).
    -  This reply was modified 8 years, 12 months ago by [bdbrown](https://wordpress.org/support/users/bdbrown/).

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