Skip to content

Commit

Permalink
Cambios del 5 de Febrero del 2012 - Antes de presentarlo al concejo p…
Browse files Browse the repository at this point in the history
…astoral
  • Loading branch information
amontenegro committed Feb 6, 2012
1 parent c846ba5 commit 36dea03
Show file tree
Hide file tree
Showing 20 changed files with 286 additions and 29 deletions.
3 changes: 1 addition & 2 deletions wp-content/themes/Grace/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<div class="copyright">
<p class="fl">&copy;
<?php the_time('Y'); ?>
<?php bloginfo(); ?>, All right reserved.
<?php bloginfo(); ?>, todos los derechos reservados.
<br/>
<span class="designby"> Grace Theme by </span> <span class="templatic"> <a href="http://templatic.com" title="templatic.com">templatic.com</a> </span> </p>
<div class="fr">
<?php if ( get_option('bizzthemes_footpages') <> "" ) { ?>
<ul>
Expand Down
68 changes: 49 additions & 19 deletions wp-content/themes/Grace/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<?php } ?>
<?php } ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />

<?php if ( get_option('bizzthemes_favicon') <> "" ) { ?>
<link rel="icon" type="image/png" href="<?php echo get_option('bizzthemes_favicon'); ?>" />
<?php } ?>
Expand All @@ -71,31 +72,60 @@
<?php if ( get_option('bizzthemes_customcss') ) { ?>
<link href="<?php bloginfo('template_directory'); ?>/custom.css" rel="stylesheet" type="text/css">
<?php } ?>

<?php if ( is_single() ) { ?>
<!-- include CSS always before including js -->
<link rel="stylesheet" type="text/css" href="./wp-content/themes/Grace/library/tn3/skins/tn3/tn3.css" media="screen" />
<!-- include jQuery library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<!-- include tn3 plugin -->
<script type="text/javascript" src="./wp-content/themes/Grace/library/tn3/js/jquery.tn3lite.min.js"></script>

<!-- initialize the TN3 when the DOM is ready -->
<script type="text/javascript">
$(document).ready(function() {
//Thumbnailer.config.shaderOpacity = 1;
var tn1 = $('.mygallery').tn3({
skinDir:"skins",
imageClick:"fullscreen",
image:{
maxZoom:1.5,
crop:true,
clickEvent:"dblclick",
transitions:[{
type:"blinds"
},{
type:"grid"
},{
type:"grid",
duration:460,
easing:"easeInQuad",
gridX:1,
gridY:8,
// flat, diagonal, circle, random
sort:"random",
sortReverse:false,
diagonalStart:"bl",
// fade, scale
method:"scale",
partDuration:360,
partEasing:"easeOutSine",
partDirection:"left"
}]
}
});
});
</script>
<?php } ?>

</head>
<body>
<div id="page" >
<div id="header">
<div class="container_12" >
<div class="h_left" id="logo-spot">
<?php if ( get_option('bizzthemes_show_blog_title') ) { ?>
<div class="blog-title"><a href="<?php echo get_option('home'); ?>/">
<?php bloginfo('name'); ?>
</a></div>
<div class="blog-description">
<?php bloginfo('description'); ?>
<img src="http://localhost/Guadalupe/wp-content/uploads/2012/01/Banner-principal-Parroquia.jpg" alt="Parroquia de Guadalupe" />
</div>
<?php } else { ?>
<h1 class="logo"> <a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"> <img src="<?php if ( get_option('bizzthemes_logo_url') <> "" ) { echo get_option('bizzthemes_logo_url'); } else { echo get_bloginfo('template_directory').'/images/logo.png'; } ?>" alt="<?php bloginfo('name'); ?>" /> </a> </h1>
<!--/logo-->
<?php } ?>
</div>
<!--/logo-spot-->

<p class="slogan"><?php bloginfo('description'); ?> </p>


</div>
</div>
</div>
<!-- header #end -->
<?php
global $wpdb;
Expand Down
5 changes: 5 additions & 0 deletions wp-content/themes/Grace/library/css/960.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
margin-right:auto;
width:940px
}

