Title: LapanSite's Replies | WordPress.org

---

# LapanSite

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get rid of "leave a reply"?](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/)
 *  [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/#post-3913160)
 * You do not need a plugin for that.
    You can create custom.css, and add in theme
   header, just after <head> tag:
 *     ```
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>/custom.css" type="text/css" media="screen" />
       ```
   
 * You could also [@import](https://wordpress.org/support/users/import/) it, but
   link rel is faster to load.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get rid of "leave a reply"?](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/)
 *  [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/#post-3913156)
 * wp-content/themes/magazine-basic/style.css
 * for that
 *     ```
       #respond {
       display: none;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get rid of "leave a reply"?](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/)
 *  [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/#post-3913154)
 * Or, you can disable comments on specific posts, pages.
    This, up, will hide it
   everywhere.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get rid of "leave a reply"?](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/)
 *  [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/#post-3913151)
 *     ```
       #respond {
       display: none;
       }
       ```
   
 * Fastest way.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to get rid of "leave a reply"?](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/)
 *  [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-get-rid-of-leave-a-replay/#post-3913146)
 * Link?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fast theme needed?](https://wordpress.org/support/topic/fast-theme-needed/)
 *  Thread Starter [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fast-theme-needed/#post-3907101)
 * Ah, I see.
    GZip is not supported on my hosting I think. Already tried wp-total-
   cache, wp-super-cache, minify plugins, but nothing can work ‘coz my host is weird.
   That’s why I have to rely on the theme.
 * PS: Deactivating all plugins does not speed up anything, so I can’t blame buddypress,
   bbpress, or any other plugin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fast theme needed?](https://wordpress.org/support/topic/fast-theme-needed/)
 *  Thread Starter [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fast-theme-needed/#post-3907099)
 * Hi, WPyogi.
 * Actually now on my site, I am changing many themes.
 * Check it now I activated treeview, see how it loads slow. 🙁
 * [http://lapan.com.ba/](http://lapan.com.ba/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fast theme needed?](https://wordpress.org/support/topic/fast-theme-needed/)
 *  Thread Starter [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fast-theme-needed/#post-3907096)
 * Well, Andrew Nevins, thanks, that is fast theme, but needs big changes to turn
   it into grids.
 * I guess I will go with that theme if no one appears with better source.
 * Thanks again. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Fast theme needed?](https://wordpress.org/support/topic/fast-theme-needed/)
 *  Thread Starter [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/fast-theme-needed/#post-3907094)
 * I checked few from here.
 * Magazino is close, but still is not so fast and not something what I need.
 * If anyone knows some responsive theme, which is fast, please post.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog not showing up in Google search](https://wordpress.org/support/topic/blog-not-showing-up-in-google-search/)
 *  [LapanSite](https://wordpress.org/support/users/lapansite/)
 * (@lapansite)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/blog-not-showing-up-in-google-search/#post-3906363)
 * [https://www.google.com/search?q=site:twointhehand.com](https://www.google.com/search?q=site:twointhehand.com)

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