ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
922 stars 217 forks source link

issue with the action 'fw_option_types_init' #1993

Closed DevWael closed 8 years ago

DevWael commented 8 years ago

hello, after updating to the latest version of unyson framework 2.6.2 i found this error

my WP Version : 4.6.1 how to solve this problem?

this error is visible only on theme setting page i didn't registered any custom option type

i'm following this way to add the theme options

<?php if ( ! defined( 'FW' ) ) {
    die( 'Forbidden' );
}
$options = array(
    fw()->theme->get_options( 'layouts' ),
    fw()->theme->get_options( 'header-settings' ),
    fw()->theme->get_options( 'footer' ),
    fw()->theme->get_options( 'main-carousel' ),
    fw()->theme->get_options( 'featured-posts' ),
    fw()->theme->get_options( 'single-post' ),
    fw()->theme->get_options( 'banners' ),
    fw()->theme->get_options( 'social' ),
    fw()->theme->get_options( 'typography' ),
    fw()->theme->get_options( 'styling-settings' ),
    fw()->theme->get_options( 'custom-code' )
);

Thanks for the help

ghost commented 8 years ago

Please send your admin/ftp details to moldcraft(at)email.com

DevWael commented 8 years ago

i have sent you the details...

i will stop the development on the theme till you end the code inspection.

Thank you.

ghost commented 8 years ago

I will inspect it tomorrow because at the moment I don't have a PC, I am writing from mobile.

DevWael commented 8 years ago

Notice: I have tired this update on other unyson theme and it showing the same error

DevWael commented 8 years ago

okay take your time, Thank you...

ghost commented 8 years ago

You can add here

https://github.com/ThemeFuse/Unyson/blob/bbbe2589b95cf83c17b6ebf4fbc0b1af27ab5df8/framework/includes/hooks.php#L38

echo '<pre>'; debug_print_backtrace(); echo '</pre>';

And it will show which file required the option type class

DevWael commented 8 years ago

this is the result

