-
Notifications
You must be signed in to change notification settings - Fork 585
Description
Support Hash
Steps to reproduce
Added Current Version in Theme Folder i.e inbuilt Version 3.6.8
Expected Behavior
It must add 'redux-image-select-selected' class in default option values so that our custom css work
Actual Behavior
Hi I was trying to create a theme option for my theme, Everything is working fine and great but thr was 1 pblm
array( 'id' => 'layout_type', 'type' => 'image_select', 'tiles' => true, 'title' => __('Header Layout', 'redux'), 'options' => array( 'boxed-layout' => array('title' => 'Boxed', 'img' => REDUX_ADMIN_ASSETS.'img/layout/layout-width.png'), 'full-width' => array('title' => 'Full width', 'img' => REDUX_ADMIN_ASSETS.'img/layout/layout-width.png'), ), 'default' => 'full-width', ), )
That's for image_select everything was working fine like Image were showing etc. But, My pblm is default value is not working, suppose in above code 'default' => 'full-width' in theme option doesn't have redux-image-select-selected class in full-width option, its added when u click on that. I don't know how to debug