servispg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP Error while uploading mediaThis 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
In reply to: [Page Theme] Zion Church ThemeAny help here would be appreciated.
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.
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
In reply to: [Timely All-in-One Events Calendar] 404 ErrorI put that at the bottom and it is fixed now thanks!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] 404 ErrorBenjamin 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“;
if($paged > 1 && $showitems < $pages) echo “<<“;
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.”“;
}
}
if ($paged < $pages && $showitems < $pages) echo “>>“;
if ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) echo “Last >“;
echo “<span class=\”numbers\”>Page “.$paged.” of “.$pages.”</span></div>\n”;
}
}
?>
This is my link and I cannot open it.
https://www.servisphotographics.com/client-galleries/gallery/No one from Sunshine will respond?