#0  _fw_autoload_option_types(FW_Option_Type)
#1  spl_autoload_call(FW_Option_Type) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\core\extends\class-fw-container-type.php:103]
#2  FW_Container_Type->prepare(layouts, Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)))))), Array ()) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\core\extends\class-fw-container-type.php:194]
#3  FW_Container_Type->enqueue_static(layouts, Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\core\components\backend.php:1563]
#4  _FW_Component_Backend::_callback_fw_collect_options_enqueue_static(Array ([group] => container,[id] => layouts,[option] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))))
#5  call_user_func_array(Array ([0] => _FW_Component_Backend,[1] => _callback_fw_collect_options_enqueue_static), Array ([0] => Array ([group] => container,[id] => layouts,[option] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))))) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\helpers\general.php:839]
#6  fw_collect_options(Array ([layouts] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))), Array ([layouts] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))), Array ([info_wrapper] => ,[limit_level] => 0,[limit_option_types] => ,[limit_container_types] => ,[limit] => 0,[callback] => Array ([0] => _FW_Component_Backend,[1] => _callback_fw_collect_options_enqueue_static)), Array ([level] => 1,[access_key] => FW_Access_Key Object ([] => fw_collect_options))) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\helpers\general.php:884]
#7  fw_collect_options(Array ([layouts] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))), Array ([0] => Array ([layouts] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))),[1] => Array ([header_settings] => Array ([title] => Header Settings,[type] => tab,[options] => Array ([style] => Array ([title] => Header Style,[type] => tab,[options] => Array ([header_background] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Body Background,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => background,[label] => Background))),[choices] => Array ([background] => Array ([color_select] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Background Color,[value] => #f5f5f5),[image_select] => Array ([type] => upload,[label] => Background image,[images_only] => 1),[bg_repeat] => Array ([type] => select,[value] => choice-3,[label] => Background Repeat,[choices] => Array ([] => ,[no-repeat] => No Repeat,[repeat] => Repeat,[repeat-x] => Repeat X,[repeat-y] => Repeat Y)),[bg_size] => Array ([type] => select,[value] => choice-3,[label] => Background Size,[choices] => Array ([] => None,[cover] => Cover,[contain] => contain)),[bg_attach] => Array ([type] => select,[value] => choice-3,[label] => Background Attachment,[choices] => Array ([] => None,[fixed] => Fixed,[scroll] => Scroll,[local] => Local)),[bg_position] => Array ([type] => select,[value] => choice-3,[label] => Background Position,[choices] => Array ([] => None,[left top] => Left top,[left center] => Left center,[left bottom] => Left bottom,[right top] => Right top,[right center] => Right center,[right bottom] => Right bottom,[center top] => Center top,[center center] => Center center,[center bottom] => Center bottom)))),[show_borders] => ),[header_spacing] => Array ([type] => multi,[label] => ,[inner-options] => Array ([padding_top] => Array ([label] => Padding top,[desc] => Enter numbers only, Value will be in pixels. (50 = 50px),[attr] => Array ([placeholder] => 50),[type] => text),[padding_bottom] => Array ([label] => Padding bottom,[desc] => Enter numbers only, Value will be in pixels. (50 = 50px),[attr] => Array ([placeholder] => 50),[type] => text))))),[logo_box] => Array ([title] => Logo Settings,[type] => tab,[options] => Array ([site_logo] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => Site Logo,[type] => radio,[inline] => 1,[choices] => Array ([tagline] => Site title and tag line,[logo] => Upload logo))),[choices] => Array ([logo] => Array ([logo_select] => Array ([type] => upload,[label] => Upload logo,[desc] => Recommended size (MAX) : 250px x 70px,[images_only] => 1),[retina_select] => Array ([type] => upload,[label] => Logo Image (Retina Version @2x),[desc] => Choose an image file for the retina version of the logo. It should be double the size of main logo.,[images_only] => 1),[center_logo] => Array ([type] => checkbox,[value] => 1,[label] => Center logo)),[tagline] => Array ([center_text] => Array ([type] => checkbox,[value] => 1,[label] => Center site title text))),[show_borders] => ),[logo_margin_top] => Array ([label] => Logo margin top,[type] => text,[desc] => Enter numbers only, Value will be in pixels. (10 = 10px))))))),[2] => Array ([footer_layout] => Array ([title] => Footer Settings,[type] => tab,[options] => Array ([footer_box] => Array ([title] => Footer Settings,[type] => tab,[options] => Array ([footer_instagram] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Footer Instagram,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => on,[label] => On))),[choices] => Array ([on] => Array ([insta_user] => Array ([type] => text,[label] => Instagram user,[desc] => Must be entered correctly to run the instagram carousel.),[limit] => Array ([type] => slider,[value] => 10,[properties] => Array ([min] => 6,[max] => 50,[step] => 1),[label] => Pictures count))),[show_borders] => ),[footer_widgets] => Array ([type] => switch,[value] => off,[label] => Footer Widgets,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[footer_rights_block] => Array ([type] => radio,[value] => social,[label] => Footer rights block,[choices] => Array ([navbar] => Footer Menu,[social] => Social icons,[off] => Off),[inline] => 1),[footer_rights] => Array ([type] => textarea,[value] => All rights reserved to Wink,[label] => Footer Copyrights,[size] => large,[editor_height] => 200),[footer_background] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Footer Background,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => background,[label] => Background))),[choices] => Array ([background] => Array ([color_select] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Background Color,[value] => #0b171d),[image_select] => Array ([type] => upload,[label] => Background image,[images_only] => 1),[bg_repeat] => Array ([type] => select,[value] => choice-3,[label] => Background Repeat,[choices] => Array ([] => ,[no-repeat] => No Repeat,[repeat] => Repeat,[repeat-x] => Repeat X,[repeat-y] => Repeat Y)),[bg_size] => Array ([type] => select,[value] => choice-3,[label] => Background Size,[choices] => Array ([] => None,[cover] => Cover,[contain] => contain)),[bg_attach] => Array ([type] => select,[value] => choice-3,[label] => Background Attachment,[choices] => Array ([] => None,[fixed] => Fixed,[scroll] => Scroll,[local] => Local)),[bg_position] => Array ([type] => select,[value] => choice-3,[label] => Background Position,[choices] => Array ([] => None,[left top] => Left top,[left center] => Left center,[left bottom] => Left bottom,[right top] => Right top,[right center] => Right center,[right bottom] => Right bottom,[center top] => Center top,[center center] => Center center,[center bottom] => Center bottom)))),[show_borders] => )))))),[3] => Array ([main_carousel_settings] => Array ([title] => Carousel Settings,[type] => tab,[options] => Array ([main_carousel_box] => Array ([title] => Carousel Settings,[type] => tab,[options] => Array ([carousel_switch] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([query_type] => Array ([label] => Show Carousel,[type] => switch,[left-choice] => Array ([value] => on,[label] => on),[right-choice] => Array ([value] => off,[label] => off),[value] => on)),[choices] => Array ([on] => Array ([carousel_style] => Array ([type] => image-picker,[value] => center-slide,[label] => Carousel Style,[choices] => Array ([center-slide] => Array ([small] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/center.png,[height] => 100),[large] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/center.png,[height] => 200)),[double-slides] => Array ([small] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/double.png,[height] => 100),[large] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/double.png,[height] => 200)),[many-slides] => Array ([small] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/many.png,[height] => 100),[large] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/many.png,[height] => 200))),[blank] => ),[carousel_control] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([query_type] => Array ([label] => Query Based On : ,[type] => radio,[value] => trend,[choices] => Array ([trend] => Popular posts ( Top Commented ),[likes] => Most liked posts,[views] => Most viewed posts,[category] => Selected categories,[tag] => Selected tags,[author] => Selected author),[inline] => )),[choices] => Array ([category] => Array ([cat_select] => Array ([type] => multi-select,[label] => Select Categories,[population] => taxonomy,[source] => category)),[tag] => Array ([tag_select] => Array ([type] => multi-select,[label] => Select Tags,[population] => taxonomy,[source] => post_tag)),[author] => Array ([author_select] => Array ([type] => select,[label] => Select author,[choices] => Array ([] => Please select an author...,[1] => Ahmad),[no-validate] => )))),[posts_count] => Array ([type] => slider,[value] => 5,[properties] => Array ([min] => 2,[max] => 15,[step] => 1),[label] => Slides Count),[exclude] => Array ([type] => multi-select,[label] => Exclude Posts,[population] => posts,[source] => post,[prepopulate] => 10,[limit] => 200))))))))),[4] => Array ([featured_settings] => Array ([title] => Featured Posts,[type] => tab,[options] => Array ([top_posts] => Array ([title] => Posts Below Carousel,[type] => tab,[options] => Array ([top_posts_switch] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([type] => switch,[value] => off,[desc] => Enable or disable this featured posts box,[label] => Show featured posts,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on))),[choices] => Array ([on] => Array ([top_featured_title] => Array ([type] => text,[label] => Title,[desc] => HTML Not allowed),[top_posts_query] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([type] => Array ([label] => Query Based On : ,[type] => radio,[value] => trend,[choices] => Array ([trend] => Popular posts ( Top Commented ),[likes] => Most liked posts,[views] => Most viewed posts,[category] => Selected categories,[tag] => Selected tags,[author] => Selected author),[inline] => )),[choices] => Array ([category] => Array ([cat_select] => Array ([type] => multi-select,[label] => Select Categories,[population] => taxonomy,[source] => category)),[tag] => Array ([tag_select] => Array ([type] => multi-select,[label] => Select Tags,[population] => taxonomy,[source] => post_tag)),[author] => Array ([author_select] => Array ([type] => select,[label] => Select author,[choices] => Array ([] => Please select an author...,[1] => Ahmad),[no-validate] => )))),[posts_count] => Array ([type] => slider,[value] => 10,[properties] => Array ([min] => 7,[max] => 40,[step] => 1),[label] => Posts count),[visible_mobile] => Array ([type] => switch,[value] => on,[label] => Show on Mobile Devices,[left-choice] => Array ([value] => off,[label] => no),[right-choice] => Array ([value] => on,[label] => yes)))),[show_borders] => )))))),[5] => Array ([single] => Array ([title] => Post Settings,[type] => tab,[options] => Array ([single-box] => Array ([title] => Post Settings,[type] => tab,[options] => Array ([single_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[categories_meta] => Array ([type] => switch,[value] => on,[label] => Categories meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[tags_meta] => Array ([type] => switch,[value] => on,[label] => Tags meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[author_name] => Array ([type] => switch,[value] => on,[label] => Author name,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[author_bio_box] => Array ([type] => switch,[value] => on,[label] => Author bio,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[nxt_prv_posts] => Array ([type] => switch,[value] => on,[label] => Next and prev posts,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[share_posts] => Array ([type] => switch,[value] => on,[label] => Share buttons on posts,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[share_pages] => Array ([type] => switch,[value] => on,[label] => Share buttons on pages,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[comments_system] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([type] => radio,[label] => Comments system,[value] => traditional,[choices] => Array ([traditional] => Default Comments,[disqus] => Disqus Comments,[facebook] => Facebook Comments))),[choices] => Array ([disqus] => Array ([id] => Array ([type] => text,[label] => Disqus short name,[desc] => Create a disqus account and get the short name here DISQUS)),[facebook] => Array ([app_id] => Array ([type] => text,[label] => Facebook App ID,[help] => Optional,[desc] => Create a facebook application and get the app id to be able to moderate the comments  Facebook Apps),[count] => Array ([type] => slider,[value] => 6,[properties] => Array ([min] => 5,[max] => 30,[step] => 1),[label] => Visible comments count),[lang] => Array ([type] => select,[value] => en_US,[label] => Language,[choices] => Array ([en_US] => English (US),[ar_AR] => Arabic,[da_DK] => Danish,[de_DE] => German,[en_GB] => English (UK),[el_GR] => Greek,[es_MX] => Spanish (Mexico),[es_ES] => Spanish,[fr_FR] => French,[fa_IR] => Persian,[hi_IN] => Hindi,[id_ID] => Indonesian,[is_IS] => Icelandic,[it_IT] => Italian,[ja_JP] => Japanese,[ka_GE] => Georgian,[ko_KR] => Korean,[la_VA] => Latin,[ms_MY] => Malay,[nb_NO] => Norwegian,[ne_NP] => Nepali,[nl_NL] => Dutch,[pl_PL] => Polish,[pt_BR] => Portuguese (Brazil),[pt_PT] => Portuguese (Portugal),[ro_RO] => Romanian,[ru_RU] => Russian,[sl_SI] => Slovenian,[so_SO] => Somali,[sq_AL] => Albanian,[sr_RS] => Serbian,[sv_SE] => Swedish,[tl_PH] => Filipino,[tr_TR] => Turkish,[uk_UA] => Ukrainian,[ur_PK] => Urdu,[vi_VN] => Vietnamese,[zh_CN] => Simplified Chinese (China),[zh_TW] => Traditional Chinese (Taiwan),[zh_HK] => Traditional Chinese (Hong Kong)))))))),[share_box] => Array ([title] => Share icons,[type] => tab,[options] => Array ([share_facebook] => Array ([type] => switch,[value] => on,[label] => Share on Facebook,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_twitter] => Array ([type] => switch,[value] => on,[label] => Share on Twitter,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_pinterest] => Array ([type] => switch,[value] => on,[label] => Share on Pinterest,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_google] => Array ([type] => switch,[value] => on,[label] => Share on Google Plus,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_linked] => Array ([type] => switch,[value] => on,[label] => Share on Linked in,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_stumble] => Array ([type] => switch,[value] => on,[label] => Share on Stumbleupon,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)))),[related_box] => Array ([title] => Related Posts,[type] => tab,[options] => Array ([related_posts_box] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([type] => switch,[label] => Related Posts,[value] => on,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show))),[choices] => Array ([on] => Array ([related_title] => Array ([type] => text,[value] => Related Posts,[label] => Title),[related_count] => Array ([type] => slider,[value] => 4,[properties] => Array ([min] => 1,[max] => 12,[step] => 1),[label] => Number of posts),[query] => Array ([type] => radio,[value] => category,[label] => Query based on,[choices] => Array ([tag] => Tags,[category] => Categories,[author] => Author),[inline] => 1))))))))),[6] => Array ([banners] => Array ([title] => Advertisements,[type] => tab,[options] => Array ([banners-box1] => Array ([title] => Header Banner,[type] => tab,[options] => Array ([banner_box1] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.)))))),[banners-box2] => Array ([title] => Footer Banner,[type] => tab,[options] => Array ([banner_box2] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.)))))),[banners-box3] => Array ([title] => Above article Banner,[type] => tab,[options] => Array ([banner_box3] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.)))))),[banners-box4] => Array ([title] => Below Article Banner,[type] => tab,[options] => Array ([banner_box4] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.))))))))),[7] => Array ([social] => Array ([title] => Social media,[type] => tab,[options] => Array ([social-box] => Array ([title] => Social media urls,[type] => tab,[options] => Array ([social_icon] => Array ([type] => addable-box,[attr] => Array ([class] => box-width),[label] => Social media links,[box-options] => Array ([title] => Array ([type] => text,[label] => Title),[url] => Array ([type] => text,[label] => Url),[icon] => Array ([type] => icon,[attr] => Array ([class] => custom-class,[data-foo] => bar),[label] => Social network icon),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab)),[template] =>  {{- title }},[add-button-text] => Add social media button,[sortable] => 1)))))),[8] => Array ([typography_tab] => Array ([title] => Typography,[type] => tab,[options] => Array ([typography_box] => Array ([title] => Content pages,[type] => tab,[options] => Array ([site_title] => Array ([label] => Site Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[size] => 46,[line-height] => 63,[color] => #333333)),[tag_line] => Array ([label] => Site description,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[size] => 13,[line-height] => 13,[letter-spacing] => 4,[color] => #9c9c9c)),[block_widget_title] => Array ([label] => Block and widget title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 16,[letter-spacing] => 0,[size] => 15,[color] => #ffffff)),[post_title] => Array ([label] => Post Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 26,[size] => 18,[letter-spacing] => 0,[color] => #404040)),[small_post_title] => Array ([label] => Small Post Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 21,[size] => 13,[letter-spacing] => 0,[color] => #404040)),[carousel_post_title] => Array ([label] => Post Title in carousel block,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 500,[line-height] => 21,[size] => 14,[letter-spacing] => 0,[color] => #ffffff)),[post_content_homepage] => Array ([label] => Post content,[desc] => for any post excerpt on home page and archive pages,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 22,[size] => 13,[letter-spacing] => 0,[color] => #777777)),[read_more_btn] => Array ([label] => Read more button,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 15,[size] => 11,[letter-spacing] => 2,[color] => #ffffff)),[error_logo_typo] => Array ([label] => Error 404 logo,[type] => typography-v2,[value] => Array ([family] => Verdana,[variation] => regular,[line-height] => 185,[size] => 130,[letter-spacing] => 0,[color] => #545454)),[error_message_typo] => Array ([label] => Error 404 Message,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 19,[size] => 18,[letter-spacing] => 0,[color] => #404040)))),[typography_box_single] => Array ([title] => Single post,[type] => tab,[options] => Array ([single_post_title] => Array ([label] => Post Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 35,[size] => 24,[letter-spacing] => 0,[color] => #404040)),[single_post_title_cover] => Array ([label] => Post Title Cover mode,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 70,[size] => 50,[letter-spacing] => 0,[color] => #FDFDFD)),[post_content] => Array ([label] => Post content,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 26,[size] => 14,[letter-spacing] => 0,[color] => #404040)),[heading_1] => Array ([label] => H1,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 36,[letter-spacing] => 0,[color] => #404040)),[heading_2] => Array ([label] => H2,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 30,[letter-spacing] => 0,[color] => #404040)),[heading_3] => Array ([label] => H3,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 24,[letter-spacing] => 0,[color] => #404040)),[heading_4] => Array ([label] => H4,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 18,[letter-spacing] => 0,[color] => #404040)),[heading_5] => Array ([label] => H5,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 14,[letter-spacing] => 0,[color] => #404040)),[heading_6] => Array ([label] => H6,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 12,[letter-spacing] => 0,[color] => #404040))))))),[9] => Array ([styling_settings] => Array ([title] => Styling,[type] => tab,[options] => Array ([colors_box] => Array ([title] => General,[type] => box,[options] => Array ([accent_color] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Main Color,[value] => #CD483C),[second_color] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Second color,[value] => #181818),[navbar_links_color] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Navbar text Color,[value] => #ffffff),[navbar_links_color_hover] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Navbar text Color on hover,[value] => #ffffff),[favicon] => Array ([type] => upload,[label] => Website Favicon,[images_only] => 1),[apple57] => Array ([type] => upload,[label] => Apple icon : 57px X 57px,[desc] => Select image with height: 57px and width:57px for apple devices,[images_only] => 1),[apple72] => Array ([type] => upload,[label] => Apple icon : 72px X 72px,[desc] => Select image with height: 72px and width:72px for apple devices,[images_only] => 1),[apple114] => Array ([type] => upload,[label] => Apple icon : 114px X 114px,[desc] => Select image with height: 114px and width:114px for apple devices,[images_only] => 1))),[body_box] => Array ([title] => Body,[type] => box,[options] => Array ([body_background] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Body Background,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => background,[label] => Background))),[choices] => Array ([background] => Array ([color_select] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Background Color,[value] => #f5f5f5),[image_select] => Array ([type] => upload,[label] => Background image,[images_only] => 1),[bg_repeat] => Array ([type] => select,[value] => choice-3,[label] => Background Repeat,[choices] => Array ([] => ,[no-repeat] => No Repeat,[repeat] => Repeat,[repeat-x] => Repeat X,[repeat-y] => Repeat Y)),[bg_size] => Array ([type] => select,[value] => choice-3,[label] => Background Size,[choices] => Array ([] => None,[cover] => Cover,[contain] => contain)),[bg_attach] => Array ([type] => select,[value] => choice-3,[label] => Background Attachment,[choices] => Array ([] => None,[fixed] => Fixed,[scroll] => Scroll,[local] => Local)),[bg_position] => Array ([type] => select,[value] => choice-3,[label] => Background Position,[choices] => Array ([] => None,[left top] => Left top,[left center] => Left center,[left bottom] => Left bottom,[right top] => Right top,[right center] => Right center,[right bottom] => Right bottom,[center top] => Center top,[center center] => Center center,[center bottom] => Center bottom)))),[show_borders] => )))))),[10] => Array ([custom_code] => Array ([title] => Custom Code,[type] => tab,[options] => Array ([custom_code_box] => Array ([title] => Custom Code,[type] => tab,[options] => Array ([css] => Array ([type] => textarea,[attr] => Array ([placeholder] => body{
 background-color: #f5f5f5; 
}),[label] => Custom css),[js] => Array ([type] => textarea,[attr] => Array ([placeholder] => jQuery(document).ready(function ($) {

});),[label] => Custom javascript))))))), Array ([limit_option_types] => ,[limit_container_types] => ,[limit_level] => 0,[callback] => Array ([0] => _FW_Component_Backend,[1] => _callback_fw_collect_options_enqueue_static))) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\core\components\backend.php:1550]
#8  _FW_Component_Backend->enqueue_options_static(Array ([0] => Array ([layouts] => Array ([title] => Blog Settings,[type] => tab,[options] => Array ([layout_settings] => Array ([title] => General,[type] => tab,[options] => Array ([scheme] => Array ([type] => switch,[value] => light,[label] => Color Scheme,[left-choice] => Array ([value] => light,[label] => Light,[color] => #BDBDBD),[right-choice] => Array ([value] => dark,[label] => Dark,[color] => #222222)),[sticky_nav] => Array ([type] => switch,[value] => off,[label] => Sticky Navbar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[sticky_sidebar] => Array ([type] => switch,[value] => on,[label] => Sticky Sidebar,[help] => Working on Desktop only,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[blog_time] => Array ([type] => switch,[value] => ago,[label] => Time format,[left-choice] => Array ([value] => traditional,[label] => Traditional),[right-choice] => Array ([value] => ago,[label] => Time ago)),[code_highlight] => Array ([type] => switch,[value] => on,[label] => Code highlighting system,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on)),[scroll_top] => Array ([type] => switch,[value] => on,[label] => Scroll to top button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[read_more] => Array ([type] => switch,[value] => on,[label] => Read more button,[left-choice] => Array ([value] => off,[label] => hide),[right-choice] => Array ([value] => on,[label] => show)),[img-effects] => Array ([type] => radio,[value] => ,[label] => Image Filters,[choices] => Array ([] => No Effect,[wink-grayscale] => Grayscale,[wink-sepia] => Sepia,[wink-saturate] => Saturation,[wink-hue-rotate] => Hue-rotate,[wink-invert] => Invert,[wink-opacity] => Opacity,[wink-brightness] => Brightness,[wink-contrast] => Contrast,[wink-tint] => Tint (Sepia + hue-rotate),[wink-contrast-saturation] => Contrast + Saturation + Sepia,[wink-inkwell] => Inkwell (Instagram-ish))))),[site] => Array ([title] => Posts Settings,[type] => tab,[options] => Array ([post_excerpt] => Array ([type] => slider,[value] => 40,[properties] => Array ([min] => 0,[max] => 500,[step] => 5),[label] => Post excerpt length),[pagination_style] => Array ([type] => switch,[value] => number,[label] => Pagination Style,[left-choice] => Array ([value] => text,[label] => Next & Prev),[right-choice] => Array ([value] => number,[label] => Numbers (1,2,3))),[general_date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[general_rating_meta] => Array ([type] => switch,[value] => on,[label] => Rate meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)))),[home_layout_box] => Array ([title] => Home,[type] => tab,[options] => Array ([home_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[home_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for home page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[archive_page_layout] => Array ([title] => Archive,[type] => tab,[options] => Array ([archive_page_description] => Array ([type] => switch,[value] => show,[label] => Archive Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[archive_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[archive_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for archive page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[category_page_layout] => Array ([title] => Category,[type] => tab,[options] => Array ([category_page_description] => Array ([type] => switch,[value] => show,[label] => Category Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[category_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[category_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Category page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[category_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each category posts layout separately, if checked go to category edit page to set the posts style for each category))),[tag_page_layout] => Array ([title] => Tag,[type] => tab,[options] => Array ([tags_page_description] => Array ([type] => switch,[value] => show,[label] => Tag Description,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[tags_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[tags_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for Tag page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)),[tag_separate] => Array ([type] => checkbox,[value] => ,[label] => Separate Layout,[desc] => Control each tag posts layout separately, if checked go to tag edit page to set the posts style for each tag))),[author_page_layout] => Array ([title] => Author,[type] => tab,[options] => Array ([author_bio] => Array ([type] => switch,[value] => show,[label] => Author Bio,[right-choice] => Array ([value] => show,[label] => Show),[left-choice] => Array ([value] => hide,[label] => Hide)),[author_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[author_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for author page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[search_page_layout] => Array ([title] => Search,[type] => tab,[options] => Array ([search_exclude] => Array ([type] => switch,[value] => no,[label] => Exclude Pages from results,[right-choice] => Array ([value] => no,[label] => No),[left-choice] => Array ([value] => yes,[label] => Yes)),[search_layout] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[search_posts_style] => Array ([type] => radio,[value] => blog,[label] => Posts Style,[desc] => Choose the style of posts for search page,[choices] => Array ([blog] => Classic Blog,[blog-grid] => 1st full post then 2 column grid layout,[grid] => Grid layout,[list] => List layout,[blog-list] => 1st full post then list layout)))),[error_page_layout] => Array ([title] => Error 404 Page,[type] => tab,[options] => Array ([error_logo_style] => Array ([type] => multi-picker,[label] => ,[desc] => ,[value] => Array ([control] => text,[text] => Array ([error_text] => 404!)),[picker] => Array ([control] => Array ([type] => switch,[value] => text,[label] => Logo type,[left-choice] => Array ([value] => logo,[label] => Image),[right-choice] => Array ([value] => text,[label] => Text))),[choices] => Array ([logo] => Array ([error_image] => Array ([type] => upload,[label] => Error logo,[images_only] => 1)),[text] => Array ([error_text] => Array ([type] => text,[label] => Error text)))),[error_message] => Array ([type] => textarea,[value] => Sorry!.. the page you are trying to reach may be deleted or moved.,[label] => Error Message),[error_search] => Array ([type] => switch,[value] => on,[label] => Search form,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show)),[error_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left))))))),[1] => Array ([header_settings] => Array ([title] => Header Settings,[type] => tab,[options] => Array ([style] => Array ([title] => Header Style,[type] => tab,[options] => Array ([header_background] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Body Background,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => background,[label] => Background))),[choices] => Array ([background] => Array ([color_select] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Background Color,[value] => #f5f5f5),[image_select] => Array ([type] => upload,[label] => Background image,[images_only] => 1),[bg_repeat] => Array ([type] => select,[value] => choice-3,[label] => Background Repeat,[choices] => Array ([] => ,[no-repeat] => No Repeat,[repeat] => Repeat,[repeat-x] => Repeat X,[repeat-y] => Repeat Y)),[bg_size] => Array ([type] => select,[value] => choice-3,[label] => Background Size,[choices] => Array ([] => None,[cover] => Cover,[contain] => contain)),[bg_attach] => Array ([type] => select,[value] => choice-3,[label] => Background Attachment,[choices] => Array ([] => None,[fixed] => Fixed,[scroll] => Scroll,[local] => Local)),[bg_position] => Array ([type] => select,[value] => choice-3,[label] => Background Position,[choices] => Array ([] => None,[left top] => Left top,[left center] => Left center,[left bottom] => Left bottom,[right top] => Right top,[right center] => Right center,[right bottom] => Right bottom,[center top] => Center top,[center center] => Center center,[center bottom] => Center bottom)))),[show_borders] => ),[header_spacing] => Array ([type] => multi,[label] => ,[inner-options] => Array ([padding_top] => Array ([label] => Padding top,[desc] => Enter numbers only, Value will be in pixels. (50 = 50px),[attr] => Array ([placeholder] => 50),[type] => text),[padding_bottom] => Array ([label] => Padding bottom,[desc] => Enter numbers only, Value will be in pixels. (50 = 50px),[attr] => Array ([placeholder] => 50),[type] => text))))),[logo_box] => Array ([title] => Logo Settings,[type] => tab,[options] => Array ([site_logo] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => Site Logo,[type] => radio,[inline] => 1,[choices] => Array ([tagline] => Site title and tag line,[logo] => Upload logo))),[choices] => Array ([logo] => Array ([logo_select] => Array ([type] => upload,[label] => Upload logo,[desc] => Recommended size (MAX) : 250px x 70px,[images_only] => 1),[retina_select] => Array ([type] => upload,[label] => Logo Image (Retina Version @2x),[desc] => Choose an image file for the retina version of the logo. It should be double the size of main logo.,[images_only] => 1),[center_logo] => Array ([type] => checkbox,[value] => 1,[label] => Center logo)),[tagline] => Array ([center_text] => Array ([type] => checkbox,[value] => 1,[label] => Center site title text))),[show_borders] => ),[logo_margin_top] => Array ([label] => Logo margin top,[type] => text,[desc] => Enter numbers only, Value will be in pixels. (10 = 10px))))))),[2] => Array ([footer_layout] => Array ([title] => Footer Settings,[type] => tab,[options] => Array ([footer_box] => Array ([title] => Footer Settings,[type] => tab,[options] => Array ([footer_instagram] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Footer Instagram,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => on,[label] => On))),[choices] => Array ([on] => Array ([insta_user] => Array ([type] => text,[label] => Instagram user,[desc] => Must be entered correctly to run the instagram carousel.),[limit] => Array ([type] => slider,[value] => 10,[properties] => Array ([min] => 6,[max] => 50,[step] => 1),[label] => Pictures count))),[show_borders] => ),[footer_widgets] => Array ([type] => switch,[value] => off,[label] => Footer Widgets,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[footer_rights_block] => Array ([type] => radio,[value] => social,[label] => Footer rights block,[choices] => Array ([navbar] => Footer Menu,[social] => Social icons,[off] => Off),[inline] => 1),[footer_rights] => Array ([type] => textarea,[value] => All rights reserved to Wink,[label] => Footer Copyrights,[size] => large,[editor_height] => 200),[footer_background] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Footer Background,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => background,[label] => Background))),[choices] => Array ([background] => Array ([color_select] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Background Color,[value] => #0b171d),[image_select] => Array ([type] => upload,[label] => Background image,[images_only] => 1),[bg_repeat] => Array ([type] => select,[value] => choice-3,[label] => Background Repeat,[choices] => Array ([] => ,[no-repeat] => No Repeat,[repeat] => Repeat,[repeat-x] => Repeat X,[repeat-y] => Repeat Y)),[bg_size] => Array ([type] => select,[value] => choice-3,[label] => Background Size,[choices] => Array ([] => None,[cover] => Cover,[contain] => contain)),[bg_attach] => Array ([type] => select,[value] => choice-3,[label] => Background Attachment,[choices] => Array ([] => None,[fixed] => Fixed,[scroll] => Scroll,[local] => Local)),[bg_position] => Array ([type] => select,[value] => choice-3,[label] => Background Position,[choices] => Array ([] => None,[left top] => Left top,[left center] => Left center,[left bottom] => Left bottom,[right top] => Right top,[right center] => Right center,[right bottom] => Right bottom,[center top] => Center top,[center center] => Center center,[center bottom] => Center bottom)))),[show_borders] => )))))),[3] => Array ([main_carousel_settings] => Array ([title] => Carousel Settings,[type] => tab,[options] => Array ([main_carousel_box] => Array ([title] => Carousel Settings,[type] => tab,[options] => Array ([carousel_switch] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([query_type] => Array ([label] => Show Carousel,[type] => switch,[left-choice] => Array ([value] => on,[label] => on),[right-choice] => Array ([value] => off,[label] => off),[value] => on)),[choices] => Array ([on] => Array ([carousel_style] => Array ([type] => image-picker,[value] => center-slide,[label] => Carousel Style,[choices] => Array ([center-slide] => Array ([small] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/center.png,[height] => 100),[large] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/center.png,[height] => 200)),[double-slides] => Array ([small] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/double.png,[height] => 100),[large] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/double.png,[height] => 200)),[many-slides] => Array ([small] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/many.png,[height] => 100),[large] => Array ([src] => http://localhost/wink/wp-content/themes/wink/assets/images/sliders/many.png,[height] => 200))),[blank] => ),[carousel_control] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([query_type] => Array ([label] => Query Based On : ,[type] => radio,[value] => trend,[choices] => Array ([trend] => Popular posts ( Top Commented ),[likes] => Most liked posts,[views] => Most viewed posts,[category] => Selected categories,[tag] => Selected tags,[author] => Selected author),[inline] => )),[choices] => Array ([category] => Array ([cat_select] => Array ([type] => multi-select,[label] => Select Categories,[population] => taxonomy,[source] => category)),[tag] => Array ([tag_select] => Array ([type] => multi-select,[label] => Select Tags,[population] => taxonomy,[source] => post_tag)),[author] => Array ([author_select] => Array ([type] => select,[label] => Select author,[choices] => Array ([] => Please select an author...,[1] => Ahmad),[no-validate] => )))),[posts_count] => Array ([type] => slider,[value] => 5,[properties] => Array ([min] => 2,[max] => 15,[step] => 1),[label] => Slides Count),[exclude] => Array ([type] => multi-select,[label] => Exclude Posts,[population] => posts,[source] => post,[prepopulate] => 10,[limit] => 200))))))))),[4] => Array ([featured_settings] => Array ([title] => Featured Posts,[type] => tab,[options] => Array ([top_posts] => Array ([title] => Posts Below Carousel,[type] => tab,[options] => Array ([top_posts_switch] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([type] => switch,[value] => off,[desc] => Enable or disable this featured posts box,[label] => Show featured posts,[left-choice] => Array ([value] => off,[label] => off),[right-choice] => Array ([value] => on,[label] => on))),[choices] => Array ([on] => Array ([top_featured_title] => Array ([type] => text,[label] => Title,[desc] => HTML Not allowed),[top_posts_query] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([type] => Array ([label] => Query Based On : ,[type] => radio,[value] => trend,[choices] => Array ([trend] => Popular posts ( Top Commented ),[likes] => Most liked posts,[views] => Most viewed posts,[category] => Selected categories,[tag] => Selected tags,[author] => Selected author),[inline] => )),[choices] => Array ([category] => Array ([cat_select] => Array ([type] => multi-select,[label] => Select Categories,[population] => taxonomy,[source] => category)),[tag] => Array ([tag_select] => Array ([type] => multi-select,[label] => Select Tags,[population] => taxonomy,[source] => post_tag)),[author] => Array ([author_select] => Array ([type] => select,[label] => Select author,[choices] => Array ([] => Please select an author...,[1] => Ahmad),[no-validate] => )))),[posts_count] => Array ([type] => slider,[value] => 10,[properties] => Array ([min] => 7,[max] => 40,[step] => 1),[label] => Posts count),[visible_mobile] => Array ([type] => switch,[value] => on,[label] => Show on Mobile Devices,[left-choice] => Array ([value] => off,[label] => no),[right-choice] => Array ([value] => on,[label] => yes)))),[show_borders] => )))))),[5] => Array ([single] => Array ([title] => Post Settings,[type] => tab,[options] => Array ([single-box] => Array ([title] => Post Settings,[type] => tab,[options] => Array ([single_sidebar] => Array ([type] => switch,[value] => right_sidebar,[label] => Sidebar Position,[right-choice] => Array ([value] => right_sidebar,[label] => Right),[left-choice] => Array ([value] => left_sidebar,[label] => Left)),[date_meta] => Array ([type] => switch,[value] => on,[label] => Date Meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[categories_meta] => Array ([type] => switch,[value] => on,[label] => Categories meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[tags_meta] => Array ([type] => switch,[value] => on,[label] => Tags meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[views_meta] => Array ([type] => switch,[value] => on,[label] => Views meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[like_meta] => Array ([type] => switch,[value] => on,[label] => Like meta,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[author_name] => Array ([type] => switch,[value] => on,[label] => Author name,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[author_bio_box] => Array ([type] => switch,[value] => on,[label] => Author bio,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[nxt_prv_posts] => Array ([type] => switch,[value] => on,[label] => Next and prev posts,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[share_posts] => Array ([type] => switch,[value] => on,[label] => Share buttons on posts,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[share_pages] => Array ([type] => switch,[value] => on,[label] => Share buttons on pages,[right-choice] => Array ([value] => on,[label] => Show),[left-choice] => Array ([value] => off,[label] => Hide)),[comments_system] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([type] => radio,[label] => Comments system,[value] => traditional,[choices] => Array ([traditional] => Default Comments,[disqus] => Disqus Comments,[facebook] => Facebook Comments))),[choices] => Array ([disqus] => Array ([id] => Array ([type] => text,[label] => Disqus short name,[desc] => Create a disqus account and get the short name here DISQUS)),[facebook] => Array ([app_id] => Array ([type] => text,[label] => Facebook App ID,[help] => Optional,[desc] => Create a facebook application and get the app id to be able to moderate the comments  Facebook Apps),[count] => Array ([type] => slider,[value] => 6,[properties] => Array ([min] => 5,[max] => 30,[step] => 1),[label] => Visible comments count),[lang] => Array ([type] => select,[value] => en_US,[label] => Language,[choices] => Array ([en_US] => English (US),[ar_AR] => Arabic,[da_DK] => Danish,[de_DE] => German,[en_GB] => English (UK),[el_GR] => Greek,[es_MX] => Spanish (Mexico),[es_ES] => Spanish,[fr_FR] => French,[fa_IR] => Persian,[hi_IN] => Hindi,[id_ID] => Indonesian,[is_IS] => Icelandic,[it_IT] => Italian,[ja_JP] => Japanese,[ka_GE] => Georgian,[ko_KR] => Korean,[la_VA] => Latin,[ms_MY] => Malay,[nb_NO] => Norwegian,[ne_NP] => Nepali,[nl_NL] => Dutch,[pl_PL] => Polish,[pt_BR] => Portuguese (Brazil),[pt_PT] => Portuguese (Portugal),[ro_RO] => Romanian,[ru_RU] => Russian,[sl_SI] => Slovenian,[so_SO] => Somali,[sq_AL] => Albanian,[sr_RS] => Serbian,[sv_SE] => Swedish,[tl_PH] => Filipino,[tr_TR] => Turkish,[uk_UA] => Ukrainian,[ur_PK] => Urdu,[vi_VN] => Vietnamese,[zh_CN] => Simplified Chinese (China),[zh_TW] => Traditional Chinese (Taiwan),[zh_HK] => Traditional Chinese (Hong Kong)))))))),[share_box] => Array ([title] => Share icons,[type] => tab,[options] => Array ([share_facebook] => Array ([type] => switch,[value] => on,[label] => Share on Facebook,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_twitter] => Array ([type] => switch,[value] => on,[label] => Share on Twitter,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_pinterest] => Array ([type] => switch,[value] => on,[label] => Share on Pinterest,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_google] => Array ([type] => switch,[value] => on,[label] => Share on Google Plus,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_linked] => Array ([type] => switch,[value] => on,[label] => Share on Linked in,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)),[share_stumble] => Array ([type] => switch,[value] => on,[label] => Share on Stumbleupon,[right-choice] => Array ([value] => on,[label] => show),[left-choice] => Array ([value] => off,[label] => hide)))),[related_box] => Array ([title] => Related Posts,[type] => tab,[options] => Array ([related_posts_box] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([type] => switch,[label] => Related Posts,[value] => on,[left-choice] => Array ([value] => off,[label] => Hide),[right-choice] => Array ([value] => on,[label] => Show))),[choices] => Array ([on] => Array ([related_title] => Array ([type] => text,[value] => Related Posts,[label] => Title),[related_count] => Array ([type] => slider,[value] => 4,[properties] => Array ([min] => 1,[max] => 12,[step] => 1),[label] => Number of posts),[query] => Array ([type] => radio,[value] => category,[label] => Query based on,[choices] => Array ([tag] => Tags,[category] => Categories,[author] => Author),[inline] => 1))))))))),[6] => Array ([banners] => Array ([title] => Advertisements,[type] => tab,[options] => Array ([banners-box1] => Array ([title] => Header Banner,[type] => tab,[options] => Array ([banner_box1] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.)))))),[banners-box2] => Array ([title] => Footer Banner,[type] => tab,[options] => Array ([banner_box2] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.)))))),[banners-box3] => Array ([title] => Above article Banner,[type] => tab,[options] => Array ([banner_box3] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.)))))),[banners-box4] => Array ([title] => Below Article Banner,[type] => tab,[options] => Array ([banner_box4] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([gadget] => Array ([label] => AD Type,[type] => radio,[choices] => Array ([image] => Image AD,[code] => Custom Code,[off] => Off),[inline] => 1,[value] => off)),[choices] => Array ([image] => Array ([img] => Array ([type] => upload,[label] => Image banner,[images_only] => 1),[url] => Array ([type] => text,[label] => Banner url),[alt] => Array ([type] => text,[label] => Alternative Text For The image),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab),[follow] => Array ([type] => checkbox,[value] => ,[label] => No follow)),[code] => Array ([code_block] => Array ([type] => textarea,[label] => Custom Ad Code,[desc] => Supports: HTML, Javascript, Text and Shortcodes.))))))))),[7] => Array ([social] => Array ([title] => Social media,[type] => tab,[options] => Array ([social-box] => Array ([title] => Social media urls,[type] => tab,[options] => Array ([social_icon] => Array ([type] => addable-box,[attr] => Array ([class] => box-width),[label] => Social media links,[box-options] => Array ([title] => Array ([type] => text,[label] => Title),[url] => Array ([type] => text,[label] => Url),[icon] => Array ([type] => icon,[attr] => Array ([class] => custom-class,[data-foo] => bar),[label] => Social network icon),[tab] => Array ([type] => checkbox,[value] => 1,[label] => Open url in new tab)),[template] =>  {{- title }},[add-button-text] => Add social media button,[sortable] => 1)))))),[8] => Array ([typography_tab] => Array ([title] => Typography,[type] => tab,[options] => Array ([typography_box] => Array ([title] => Content pages,[type] => tab,[options] => Array ([site_title] => Array ([label] => Site Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[size] => 46,[line-height] => 63,[color] => #333333)),[tag_line] => Array ([label] => Site description,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[size] => 13,[line-height] => 13,[letter-spacing] => 4,[color] => #9c9c9c)),[block_widget_title] => Array ([label] => Block and widget title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 16,[letter-spacing] => 0,[size] => 15,[color] => #ffffff)),[post_title] => Array ([label] => Post Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 26,[size] => 18,[letter-spacing] => 0,[color] => #404040)),[small_post_title] => Array ([label] => Small Post Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 21,[size] => 13,[letter-spacing] => 0,[color] => #404040)),[carousel_post_title] => Array ([label] => Post Title in carousel block,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 500,[line-height] => 21,[size] => 14,[letter-spacing] => 0,[color] => #ffffff)),[post_content_homepage] => Array ([label] => Post content,[desc] => for any post excerpt on home page and archive pages,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 22,[size] => 13,[letter-spacing] => 0,[color] => #777777)),[read_more_btn] => Array ([label] => Read more button,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 15,[size] => 11,[letter-spacing] => 2,[color] => #ffffff)),[error_logo_typo] => Array ([label] => Error 404 logo,[type] => typography-v2,[value] => Array ([family] => Verdana,[variation] => regular,[line-height] => 185,[size] => 130,[letter-spacing] => 0,[color] => #545454)),[error_message_typo] => Array ([label] => Error 404 Message,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 19,[size] => 18,[letter-spacing] => 0,[color] => #404040)))),[typography_box_single] => Array ([title] => Single post,[type] => tab,[options] => Array ([single_post_title] => Array ([label] => Post Title,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 35,[size] => 24,[letter-spacing] => 0,[color] => #404040)),[single_post_title_cover] => Array ([label] => Post Title Cover mode,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => 700,[line-height] => 70,[size] => 50,[letter-spacing] => 0,[color] => #FDFDFD)),[post_content] => Array ([label] => Post content,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 26,[size] => 14,[letter-spacing] => 0,[color] => #404040)),[heading_1] => Array ([label] => H1,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 36,[letter-spacing] => 0,[color] => #404040)),[heading_2] => Array ([label] => H2,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 30,[letter-spacing] => 0,[color] => #404040)),[heading_3] => Array ([label] => H3,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 24,[letter-spacing] => 0,[color] => #404040)),[heading_4] => Array ([label] => H4,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 18,[letter-spacing] => 0,[color] => #404040)),[heading_5] => Array ([label] => H5,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 14,[letter-spacing] => 0,[color] => #404040)),[heading_6] => Array ([label] => H6,[type] => typography-v2,[value] => Array ([family] => Montserrat,[variation] => regular,[line-height] => 39,[size] => 12,[letter-spacing] => 0,[color] => #404040))))))),[9] => Array ([styling_settings] => Array ([title] => Styling,[type] => tab,[options] => Array ([colors_box] => Array ([title] => General,[type] => box,[options] => Array ([accent_color] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Main Color,[value] => #CD483C),[second_color] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Second color,[value] => #181818),[navbar_links_color] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Navbar text Color,[value] => #ffffff),[navbar_links_color_hover] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Navbar text Color on hover,[value] => #ffffff),[favicon] => Array ([type] => upload,[label] => Website Favicon,[images_only] => 1),[apple57] => Array ([type] => upload,[label] => Apple icon : 57px X 57px,[desc] => Select image with height: 57px and width:57px for apple devices,[images_only] => 1),[apple72] => Array ([type] => upload,[label] => Apple icon : 72px X 72px,[desc] => Select image with height: 72px and width:72px for apple devices,[images_only] => 1),[apple114] => Array ([type] => upload,[label] => Apple icon : 114px X 114px,[desc] => Select image with height: 114px and width:114px for apple devices,[images_only] => 1))),[body_box] => Array ([title] => Body,[type] => box,[options] => Array ([body_background] => Array ([type] => multi-picker,[label] => ,[picker] => Array ([control] => Array ([label] => Body Background,[type] => switch,[inline] => 1,[value] => off,[left-choice] => Array ([value] => off,[label] => Off),[right-choice] => Array ([value] => background,[label] => Background))),[choices] => Array ([background] => Array ([color_select] => Array ([type] => color-picker,[palettes] => Array ([0] => #ba4e4e,[1] => #0ce9ed,[2] => #1082bb,[3] => #9610bb,[4] => #ebbb2d,[5] => #941940),[label] => Background Color,[value] => #f5f5f5),[image_select] => Array ([type] => upload,[label] => Background image,[images_only] => 1),[bg_repeat] => Array ([type] => select,[value] => choice-3,[label] => Background Repeat,[choices] => Array ([] => ,[no-repeat] => No Repeat,[repeat] => Repeat,[repeat-x] => Repeat X,[repeat-y] => Repeat Y)),[bg_size] => Array ([type] => select,[value] => choice-3,[label] => Background Size,[choices] => Array ([] => None,[cover] => Cover,[contain] => contain)),[bg_attach] => Array ([type] => select,[value] => choice-3,[label] => Background Attachment,[choices] => Array ([] => None,[fixed] => Fixed,[scroll] => Scroll,[local] => Local)),[bg_position] => Array ([type] => select,[value] => choice-3,[label] => Background Position,[choices] => Array ([] => None,[left top] => Left top,[left center] => Left center,[left bottom] => Left bottom,[right top] => Right top,[right center] => Right center,[right bottom] => Right bottom,[center top] => Center top,[center center] => Center center,[center bottom] => Center bottom)))),[show_borders] => )))))),[10] => Array ([custom_code] => Array ([title] => Custom Code,[type] => tab,[options] => Array ([custom_code_box] => Array ([title] => Custom Code,[type] => tab,[options] => Array ([css] => Array ([type] => textarea,[attr] => Array ([placeholder] => body{
 background-color: #f5f5f5; 
}),[label] => Custom css),[js] => Array ([type] => textarea,[attr] => Array ([placeholder] => jQuery(document).ready(function ($) {

});),[label] => Custom javascript)))))))) called at [C:\xampp\htdocs\wink\wp-content\plugins\unyson\framework\core\components\backend.php:1132]
#9  _FW_Component_Backend->_action_admin_enqueue_scripts(appearance_page_fw-settings)
#10 call_user_func_array(Array ([0] => _FW_Component_Backend Object ([] => lambda_91,[] => FW_Form Object ([] => fw_settings,[] => Array ([data-fw-form-id] => fw_settings,[class] => fw_form_fw_settings,[method] => post,[action] => http://localhost/wink/wp-admin/admin.php?page=fw-settings),[] => ,[] => ,[] => ,[] => 1,[] => Array ([render] => Array ([0] => _FW_Component_Backend Object ( *RECURSION*,[1] => _settings_form_render),[validate] => Array ([0] => _FW_Component_Backend Object ( *RECURSION*,[1] => _settings_form_validate),[save] => Array ([0] => _FW_Component_Backend Object ( *RECURSION*,[1] => _settings_form_save))),[] => Array ([0] => default,[1] => taxonomy,[2] => customizer),[] => default,[] => Array (),[] => Array (),[] => ,[] => ,[] => Array ([group] => FW_Container_Type_Group Object ([] => ),[tab] => FW_Container_Type_Tab Object ([] => ),[box] => FW_Container_Type_Box Object ([] => ),[popup] => FW_Container_Type_Popup Object ([] => )),[] => ,[] => 1,[] => FW_Access_Key Object ([] => fw_backend)),[1] => _action_admin_enqueue_scripts), Array ([0] => appearance_page_fw-settings)) called at [C:\xampp\htdocs\wink\wp-includes\plugin.php:524]
#11 do_action(admin_enqueue_scripts, appearance_page_fw-settings) called at [C:\xampp\htdocs\wink\wp-admin\admin-header.php:92]
#12 require_once(C:\xampp\htdocs\wink\wp-admin\admin-header.php) called at [C:\xampp\htdocs\wink\wp-admin\admin.php:214]
ghost commented 8 years ago

