PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.5.5
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.5.5
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | css/_single_theme.css.php +0 -2 6.4.15.5.5 View file →
@@ -159,9 +159,8 @@
159 159 .<?php echo esc_html( $style_class ); ?> .frm_pos_none{
160 160 display:none<?php echo esc_html( $important ); ?>;
161 161 }
162 162
163 -<?php if ( FrmAppHelper::pro_is_installed() ) : ?>
164 163 .<?php echo esc_html( $style_class ); ?> .frm_scale label{
165 164 <?php if ( ! empty( $check_weight ) ) { ?>
166 165 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
167 166 <?php } ?>
@@ -174,9 +173,8 @@
174 173 <?php if ( ! empty( $check_label_color ) ) { ?>
175 174 color:<?php echo esc_html( $check_label_color . $important ); ?>;
176 175 <?php } ?>
177 176 }
178 -<?php endif; ?>
179 177
180 178 /* These do not work if they are combined */
181 179 .<?php echo esc_html( $style_class ); ?> input::placeholder,
182 180 .<?php echo esc_html( $style_class ); ?> textarea::placeholder{