Title: WP Dev Shed's Replies | WordPress.org

---

# WP Dev Shed

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/wpdevshed/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wpdevshed/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Why does your style.css override fontawesome .fa font-size](https://wordpress.org/support/topic/why-does-your-style-css-override-fontawesome-fa-font-size/)
 *  [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/why-does-your-style-css-override-fontawesome-fa-font-size/#post-11848017)
 * Hello [@schultzter](https://wordpress.org/support/users/schultzter/),
 * Thank you for your feedback, please download the new version of the theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove title and bread crumbs from static home page](https://wordpress.org/support/topic/remove-title-and-bread-crumbs-from-static-home-page/)
 *  [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/remove-title-and-bread-crumbs-from-static-home-page/#post-11843781)
 * Hello, Try adding this custom css code,
 *     ```
       .home .breadcrumb-container,.home .entry-title {
           display: none;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BIG PIX] Theme color](https://wordpress.org/support/topic/theme-color-3/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/theme-color-3/#post-8161813)
 * Hello, Try adding this css code,
 *     ```
       button, html input[type=button], input[type=reset], input[type=submit] {
           background: #7700aa;
           color: #fff;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OMG] Menus not visible](https://wordpress.org/support/topic/menus-not-visible/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/menus-not-visible/#post-8161802)
 * Hello,
 * You need to create a Menu first (Appearance->Menus), go to Appearance -> Widgets
   and drag Custom Menu widget to Menu widget area then select the menu that you
   have created.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[BIG PIX] Post previews](https://wordpress.org/support/topic/post-previews-1/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/post-previews-1/#post-8157510)
 * The easiest way is to use CSS, download Simple Custom CSS WordPress plugin then
   go to Appearance -> Custom CSS and add this code,
    .blog-list{ display: none;}
 * =================
 * OR
 * Try creating a child theme([https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)),
   then copy index.php file into your child theme. Edit that file and go to line#
   101 to #131 then delete those lines.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[The Newswire] Facing a problem](https://wordpress.org/support/topic/facing-a-problem/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/facing-a-problem/#post-6308175)
 * Hi [@ombir](https://wordpress.org/support/users/ombir/), I don’t know what you
   are talking about, nor why you would want to share a link to a URL in the wp-
   content directory as that isn’t where you will find your posts.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[The Newswire] Slider picks last photo in post instead of first](https://wordpress.org/support/topic/slider-picks-last-photo-in-post-instead-of-first/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slider-picks-last-photo-in-post-instead-of-first/#post-6652141)
 * Hi [@dlapin](https://wordpress.org/support/users/dlapin/), you just need to set
   the featured image for each post in the admin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[The Newswire] The Newswire Theme](https://wordpress.org/support/topic/the-newswire-theme/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/the-newswire-theme/#post-6789946)
 * Hi [@bobbkc11](https://wordpress.org/support/users/bobbkc11/), sorry for the 
   slow response. That video is indeed out of date now. We removed the options described
   in the video for security reasons. But have commented the header and sidebar 
   template files to indicate where to place your banner code. Of course before 
   adding code to the template files you should set up your theme as a child first.
   Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[The Newswire] Slider shows balnk pages instead of images](https://wordpress.org/support/topic/slider-shows-balnk-pages-instead-of-images/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slider-shows-balnk-pages-instead-of-images/#post-6907170)
 * Hi all, if you are still having trouble with the slider would you be able to 
   provide some more information to help troubleshoot, eg.
    - What browser/OS are you using
    - What plugins are you running?
    - Have you tried disabling all plugins to see if that resolves the issue. If
      it does then you can re-enable plugins one by one until the issue surfaces
      again to isolate which plugin is causing the conflict
 * I ask for more information because I can’t replicate the problem. Thanks.
 * [@abbasmohsin](https://wordpress.org/support/users/abbasmohsin/) – slider on 
   your site appears to work great
 * [@lascorpia70](https://wordpress.org/support/users/lascorpia70/) – I’m confused
   by your comment “The slider plug-in would not update automatically” – this theme
   doesn’t need a plugin for the slider. The home page slider is native to the theme.
   If you are using a plugin for your slider I can’t be sure what the issue is there.
   Perhaps reach out to the plugin developer?
 * [@typical-city](https://wordpress.org/support/users/typical-city/) – slider seems
   to be working on your site no?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[BIG PIX] BIG PIX](https://wordpress.org/support/topic/big-pix/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/big-pix/#post-7959923)
 * Hi [@elechi](https://wordpress.org/support/users/elechi/), thanks for the review.
   I’m keen to hear you feedback on what small changes you’d like to see. I can’t
   promise to do everything of course, but do intend to make further changes 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OMG] How can I delete the comment box from the bottom of pages?](https://wordpress.org/support/topic/how-can-i-delete-the-comment-box-from-the-bottom-of-pages/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-delete-the-comment-box-from-the-bottom-of-pages/#post-5725340)
 * Hi, you can choose to disable comments site wide under Settings > Discussion,
   though any change to these settings will not impact existing posts and pages.
   Regardless of the site wide settings you can disable comments on any given post
   or page by going to the post/page edit screen and unchecking the “Allow comments”
   check box. If you don’t see this option then look into the “Screen Options” settings
   top right of the page. Does that help?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OMG] How to create a gallery page](https://wordpress.org/support/topic/how-to-create-a-gallery-page/)
 *  Theme Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-to-create-a-gallery-page/#post-5712868)
 * Hi [@mnaso](https://wordpress.org/support/users/mnaso/), that is just a regular
   WordPress image gallery. Create a new post, and create/insert a gallery using
   the regular media manager.
 * Here’s a how-to on creating galleries: [https://www.youtube.com/watch?v=XgXh3bzQBBk](https://www.youtube.com/watch?v=XgXh3bzQBBk)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share by WP Dev Shed] Not showing on homepage](https://wordpress.org/support/topic/not-showing-on-homepage-1/)
 *  Plugin Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-showing-on-homepage-1/#post-5092821)
 * Marking as resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share by WP Dev Shed] Not showing anywhere?](https://wordpress.org/support/topic/not-showing-anywhere-1/)
 *  Plugin Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-showing-anywhere-1/#post-5535176)
 * Marking as resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Share by WP Dev Shed] Not showing anywhere?](https://wordpress.org/support/topic/not-showing-anywhere-1/)
 *  Plugin Author [WP Dev Shed](https://wordpress.org/support/users/wpdevshed/)
 * (@wpdevshed)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-showing-anywhere-1/#post-5535175)
 * Hi [@buddies](https://wordpress.org/support/users/buddies/) – sorry for the slow
   response. The plugin will only add social share buttons to post pages. You don’t
   appear to have any posts on your blog yet?

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/users/wpdevshed/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wpdevshed/replies/page/2/?output_format=md)