Ops https://github.com/ThemeFuse/Unyson/blob/bbbe2589b95cf83c17b6ebf4fbc0b1af27ab5df8/framework/core/extends/class-fw-container-type.php#L103

I will fix tha tomorrow and release a quick update

Thank you for details

DevWael commented 8 years ago

You are welcome

fotoviral commented 8 years ago

moldcraft can you let us know if this bug was solved?

fotoviral commented 8 years ago

I checked and the previous version "Versão 2.6.1" doesnot appears this error!!

fotoviral commented 8 years ago

Hi, this error was FIXED here: http://support.xpeedstudio.com/knowledgebase/unyson-update-issue/

Just update the mencioned file!!

ghost commented 8 years ago

Please test with this version

thednp commented 8 years ago

I did, still same issue.

ghost commented 8 years ago

@thednp check this please https://github.com/ThemeFuse/Unyson/issues/1993#issuecomment-246140281

thednp commented 8 years ago

Here's my output with 2.6.3 release and the #1993 comment

#0  _fw_autoload_option_types(FW_Option_Type)
#1  spl_autoload_call(FW_Option_Type) called at [mysite\wp-content\themes\myTheme\includes\inc\option-types\webfonts\class-fw-option-type-webfonts.php:9]
#2  require(mysite\wp-content\themes\myTheme\includes\inc\option-types\webfonts\class-fw-option-type-webfonts.php) called at [mysite\wp-content\themes\myTheme\includes\inc\option-types.php:11]
#3  _action_theme_include_webfonts()
#4  call_user_func_array(_action_theme_include_webfonts, Array ([0] => )) called at [mysite\wp-includes\plugin.php:524]
#5  do_action(fw_init) called at [mysite\wp-content\plugins\unyson\framework\bootstrap.php:110]
#6  _action_init_framework()
#7  call_user_func_array(_action_init_framework, Array ([0] => )) called at [mysite\wp-includes\plugin.php:524]
#8  do_action(after_setup_theme) called at [mysite\wp-settings.php:395]
#9  require_once(mysite\wp-settings.php) called at [mysite\wp-config.php:91]
#10 require_once(mysite\wp-config.php) called at [mysite\wp-load.php:39]
#11 require_once(mysite\wp-load.php) called at [mysite\wp-admin\admin.php:31]
thednp commented 8 years ago