#header .container_12 {
margin-bottom: 30px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
display:inline;
float:left;
Expand Down
10 changes: 10 additions & 0 deletions wp-content/themes/Grace/library/css/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,19 @@ h1 {
h2 {
font-size:24px
}

.textwidget h2 {
font-size: 20px;
}

h3 {
font-size:22px
}

.textwidget h3 {
font-size: 16px;
}

h4 {
font-size:19px
}
Expand Down
2 changes: 2 additions & 0 deletions wp-content/themes/Grace/library/functions/theme_variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
$includes_path = TEMPLATEPATH . '/library/includes/';
$javascript_path = TEMPLATEPATH . '/library/js/';
$css_path = TEMPLATEPATH . '/library/css/';
$tn3_path = TEMPLATEPATH . '/library/tn3/';
$tn3_css = TEMPLATEPATH . '/library/tn3/skins/tn3/tn3.css';

?>
109 changes: 109 additions & 0 deletions wp-content/themes/Grace/library/tn3/js/jquery.tn3lite.min.js

Large diffs are not rendered by default.

Binary file added wp-content/themes/Grace/library/tn3/skins/tn3/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions wp-content/themes/Grace/library/tn3/skins/tn3/tn3.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions wp-content/themes/Grace/library/tn3/skins/tn3/tn3.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Default</title>
<link rel="stylesheet" type="text/css" href="tn3.css" />
</head>

<body>

<div class="tn3-gallery">
<div class="tn3-image">
<div class="tn3-text-bg">
<div class="tn3-image-title"></div>
<div class="tn3-image-description"></div>
</div>
<div class="tn3-next tn3_v tn3_o"></div>
<div class="tn3-prev tn3_v tn3_o"></div>
<div class="tn3-preloader tn3_h tn3_v"><img src="preload.gif"/></div>
<div class="tn3-timer"></div>
</div>
<div class="tn3-controls-bg tn3_rh">
<div class="tn3-sep1"></div>
<div class="tn3-sep2"></div>
<div class="tn3-sep3"></div>
</div>
<div class="tn3-thumbs"></div>
<div class="tn3-fullscreen"></div>
<div class="tn3-show-albums"></div>
<div class="tn3-next-page"></div>
<div class="tn3-prev-page"></div>
<div class="tn3-play"></div>
<div class="tn3-count"></div>
<div class="tn3-albums">
<div class="tn3-inalbums">
<div class="tn3-album"></div>
</div>
<div class="tn3-albums-next"></div>
<div class="tn3-albums-prev"></div>
<div class="tn3-albums-close"></div>
</div>
</div>

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 62 additions & 6 deletions wp-content/themes/Grace/single.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php get_header(); ?>

<!-- SINGLE PAGE -->
<div class="breadcrumb_top ">
<div class="breadcrumb_bottom container_12">
<h1> <?php the_title(); ?> </h1>
Expand Down Expand Up @@ -34,24 +34,79 @@
</div>
</div>
</div>
<!-- posttop #end -->











<!-- posttop #end -->
<div class="post_content">

<?php if ( get_post_meta($post->ID,'image', true) ) { ?>
<div class="post_img clearfix">
<img src="<?php echo get_post_meta($post->ID, "image"); ?>" alt="<?php the_title(); ?>" class="fl"/>
<img src="<?php echo get_post_meta($post->ID, "image", true); ?>" alt="<?php the_title(); ?>" class="fl"/>
</div>
<?php } ?>


<!-- The content -->
<?php the_content(); ?>


<!-- End the content -->


<div id="image_carousel">
<?php
$uploads = wp_upload_dir();
//print each file name


if(get_post_meta($post->ID, "image_folder", true)){
//get all image files with a .jpg extension.
$images = new DirectoryIterator($uploads['basedir'] . "/grupos_pastorales/" . get_post_meta($post->ID, "image_folder", true));

if(count($images) > 0){
echo "<div id=\"carousel_content\">";
echo "<div class=\"mygallery\">";
echo "<div class=\"tn3 album\">";
echo "<div class=\"tn3 thumb\"></div>";
echo "<ol>";
foreach($images as $image)
{
if(!$image->isDot()){
echo "<li>";
echo "<a href=\"./wp-content/uploads/grupos_pastorales/kyriacos/" . $image . "\">";
echo "<img src=\"./wp-content/uploads/grupos_pastorales/kyriacos/" . $image . "\" />";
echo "</a>";
echo "</li>";

echo $image;
}
}
echo "</ol>";
echo "</div>";
echo "</div>";
echo "</div>";
}
}
?>
</div>

<?php if (get_post_meta($post->ID, "time", true)) { ?>
<p class="event_time"><b>Event Time Schedule :</b> <?php echo get_post_meta($post->ID, "time", true); ?> </p>
<?php } ?>

</div>






</div>
<!--/posts-->

Expand All @@ -71,6 +126,7 @@
<?php endif; ?>
</div>
<!--/content -->

<?php get_sidebar(); ?>
</div>
<!--/container_12 -->
Expand Down
4 changes: 2 additions & 2 deletions wp-content/themes/Grace/skins/1-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ h1.logo { position: relative; display: block; font-size:18px; padding:28px 0 20p
/*---------TOP NAVIGATION for PAGES--------- */
#nav-menu ul { margin:10px 0 0 0; padding:0px; height:35px; clear:both; width:940px; margin:0 auto; }
#nav-menu li { float:left; list-style-type:none; margin:0px 4px 0px 0px; overflow:hidden; line-height:17px; }
#nav-menu ul li:hover a, #nav-menu ul li.hover a, #nav-menu ul li.current_page_item a { text-decoration:none; color:#eceadb; background:#222623 url(1-default/buttonbg.png) right top;
#nav-menu ul li:hover a, #nav-menu ul li.hover a, #nav-menu ul li.current_page_item a { text-decoration:none; color:#eceadb; background:#222623;
padding:12px 12px 20px 8px 12px; }
#nav-menu ul li a { font:normal 18px Georgia, "Times New Roman", Times, serif; text-decoration:none; display:block; margin:0px 5px 0px 0; padding:12px 20px 8px 20px; color:#333 }
#nav-menu ul li a:hover { text-decoration:none; color:#eceadb; background:#222623 url(1-default/buttonbg.png) right top; }

#nav-menu ul li:hover a, #nav-menu ul li.hover a, #nav-menu ul li.current-cat a { text-decoration:none; color:#eceadb; background:#222623 url(1-default/buttonbg.png) right top;
#nav-menu ul li:hover a, #nav-menu ul li.hover a, #nav-menu ul li.current-cat a { text-decoration:none; color:#eceadb; background:#222623;
padding:12px 12px 20px 8px 12px; }


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36dea03

Please sign in to comment.