*Edit: The Image Select fields are on the 4th and 5th steps of the form.
https://www.wallmur.com/wallpaper/monochrome-mountainscape-with-misty-forest-e568e.html
If you check cropping the crop button, area appears
is there any way or any plugin?
Thanks in advance
]]>Im making a conditional logic that when “Product x” is selected, then “Image Selection X” field will display with the product image.
Im trying to replicate this type of quoter: https://ecqm.com.mx/cotizador
]]>You Guys Have Created A Beautiful Plugin.
When I Select The image Select Option In advanced Shows Error.
Video :- https://posimyth.vmaker.com/record/dJ2ddlCvAgWP9YRY
]]>Hope you’re doing well.
I’ve noticed another bug after the major v4 update. Seems like presets overriding preference feature for Image Select field has stopped working.
Please check next short screencast
Redux v4.1.14 (doesn’t work) https://take.ms/kmu2t
Redux v3.6.18 (works correctly) https://take.ms/h8zY9
In both cases the same code is used https://gist.github.com/danfisher85/2f1c3f1ffd1db9eff865c37d23e94e61
Best Regards!
Ramzesimus
We would like to upload image files for the user to select from.
While still having the results be exportable for analysis.
]]>A rather strange problem. I use Chrome to edit my posts but when I try to select an image to edit or replace I am unable to select it. I get the text cursor and when I clcik it, it jumps to the top of the post. Everything works fine in Firefox and I have reinstalled Chrome but that made no difference. Any suggestions?
]]>array (
'id' => 'layout',
'name' => __ ('Icons', 'my-theme'),
'type' => 'image_select'
// Array of 'value' => 'Image Source' pairs
'options' => array (
'/img/icon-1.png' => '/img/icon-1.png'
'/img/icon-2.png' => '/img/icon-2.png'
'/img/icon-3.png' => '/img/icon-3.png'
'/img/icon-4.png' => '/img/icon-4.png'
)
)
)
I wish that the images were uploaded from local links. So I changed the file image-select.php adding get_stylesheet_directory_uri () line:
$tpl = '<label class="rwmb-image-select"><img src="'. get_stylesheet_directory_uri() . '%s"><input type="%s" class="hidden" name="%s" value="%s"%s></label>';
and I put in the files of the page/post:
<?php $my_metabox_1 = rwmb_meta('checkbox_1'); ?>
<?php if ($my_metabox_1) echo '<img src="'.get_template_directory_uri() .''.rwmb_meta('layout').'">' ;?>
And everything works very well.
But … when I update the plugin is my change in image-select.php file will be overwritten.
Do you know any way that allowed to avoid overwriting this correction?
Thank you for your help.
Jack
https://www.ads-software.com/plugins/meta-box/
]]>