I've changed my option-types.php to work with fw_option_types_init and the issue seems gone. However, I need to know what is going to be from this time forward.

ghost commented 8 years ago

What has changed and why you get this warning:

  1. Option-types were loaded on every page load, in admin and in frontend, this is useless and resource consuming
  2. We made all option types in framework and in all extensions to be loaded on fw_option_types_init action
  3. The FW_Option_Type class now is loaded only right before fw_option_types_init
  4. To prevent fatal error unknown class FW_Option_Type for cases when themes register their option-types right-away, I added this autoload which shows a warning that you are not registering your option-types correctly.
thednp commented 8 years ago

Alright, just like I was expecting. So we also don't need to use if (is_admin()) for registering the option types.

ghost commented 8 years ago

No, don't use is_admin() because option-types are also loaded in frontend sometimes (not displayed, just loaded) That is needed to be able to extract default values and for fw-storage to work

thednp commented 8 years ago

Thank you. I think now the issue could be closed.

ghost commented 8 years ago

Unyson 2.6.3 is live.

DevWael commented 8 years ago

Thank You @moldcraft and @thednp for helping us to solve the problem

thednp commented 8 years ago

@eyeswizard I would check if there's any custom option type in your theme, and do the replace of fw_init with fw_option_types_init, because I don't think this occurs randomly.

