PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.8.1
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.8.1
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 +4 -2 6.36.8.1 View file →
@@ -159,8 +159,9 @@
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() ) : ?>
163 164 .<?php echo esc_html( $style_class ); ?> .frm_scale label{
164 165 <?php if ( ! empty( $check_weight ) ) { ?>
165 166 font-weight:<?php echo esc_html( $check_weight . $important ); ?>;
166 167 <?php } ?>
@@ -173,8 +174,9 @@
173 174 <?php if ( ! empty( $check_label_color ) ) { ?>
174 175 color:<?php echo esc_html( $check_label_color . $important ); ?>;
175 176 <?php } ?>
176 177 }
178 +<?php endif; ?>
177 179
178 180 /* These do not work if they are combined */
179 181 .<?php echo esc_html( $style_class ); ?> input::placeholder,
180 182 .<?php echo esc_html( $style_class ); ?> textarea::placeholder{
@@ -341,10 +343,10 @@
341 343 max-width:<?php echo esc_html( $submit_width ); ?>;
342 344 <?php } ?>
343 345 }
344 346 <?php
345 - }
346 -}
347 + }//end if
348 +}//end if
347 349 ?>
348 350
349 351 .<?php echo esc_html( $style_class ); ?>.frm_inline_top .frm_submit::before,
350 352 .<?php echo esc_html( $style_class ); ?> .frm_submit.frm_inline_submit::before {