Title: servispg's Replies | WordPress.org

---

# servispg

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP Error while uploading media](https://wordpress.org/support/topic/http-error-while-uploading-media-5/)
 *  [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/http-error-while-uploading-media-5/#post-8199485)
 * This happens to me too but size has nothing to do with it. I can get one mp3 
   that is 93 mb to upload fine then a 77 mb will not upload.
 * UPLOADING
 * Dismiss Errors
    6-26-16.mp3 HTTP error.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Page Theme] Zion Church Theme](https://wordpress.org/support/topic/zion-church-theme/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/zion-church-theme/#post-7165742)
 * Any help here would be appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sunshine Photo Cart - Client Photo Gallery & Photo Proofing for Photographers] Cannot access my Gallery](https://wordpress.org/support/topic/cannot-access-my-gallery/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-access-my-gallery/#post-7107738)
 * Have you had others change these before and not loose anything on their site?
   I have never done a change theme before, and the Prophoto theme has quite a few
   special options set in it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sunshine Photo Cart - Client Photo Gallery & Photo Proofing for Photographers] Cannot access my Gallery](https://wordpress.org/support/topic/cannot-access-my-gallery/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-access-my-gallery/#post-7107730)
 * Yes more than likely I will need to look for another option if there are issues
   with the Prophoto theme and the Sunshine Photo Cart.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] 404 Error](https://wordpress.org/support/topic/404-erorr-1/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/404-erorr-1/#post-7138492)
 * I put that at the bottom and it is fixed now thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] 404 Error](https://wordpress.org/support/topic/404-erorr-1/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/404-erorr-1/#post-7138418)
 * Benjamin Can I do this to the file called theme-functions.php file?
    Where does
   this code go exactly? I do not want to mess the site up. This is the them I am
   using and the code in this file below that. Zion Churches and Non-Profits: theme-
   functions.php (includes/theme-functions.php)
 * <?php
 * function pagination($pages = ”, $range = 2)
 * {
 *  $showitems = ($range * 2)+1;
 *  global $paged;
 *  if(empty($paged)) $paged = 1;
 *  if($pages == ”)
 *  {
 *  global $wp_query;
 *  $pages = $wp_query->max_num_pages;
 *  if(!$pages)
 *  {
 *  $pages = 1;
 *  }
 *  }
 *  if(1 != $pages)
 *  {
 *  echo “<div class=\”pagination\”>”;
 *  if($paged > 2 && $paged > $range+1 && $showitems < $pages) echo “[< First](https://wordpress.org/support/users/servispg/replies/".get_pagenum_link(1)."?output_format=md)“;
 *  if($paged > 1 && $showitems < $pages) echo “[<<](https://wordpress.org/support/users/servispg/replies/".get_pagenum_link($paged - 1)."?output_format=md)“;
 *  for ($i=1; $i <= $pages; $i++)
 *  {
 *  if (1 != $pages &&( !($i >= $paged+$range+1 || $i <= $paged-$range-1) || $pages
   <= $showitems ))
 *  {
 *  echo ($paged == $i)? “<span class=\”current\”>”.$i.”</span>”:”[“.$i.”](https://wordpress.org/support/users/servispg/replies/".get_pagenum_link($i)."?output_format=md)“;
 *  }
 *  }
 * “;
 *  if ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) echo“
   [Last >](https://wordpress.org/support/users/servispg/replies/".get_pagenum_link($pages)."?output_format=md)“;
 *  echo “<span class=\”numbers\”>Page “.$paged.” of “.$pages.”</span></div>\n”;
 *  }
 * }
 * ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sunshine Photo Cart - Client Photo Gallery & Photo Proofing for Photographers] Cannot access my Gallery](https://wordpress.org/support/topic/cannot-access-my-gallery/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-access-my-gallery/#post-7107721)
 * This is my link and I cannot open it.
    [http://www.servisphotographics.com/client-galleries/gallery/](http://www.servisphotographics.com/client-galleries/gallery/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sunshine Photo Cart - Client Photo Gallery & Photo Proofing for Photographers] Cannot access my Gallery](https://wordpress.org/support/topic/cannot-access-my-gallery/)
 *  Thread Starter [servispg](https://wordpress.org/support/users/servispg/)
 * (@servispg)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/cannot-access-my-gallery/#post-7107716)
 * No one from Sunshine will respond?

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