DevWael commented 8 years ago

@thednp no there is no any custom option type in my theme, just i didn't know that i have to update the unyson extensions

thednp commented 8 years ago

In that case, I noticed you are using the styling option type or maybe you're using some outdated option types, @moldcraft would have to have a look at.

DevWael commented 8 years ago

where is this option type?, how did you noticed that? i can provide you with the admin details if you need to take a look @thednp .

thednp commented 8 years ago

It's a core option type color-scheme if I remember correctly. But I don't think I can see.do much about. @moldcraft is the developer here.

DevWael commented 8 years ago

oh! this is switch option type with id scheme to select light or dark color scheme for the blog design

'scheme'     => array(
                        'type'         => 'switch',
                        'value'        => 'light',
                        'label'        => esc_html__( 'Color Scheme', 'wink' ),
                        'left-choice'  => array(
                            'value' => 'light',
                            'label' => esc_html__( 'Light', 'wink' ),
                            'color' => '#BDBDBD'
                        ),
                        'right-choice' => array(
                            'value' => 'dark',
                            'label' => esc_html__( 'Dark', 'wink' ),
                            'color' => '#222222'
                        ),
                    )
thednp commented 8 years ago

Here's what I usually do when something funny is going on: uninstall Unyson and all extensions, then reinstall everything. It cleared alot of issues for me.

