Title: EverythingTech's Replies | WordPress.org

---

# EverythingTech

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[pinpress] Change width of each Article in PinPress](https://wordpress.org/support/topic/change-width-of-each-article-in-pinpress/)
 *  [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/change-width-of-each-article-in-pinpress/#post-5381847)
 * Did anybody figure out how to do this cleanly? I found where it’s calculating
   the width (line 250 of functions.php), but I can’t easily change it.
 * There should really be a way to change this in the WordPress Dashboard.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Entire submenu styled by .current-menu-item when linking to headers (#)](https://wordpress.org/support/topic/entire-submenu-styled-by-current-menu-item-when-linking-to-headers/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/entire-submenu-styled-by-current-menu-item-when-linking-to-headers/#post-4731645)
 * Well, I wasn’t actually able to keep it from being set as following the class`.
   current-menu-item`, but I did come up with a little CSS to change it. It only
   applies if the parent item is part of `.current-menu-item` as well.
 *     ```
       #navbar ul li.current-menu-item ul li.current-menu-item > a {
           color: white;
       }
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite: Can't change upload limit](https://wordpress.org/support/topic/multisite-cant-change-upload-limit/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/multisite-cant-change-upload-limit/#post-3591645)
 * I’m pretty sure I did both. As I mentioned, the problem was solved by my host.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Hide Twenty Twelve drop shadow](https://wordpress.org/support/topic/hide-twenty-twelve-drop-shadow/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/hide-twenty-twelve-drop-shadow/#post-3995719)
 * Actually I’ve since decided to use a different theme. A moderator can delete 
   this thread.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite: Can't change upload limit](https://wordpress.org/support/topic/multisite-cant-change-upload-limit/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/multisite-cant-change-upload-limit/#post-3591598)
 * I suppose I should mention that the problem was indeed solved by contacting my
   host. They did something on their end and it was solved instantly. Thanks!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite: Can't change upload limit](https://wordpress.org/support/topic/multisite-cant-change-upload-limit/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-cant-change-upload-limit/#post-3591447)
 * It’s my understanding that max_file_uploads is the number of items that can be
   uploaded at the same time. [http://allinthehead.com/retro/349/the-curse-of-max_file_uploads](http://allinthehead.com/retro/349/the-curse-of-max_file_uploads)
   According to [this thread](http://wordpress.org/support/topic/how-to-increase-the-max-upload-size),
   memory limit is related to file uploads (possibly because it has to store the
   file in memory before it saves it to the disk, but that’s just a guess).
 * [This guy](http://mynotes.farkess.com/2012/08/02/wordpress-increase-media-upload-size/)
   is suggesting I modify something in the database, but it seems to me like that
   should be the value that is changed on the Network Settings page in the Dashboard.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress max upload filesize not updating](https://wordpress.org/support/topic/wordpress-max-upload-filesize-not-updating/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wordpress-max-upload-filesize-not-updating/#post-3577678)
 * I actually did it without them. Turns out it was because I was using a multi-
   site configuration. I had to go into my Network Admin Dashboard, then go down
   to Settings > Network Settings and scroll down to Upload Settings, where I could
   change “Max upload file size.” Hours and hours spent on this simple, simple problem…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress max upload filesize not updating](https://wordpress.org/support/topic/wordpress-max-upload-filesize-not-updating/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/wordpress-max-upload-filesize-not-updating/#post-3577430)
 * OK thanks I will.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change "Read the rest of this entry"](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/#post-1926809)
 * I thought it was cool, bought it, and now would like to use it. I don’t really
   want to throw $50 down the drain. I have a limited budget. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change "Read the rest of this entry"](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/#post-1926807)
 * Ok, here it is. Out of public_html/wp-content/themes/<theme name>/
    [http://wordpress.pastebin.com/R3LPNVTK](http://wordpress.pastebin.com/R3LPNVTK)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change "Read the rest of this entry"](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/#post-1926805)
 * Anybody???
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change "Read the rest of this entry"](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/)
 *  Thread Starter [EverythingTech](https://wordpress.org/support/users/everythingtech/)
 * (@everythingtech)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/change-read-the-rest-of-this-entry-1/#post-1926547)
 * I don’t see a loop.php file. I used Artisteer 2 to create my theme.

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