Skip to content

Commit

Permalink
modified: README.txt
Browse files Browse the repository at this point in the history
	modified:   changelog.txt
	modified:   style.css
  • Loading branch information
tenman committed Oct 22, 2017
1 parent 0f811c0 commit eef27fd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: nobita
Requires at least: WordPress 4.5
Tested up to: WordPress 4.8.2
Stable tag: 1.487
Version: 1.490
Version: 1.491
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, rtl-language-support, microformats, grid-layout, flexible-header, custom-logo, featured-image-header, footer-widgets
Expand Down
41 changes: 41 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
Changelog -----------------------------------
version:1.491

Overview of Changes

Modified Add CSS styles WordPress 4.9 Gallery Widget
Modified Add CSS styles WordPress 4.9 customizer

Modified Japanese era name Amendments will be made in 2019
made changes to support this feature

You can test below filter

needs language setting 'japanese',
and カスタマイズ(Customize) / アドオン(Add-ons) 日付の和暦表示 set はい

add_filter('raindrops_gengou_names', 'extend_raindrops_gengou_names');

function extend_raindrops_gengou_names( $names ){

$names['NewEraName'] = mktime( 0, 0, 0, 8, 1, 2017 );

return $names;
}

Files Modified
modified: blank_front.php
modified: fallback.css
modified: functions.php
modified: languages/scripts/ja.php
modified: lib/alias_functions.php
modified: lib/customize.php
modified: lib/validate.php
modified: lib/widgets.php
modified: part-blog.php
modified: plugins/plugins-presentation.php
modified: style.css

Description of Code Changes
please see https://themes.trac.wordpress.org/changeset?old_path=raindrops/1.490&new_path=raindrops/1.491
-----------------------------------------------Changelog -----------------------------------
Changelog -----------------------------------
version:1.490

Overview of Changes
Expand Down
28 changes: 3 additions & 25 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://www.tenman.info/wp3/raindrops/
Description: This theme can change freely fonts,layout,color scheme and header image for each post,page. The google fonts, you can use freely in the post more than 90percent of the fonts.Color scheme and layout, you can freely change from theme customizer.For more updates, please make sure to open the link of the changelog from the help tab of this theme page.Add new post, so also to help tab of edit post page has been described how to use tips, please visit. Supported languages Japanese - JAPAN (ja) French - FRANCE (fr_FR) Polish - POLAND (PL) (pl_PL) Portuguese - BRAZIL (pt_BR)
Author: Tenman
Author URI: https://www.tenman.info/wp3/
Version: 1.490
Version: 1.491
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, rtl-language-support, microformats, grid-layout, flexible-header, custom-logo, featured-image-header, footer-widgets
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -8362,33 +8362,11 @@ html[xmlns="http://www.w3.org/1999/xhtml"] .rsidebar .widget_media_image .alignn
}
.widget_media_gallery .gallery{
margin-left:auto;
margin-right:auto;
margin-right:auto;
}
.widget_media_gallery .gallery .gallery-item{
margin-top:-7px;
}
.widget_media_gallery .gallery-icon img{
height:auto;
}
/*
.widget_media_gallery .gallery figcaption {
box-sizing: border-box;
position: absolute;
min-height: 0;
width: 100%;
min-width: 0;
height: auto;
bottom: 30%;
padding: 1em;
text-align: left;
margin: auto;
background: #fff;
color: #000;
opacity: 1;
transition: none;
border: 1px solid rgba(222,222,222,.5);
display:block;
-webkit-transition: none;
z-index: 99999;
}
*/
}

0 comments on commit eef27fd

Please sign in to comment.