Bug report

Above short code like Raindrops notation works improperly.

Attribute color_type not work

This bug will be Fixed next versions Raindrops.

投稿やページのテキストエリアに上記のコードを記述すると、カラータイプやカラム数を、それぞれのページで変更できますが、color_typeの指定が、正常に動作していませんでした。

次のバージョンアップの時までに、修正いたします。

Quick Fix

File functions.php
[php firstline=”1185″]
$raindrops_indv_css = raindrops_design_output($raindrops_style_type).raindrops_color_base($raindrops_base_color);
[/php]

Add code below
[php firstline=”1185″ highlight=”1186″]
$raindrops_indv_css = raindrops_design_output($raindrops_style_type).raindrops_color_base($raindrops_base_color);
$raindrops_indv_css = raindrops_color_type_custom( $raindrops_indv_css );
[/php]


コメントは受け付けていません。