Title: supportverse's Replies | WordPress.org

---

# supportverse

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [favicon on PDF being pulled from network primary site](https://wordpress.org/support/topic/favicon-on-pdf-being-pulled-from-network-primary-site/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/favicon-on-pdf-being-pulled-from-network-primary-site/#post-11881497)
 * The PDF file does not have a favicon set, so browser requests [http://www.cleonecapital.com/favicon.ico](http://www.cleonecapital.com/favicon.ico)
   and is probably served with default favicon, Since its multisite, you may have
   to add a nginx/apache redirect from /favicon.ico to your actual favicon.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Picture not in ADD MEDIA](https://wordpress.org/support/topic/picture-not-in-add-media/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/picture-not-in-add-media/#post-11881439)
 * Did you upload them via FTP? If so they won’t show.
    Please check : [https://wordpress.org/support/topic/images-ftped-to-upload-folder-not-showing-in-media-library/](https://wordpress.org/support/topic/images-ftped-to-upload-folder-not-showing-in-media-library/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Preload one single file](https://wordpress.org/support/topic/preload-one-single-file/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/preload-one-single-file/#post-11881426)
 * Add `<link preload="">` to heaader.php between `<head></head>`
    First page will
   not have any benefit but subsequent pages will. If you need benefit for first
   page the user loads, then you will need some JS to load that image after the 
   page loads.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [customer ID to upload plugin](https://wordpress.org/support/topic/looking-for-a-plugin-140/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/looking-for-a-plugin-140/#post-11881416)
 * One Idea would be to use a plugin that allows you to add extra form field to 
   registration form and then approve users manually.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [problem in mobile view – search bar appears big in mobile view](https://wordpress.org/support/topic/problem-in-mobile-view-search-bar-appears-big-in-mobile-view/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/problem-in-mobile-view-search-bar-appears-big-in-mobile-view/#post-11881399)
 * First make it width:200px or whatever you want for mobile and then add this at
   the end of your css file :
 *     ```
       @media screen 
       and (min-width : 1201px) {
       section#dgwt_wcas_ajax_search-2 {
       width: 600px;
       }
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Simple Social Icon](https://wordpress.org/support/topic/simple-social-icon/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/simple-social-icon/#post-11881382)
 * In custom css section of customizer add this :
    `.simple-social-icons{overflow:
   visible;}`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Issue on HomePage](https://wordpress.org/support/topic/issue-on-homepage-2/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/issue-on-homepage-2/#post-11881314)
 * Are you using any cache plugins or something like cloudflare?
    -  This reply was modified 6 years, 9 months ago by [supportverse](https://wordpress.org/support/users/supportverse/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change blog posts page layout/design/template ?](https://wordpress.org/support/topic/change-blog-posts-page-layout-design-template/)
 *  [supportverse](https://wordpress.org/support/users/supportverse/)
 * (@supportverse)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/change-blog-posts-page-layout-design-template/#post-11881300)
 * Yes, you need to create a page template and use it as template for the page that
   lists all blog posts. Check out some of the page builder plugins to create that
   page.

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