vladost
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] How can I disable the automatic resizing of images?I’m sorry, I found the setting … in the Slide I need to params “Optimize Slide Images” set to OFF 🙂
Yes, of course this feature is enabled.
By analogy with the Textfield field, I had modify line 1147 in the /class/render-form.php file (add
id="<?php echo $attr['name'] .'_'. $form_id; ?>"). BUT VERY SORRY THAT IT WILL BE LOST IF PLUGIN UPDATED!
Now line 1147 is:
<select <?php echo $css; ?> class="<?php echo 'wpuf_'. $attr['name'] .'_'. $form_id; ?>" name="<?php echo $name; ?>"<?php echo $multi; ?> id="<?php echo $attr['name'] .'_'. $form_id; ?>" data-required="<?php echo $attr['required'] ?>" data-type="<?php echo $data_type; ?>"<?php $this->required_html5( $attr ); ?>>- This reply was modified 7 years, 5 months ago by vladost.
Sorry, but, for example, field as Text is generated the ID in HTML form, despite the fact that WPUF does not store it …
<input class = "textfield wpuf_f_job_10" id = "f_job_10" type = "text" data-required = "no" data-type = "text" name = "f_job" placeholder = "" value = "" size = "40" >