This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Widgets Bundle custom widget not setting value in page builder.

9 years ago

Hey all,

I’ve run into an issue where the selected value in a radio field is not selected when I go back to edit the widget. I have a radio field inside of a repeater field. The radio selection value is being saved, thus allowing access in the theme, but when I go back to edit the widget in Page Builder, the radio field doesn’t have the value selected, so when I re-save, all the values are lost.

array(
    'slides' => array(
	'type' => 'repeater',
	'label' => __( 'Slides' , 'domain' ),
	'item_name'  => __( 'Slide', 'domain' ),
	'fields' => array(
		...,
		'cover_position' => array(
        	'type' => 'radio',
		'label' => __( 'Cover position', '_cmfy_slick_carousel' ),
		'default' => 'middle',
		'options' => array(
	        	'top' => __( 'Top', '_cmfy_slick_carousel' ),
			'middle' => __( 'Middle', '_cmfy_slick_carousel' ),
			'bottom' => __( 'Bottom', '_cmfy_slick_carousel' ),
		),
	),
...

Widget Bundle version 1.6.5
Page Builder version 2.4.13

WordPress Multisite Setup.

Thanks in advance!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread