Title: bachey's Replies | WordPress.org

---

# bachey

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery Carousel Without JetPack] image alt show/hide](https://wordpress.org/support/topic/image-alt-showhide/)
 *  Thread Starter [bachey](https://wordpress.org/support/users/bachey/)
 * (@bachey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/image-alt-showhide/#post-3661693)
 * It was
 *     ```
       .gallery .gallery-caption {
       	display:none;
       }
       ```
   
 * in the style.css .
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [hide image description](https://wordpress.org/support/topic/hide-image-description/)
 *  Thread Starter [bachey](https://wordpress.org/support/users/bachey/)
 * (@bachey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hide-image-description/#post-3674829)
 * You helped be accidental by talking about “caption”.
    I needed to add
 *     ```
       .gallery .gallery-caption {
       	display:none;
       }
       ```
   
 * I was looking for “alt” all the time.
 * Thank you 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [hide image description](https://wordpress.org/support/topic/hide-image-description/)
 *  Thread Starter [bachey](https://wordpress.org/support/users/bachey/)
 * (@bachey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/hide-image-description/#post-3674803)
 * Oh, I was wrong there, it’s not the alt attribute. Thank you.
    Anyway, there’s
   an image description which is shown under the images. I want to hide it on normal
   pages, but not delete it because I wanna see it on attachment sites, galleries,…
   I hope it’s clear now what i’m searching for.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Voyage] facebook plugin in nav bar](https://wordpress.org/support/topic/facebook-plugin-in-nav-bar/)
 *  Thread Starter [bachey](https://wordpress.org/support/users/bachey/)
 * (@bachey)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/facebook-plugin-in-nav-bar/#post-3661598)
 * Thanks.
 * As I dont know much about php, I am still unable to implement the following code.
 *     ```
       <script>(function(d, s, id) {
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) return;
         js = d.createElement(s); js.id = id;
         js.src = "//connect.facebook.net/de_DE/all.js#xfbml=1";
         fjs.parentNode.insertBefore(js, fjs);
       }(document, 'script', 'facebook-jssdk'));</script>
   
       <div class="fb-like"  data-href="#" data-send="false" data-width="300" data-show-faces="false" data-font="arial"></div>
       <hr>
       ```
   
 * Can you tell me where to insert these lines?

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