paulpx commented 8 years ago

awesome. the update worked.

greatdane84 commented 8 years ago

update didn't work for me... I have 4 websites with Please register option-types on 'fw_option_types_init' action showing up after updating the unyson plugin... I've tried replacing the wp-content/plugins/unyson/framework/extensions/shortcodes/extensions/page-builder/class-fw-extension-page-builder.php with the class-fw-extension php file and it doesn't resolve this at all, it actually created my pages to go down. My unyson is version 2.6.4... any help is appreciated.

thednp commented 8 years ago

Don't use this, you must update the plugin's with Wordpress. You would better check this instead.

greatdane84 commented 8 years ago

@thednp thanks, but plugin was updated from within Wordpress and that's when this error started. This has to be happening to multiple people that have no idea how to code/program. This should be an easy fix with an update and I shouldn't be spending hours trying to resolve this.

I've tried replacing the file, removing the entire unyson plugin and reinstalling nothing is working and my webpages all show this error on the front page. Very frustrating.

greatdane84 commented 8 years ago

hookfile.txt

thednp commented 8 years ago

I think @moldcraft could have a look at your file, but I still believe uninstalling the plugin and all extensions and reinstalling them would solve the problem, unless you changed/filtered how the core engine works.

ghost commented 8 years ago

@greatdane84 Please activate a default WP theme and check if the error disappears then it's a theme problem.

greatdane84 commented 8 years ago

@moldcraft & @thednp Thanks guys. I've already opened a support ticket with "ThemeFuse" for the exposure theme I'm using. I did try switching the theme last night and noticed it went away. Is there anything at all I can do on my own or will they have to figure this out?

fotoviral commented 8 years ago

Hi, this error was FIXED here: http://support.xpeedstudio.com/knowledgebase/unyson-update-issue/

Just update the mencioned file!!

Sent with Mailtrack https://mailtrack.io/install?source=signature&lang=en&referral=carlostargon@gmail.com&idSignature=22

Obrigado

Carlos Targon

2016-09-13 10:03 GMT-03:00 greatdane84 notifications@github.com:

@moldcraft https://github.com/moldcraft & @thednp https://github.com/thednp Thanks guys. I've already opened a support ticket with "ThemeFuse" for the exposure theme I'm using. I did try switching the theme last night and noticed it went away. Is there anything at all I can do on my own or will they have to figure this out?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ThemeFuse/Unyson/issues/1993#issuecomment-246673932, or mute the thread https://github.com/notifications/unsubscribe-auth/AJEWDcH55oPbvCnZlltRSoGaQgph_2PJks5qpp8QgaJpZM4J50az .