Changeset 696684
- Timestamp:
- 04/12/2013 05:45:28 PM (13 years ago)
- Location:
- eazyest-gallery/branches/0.1
- Files:
-
- 3 edited
-
eazyest-gallery.php (modified) (1 diff)
-
frontend/class-eazyest-frontend.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eazyest-gallery/branches/0.1/eazyest-gallery.php
r695082 r696684 9 9 * Author: Brimosoft 10 10 * Author URI: http://brimosoft.nl 11 * Version: 0.1.1 -alpha-32111 * Version: 0.1.1 12 12 * Text Domain: eazyest-gallery 13 13 * Domain Path: /languages/ 14 14 * License: GNU General Public License, version 3 15 15 * 16 * @version 0.1.1 (r3 18)16 * @version 0.1.1 (r324) 17 17 * @package Eazyest Gallery 18 18 * @subpackage Main -
eazyest-gallery/branches/0.1/frontend/class-eazyest-frontend.php
r693635 r696684 9 9 * 10 10 * @since lazyest-gallery 0.16.0 11 * @version 0.1. 0 (r311)11 * @version 0.1.1 (r324) 12 12 * @package Eazyest Gallery 13 13 * @subpackage Frontend … … 694 694 $itemheight = $columns == 0 ? intval( get_option( 'thumbnail_size_h' ) ) + 22 : 0; 695 695 $imgheight = get_option( 'thumbnail_size_h' ) . 'px'; 696 $hide_caption = '';697 if ( ! isset( eazyest_gallery()->thumb_caption ) || ! eazyest_gallery()->thumb_caption )698 $hide_caption = "699 #{$selector} .gallery-caption {700 display:none;701 }702 #{$selector} .gallery-caption.folder-caption {703 display:block;704 }705 ";706 696 $style = " 707 697 <style type='text/css'> … … 728 718 margin-bottom: 0; 729 719 } 730 $hide_caption731 720 </style>"; 732 721 } -
eazyest-gallery/branches/0.1/readme.txt
r694423 r696684 5 5 Tested up to: 3.5.1 6 6 Requires at least: 3.5 7 Stable tag: 0.1. 07 Stable tag: 0.1.1 8 8 License: GPLv3 9 9 … … 110 110 == Upgrade Notice == 111 111 112 = 0.1. 0=113 * __0.1. 0__ is stable enough112 = 0.1.1 = 113 * __0.1.1__ fixes the error where captions did not display for thumbnails 114 114 115 115 == Changelog == 116 117 = 0.1.1 = 118 * Bug Fix: No captions display because of `style="display:none"` 116 119 117 120 = 0.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.