diff --git a/src/wp-content/themes/originalhouse/archive.php b/src/wp-content/themes/originalhouse/archive.php index 3a88523..4536a2d 100644 --- a/src/wp-content/themes/originalhouse/archive.php +++ b/src/wp-content/themes/originalhouse/archive.php @@ -28,9 +28,11 @@ $description); + $title = the_title('', '', false); + if ( strlen($title) < 2 ) { $title = ''; } + + $description = get_the_content(); + $attrib = array('title' => $title); ?> diff --git a/src/wp-content/themes/originalhouse/custom.css b/src/wp-content/themes/originalhouse/custom.css index 21a2319..f0d26ec 100644 --- a/src/wp-content/themes/originalhouse/custom.css +++ b/src/wp-content/themes/originalhouse/custom.css @@ -87,7 +87,7 @@ -ms-interpolation-mode: bicubic; -webkit-box-shadow:none; box-shadow:none; - display: hidden; + display: none; opacity: 0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; diff --git a/src/wp-content/themes/originalhouse/includes/js/general.js b/src/wp-content/themes/originalhouse/includes/js/general.js index d7dabdd..a468767 100644 --- a/src/wp-content/themes/originalhouse/includes/js/general.js +++ b/src/wp-content/themes/originalhouse/includes/js/general.js @@ -3,16 +3,39 @@ -------------------------------------------------------------------------------------*/ jQuery(document).ready(function() { - if ( jQuery( '.tcp_product_thumb a img' ).length ) { - jQuery( '.tcp_product_thumb a img' ).fadeIn("slow"); + + if ( jQuery( '.post_container .posts .post .entry a' ).length ) { + jQuery('.post_container .posts .post .entry a').each( function() { + var $this = jQuery(this); + $this.data('title',$this.attr('title')); + $this.removeAttr('title'); + }); + + jQuery('.post_container .posts .post .entry a').click( function() { + var $this = jQuery(this); + var $title = $this.data('title'); + $this.attr('title', $title); + }); + } + + if ( jQuery( '.post_container .posts .post .entry a' ).length ) { + jQuery('.post_container .posts .post .entry a').each( function() { + var $this = jQuery(this); + $this.data('title',$this.attr('title')); + $this.removeAttr('title'); + }); + + jQuery('.post_container .posts .post .entry a').click( function() { + var $this = jQuery(this); + var $title = $this.data('title'); + $this.attr('title', $title); + }); } - if ( jQuery( '.post a img' ).length ) { - jQuery( '.post a img' ).fadeIn("slow"); - } - if ( jQuery( '.tubepress_thumb a img' ).length ) { - jQuery( '.tubepress_thumb a img' ).fadeIn("slow"); + + if ( jQuery( 'a img' ).length ) { + jQuery( 'a img' ).fadeIn('slow'); } diff --git a/src/wp-content/uploads/2011/07/budas-150x150.jpg b/src/wp-content/uploads/2011/07/budas-150x150.jpg new file mode 100644 index 0000000..f19c95d Binary files /dev/null and b/src/wp-content/uploads/2011/07/budas-150x150.jpg differ diff --git a/src/wp-content/uploads/2011/07/budas-300x183.jpg b/src/wp-content/uploads/2011/07/budas-300x183.jpg new file mode 100644 index 0000000..f25b117 Binary files /dev/null and b/src/wp-content/uploads/2011/07/budas-300x183.jpg differ diff --git a/src/wp-content/uploads/2011/07/budas-45x27.jpg b/src/wp-content/uploads/2011/07/budas-45x27.jpg new file mode 100644 index 0000000..dc8f502 Binary files /dev/null and b/src/wp-content/uploads/2011/07/budas-45x27.jpg differ diff --git a/src/wp-content/uploads/2011/07/budas-95x58.jpg b/src/wp-content/uploads/2011/07/budas-95x58.jpg new file mode 100644 index 0000000..fd8887c Binary files /dev/null and b/src/wp-content/uploads/2011/07/budas-95x58.jpg differ diff --git a/src/wp-content/uploads/2011/07/budas.jpg b/src/wp-content/uploads/2011/07/budas.jpg new file mode 100644 index 0000000..00737b6 Binary files /dev/null and b/src/wp-content/uploads/2011/07/budas.jpg differ