250, 'height' => 250, 'flex-width' => true, 'flex-height' => true, ) ); // WooCommerce. add_theme_support( 'woocommerce' ); // Load required widgets from plugin 'ast-widgets'. add_theme_support( 'ast-custom-js' ); add_theme_support( 'ast-theme' ); add_theme_support( 'ast-shortcodes' ); add_theme_support( 'widget-address' ); add_theme_support( 'widget-flickr-gallery' ); add_theme_support( 'widget-instagram-gallery' ); add_theme_support( 'widget-progress-bar' ); add_theme_support( 'widget-info-box' ); add_theme_support( 'widget-social-profiles' ); add_theme_support( 'widget-newsletter' ); add_theme_support( 'widget-image' ); add_theme_support( 'widget-twitter-feeds' ); add_theme_support( 'widget-custom-menu' ); add_theme_support( 'widget-button' ); add_theme_support( 'widget-recent-posts' ); add_theme_support( 'mce-font-size' ); add_theme_support( 'mce-font-family' ); // Customize Selective Refresh Widgets. add_theme_support( 'customize-selective-refresh-widgets' ); /** * This theme styles the visual editor to resemble the theme style, * specifically font, colors, icons, and column width. */ add_editor_style( 'assets/css/unminified/editor-style.css' ); } } }// End if(). /** * Kicking this off by calling 'get_instance()' method */ $ast_after_setup_theme = AST_After_Setup_Theme::get_instance();