git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@6 c22fe52d-42d7-ba4f-95f7-33effcf65713
This commit is contained in:
David Arranz 2013-04-12 16:27:19 +00:00
parent d6be0c01ae
commit ff6fd29756
14 changed files with 43 additions and 11 deletions

BIN
flag-es.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
flag-fr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

BIN
flag-gb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
flag-ru.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

BIN
logo-maintance.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
logo-maintance2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
nosotros_bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View File

@ -4,7 +4,7 @@
* @subpackage Progressio
*/
?>
<?php if (!is_front_page() ) {?>
<?php if (1) /*!is_front_page() )*/ {?>
</div> <!-- .page-wrapper -->
</div><!-- / .container_16 -->
@ -21,14 +21,18 @@
</div><!-- / .container_16 -->
<?php endif ?>
<div class="copyrights">
<?php /*
<div class="copyrights">
<div class="container_16">
<div class="one_half">&copy; 2013 Estudio Jurídico Almagro | <a href="http://www.rodax-software.ws/legal">Aviso legal</a> | <a href="www.rodax-software.ws/mapa">Mapa web</a> | <a href="www.rodax-software.ws/creditos">Créditos</a></div>
<div class="one_half last"></div>
<div class="clearboth"></div>
<?php echo apply_filters('the_content', wpv_get_option( 'credits' )); ?>
< ? php echo apply_filters('the_content', wpv_get_option( 'credits' )); ? >
</div>
</div><!-- / .copyrights -->
*
*/
?>
</footer>

View File

@ -46,3 +46,25 @@ function the_slug() {
$slug = $post_data['post_name'];
return $slug;
}
if(!function_exists('_log')){
function _log( $message ) {
if( WP_DEBUG === true ){
if( is_array( $message ) || is_object( $message ) ){
error_log( print_r( $message, true ) );
} else {
error_log( $message );
}
}
}
}
function register_russian_desk_menus() {
register_nav_menus(
array(
'russian-desk-menu' => __( 'Russian Desk Menu' ),
)
);
}
add_action( 'init', 'register_russian_desk_menus' );

View File

@ -166,7 +166,7 @@
* some pages may not have a slider enabled, check for that
*/
if( $has_header_slider ):
if( 0 ) : /*$has_header_slider ):*/
$slider_effect = wpv_post_default('slider-effect', 'header-slider-effect');
$slider_style = get_slider_design($slider_effect);

View File

@ -43,7 +43,9 @@ get_header(); ?>
}
?>
<div class="clearfix page-wrapper">
<?php $slug = 'blog'; //sanitize_title( get_the_title(), $fallback_title ); ?>
<div class="clearfix page-wrapper <?php echo $slug; ?>">
<?php if($layout_type == 'left-only' || $layout_type == 'left-right'): ?>
<aside class="left">

View File

@ -121,7 +121,7 @@
.<?php echo $class?> .loop-wrapper.<?php echo $div_class?> .post-content-outer.sideimage {
<?php if($div_class == 'full'): ?>
width: <?php echo max(($level_1 - 106-10) - (int) wpv_get_option('post-thumbnail-width') - 28, 0) ?>px;
width: <?php echo max(($level_1 - 20) - (int) wpv_get_option('post-thumbnail-width') - 28, 0) ?>px;
<?php else: ?>
width: <?php echo max($level_1 - (int) wpv_get_option('post-thumbnail-width') - 28, 0) ?>px;
<?php endif ?>

View File

@ -3,7 +3,6 @@
--------------------------------------------------------------------------*/
.home .page-content .titulo {
/*margin: -30px 0 10px !important;*/
margin: 0 !important;
padding: 30px 0 0 0 !important;
}
@ -79,7 +78,7 @@
.internacional .page-content,
.international .page-content {
min-height: 790px;
min-height: 1100px;
}
.internacional .page-content h1,
@ -92,6 +91,11 @@
.domaines-de-pratique .page-content,
.areas-of-practice .page-content,
.сферы-деятельности .page-content {
min-height: 544px;
min-height: 744px;
}
.full .loop-wrapper.full .page-content > .one_half.sideimage-wrapper {
margin-right: 40px !important;
width: 440px !important;
}

View File

@ -89,7 +89,7 @@ function po_post_image($img_style, $width='full') {
<a class="lightbox" href="<?php echo $img[0]; ?>">
<?php wpv_lazy_load(wpv_resize_image($img[0], wpv_get_option('post-thumbnail-width'), wpv_get_option('post-thumbnail-height')), get_the_title(), array(
'width' => (int)wpv_get_option('post-thumbnail-width'),
'height' => wpv_get_option('post-thumbnail-height')
//'height' => wpv_get_option('post-thumbnail-height')
)) ?>
</a>
</div>
@ -105,7 +105,7 @@ function po_post_image($img_style, $width='full') {
<a class="<?php if(is_single()):?>lightbox<?php endif?>" href="<?php echo is_single() ? $img[0] : get_permalink(); ?>">
<?php wpv_lazy_load(wpv_resize_image($img[0], $width, wpv_get_option('fullimage-height')), get_the_title(), array(
'width' => $width,
'height' => wpv_get_option('fullimage-height')
//'height' => wpv_get_option('fullimage-height')
))?>
</a>
</div>