'#eceef1',
'default-image' => '',
) ) );
register_nav_menus( array(
'primary' => esc_html__( 'Primary Menu', 'bellini' ),
) );
add_image_size( 'bellini-thumb', 620, 300 );
$GLOBALS['content_width'] = apply_filters( 'bellini_content_width', 640 );
add_editor_style();
}
endif; // bellini_setup
add_action( 'widgets_init', 'bellini_widgets_init' );
function bellini_widgets_init() {
register_sidebar( array(
'name' => esc_html__( 'Widget Area: Right', 'bellini' ),
'id' => 'sidebar-right',
'description' => '',
'before_widget' => '',
'before_title' => '
',
) );
register_sidebar( array(
'name' => esc_html__( 'Widget Area: Left', 'bellini' ),
'id' => 'sidebar-left',
'description' => '',
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => esc_html__( 'Widget Area: Blog', 'bellini' ),
'id' => 'sidebar-blog',
'description' => esc_html__( 'These widgets will be only visible in Blog Page Template, Archive pages','bellini' ),
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => esc_html__( 'Widget Area: Footer', 'bellini' ),
'id' => 'sidebar-footer',
'description' => esc_html__( 'You can change the Footer Widget Column count from Customize - Layout - Layout Footer','bellini' ),
'before_widget' => apply_filters('bellini_widget_footer_column','',
'before_title' => '',
) );
register_sidebar( array(
'name' => esc_html__( 'WooCommerce Widgets', 'bellini' ),
'id' => 'sidebar-woo-sidebar',
'description' => esc_html__( 'These widgets will be only visible in WooCommerce Pages','bellini' ),
'before_widget' => '',
'before_title' => '',
) );
}
add_filter( 'excerpt_length', 'bellini_excerpt_length', 999 );
function bellini_excerpt_length( $length ) {
return 20;
}
add_filter( 'nav_menu_link_attributes', 'add_nav_menu_atts', 10, 3 );
function add_nav_menu_atts( $atts, $item, $args ) {
$atts['itemprop'] = 'url';
return $atts;
}
/**
* Enqueue scripts and styles.
*/
add_action( 'wp_enqueue_scripts', 'bellini_scripts' );
function bellini_scripts() {
// Bellini Stylesheets
wp_register_style( 'bootstrap.min', get_template_directory_uri() . '/inc/css/bootstrap.min.css' );
wp_enqueue_style( 'bootstrap.min' );
wp_enqueue_style('bellini-libraries',get_template_directory_uri(). '/inc/css/libraries.min.css');
wp_enqueue_style( 'bellini-style', get_stylesheet_uri(), array(), '20160701', 'all' );
// Load only if WooCommerce is active
if ( is_woocommerce_activated() ) {
wp_register_style( 'woostyles', get_template_directory_uri() . '/inc/css/bellini-woocommerce.css' );
wp_enqueue_style( 'woostyles', '0.1' );
}
wp_enqueue_script( 'bellini-js-libraries', get_template_directory_uri() . '/inc/js/library.min.js', array('jquery'), '20160625', true );
wp_enqueue_script( 'bellini-pangolin', get_template_directory_uri() . '/inc/js/pangolin.js', array('jquery'), '20160625', true );
// Load the html5 shiv.
wp_enqueue_script( 'bellini-html5', get_template_directory_uri() . '/inc/js/html5.js', array(), '3.7.3' );
wp_script_add_data( 'bellini-html5', 'conditional', 'lt IE 9' );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}
}
/**
* Display upgrade notice on customizer page
*/
add_action( 'customize_controls_enqueue_scripts', 'bellini_upsell_notice' );
function bellini_upsell_notice() {
// Enqueue the script
wp_enqueue_script('bellini-customizer-upsell', get_template_directory_uri() . '/inc/js/unlock.js', array(), '1.0.0', true);
// Localize the script
wp_localize_script('bellini-customizer-upsell', 'belliniL10n',
array(
'belliniURL' => esc_url( 'http://www.pangolinthemes.com' ),
'belliniLabel' => esc_html__( ' Unlock All Features!', 'bellini' ),
)
);
}
function bellini_option_defaults() {
$defaults = array(
'header_background_color' => '#222222',
'widgets_background_color' => '#222222',
'footer_background_color' => '#222222',
'body_text_color' => '#333333',
'title_text_color' => '#000000',
'menu_text_color' => '#000000',
'bellini_primary_color' => '#2196F3',
'bellini_accent_color' => '#E3F2FD',
'button_background_color' => '#00B0FF',
'button_text_color' => '#ffffff',
'link_text_color' => '#000000',
'link_hover_color' => '#000000',
'bellini_website_width' => '100',
'bellini_canvas_width' => '1100px',
'bellini_menu_position' => 'right',
'page_title_position' => 'center',
'bellini_body_font_size' => '16',
'bellini_title_font_size' => '22',
'bellini_menu_font_size' => '14',
'bellini_feature_block_background_color' => '#FFEB3B',
'woo_category_background_color' => '#FFEB3B',
'woo_product_background_color' => '#FFEB3B',
'bellini_static_slider_button_background_one' => '#00B0FF',
'bellini_static_slider_button_background_two' => '#00B0FF',
'slider_background_color_mobile' => '#eceef1',
'slider_text_color_mobile' => '#333333',
'woo_featured_product_background_color' => '#eceef1',
'bellini_hero_content_color' => '#ffffff',
'bellini_blogposts_background_color' => '#eceef1',
'bellini_frontpage_textarea_section_color' => '#eceef1',
'bellini_frontpage_textarea_section_image' => '',
'preset_font' => 'planot',
'bellini_logo_typography_font' => 'logo-ope',
'bellini_header_title_capitalization' => 'none',
'bellini_widget_title_alignment' => 'left',
'bellini_layout_blog' => 1,
'bellini_header_orientation' => '',
'bellini_front_slider_type' => '',
'bellini_show_woocommerce_sidebar' => '',
'bellini_woocommerce_sidebar_position' => '',
'bellini_woo_shop_product_per_page' => '12',
'bellini_woo_shop_product_column' => 'col-sm-3',
'woo_product_new_row' => 'col-sm-3',
'bellini_woo_shop_product_pagination_layout' => 1,
'bellini_woo_shop_product_layout' => 1,
'bellini_footer_layout_type' => '2',
'bellini_show_footer_copyright' => true,
'bellini_copyright_text' => '',
'bellini_show_footer_logo' => true,
'bellini_show_footer_social_menu' => true,
'bellini_show_frontpage_slider_pages' => true,
'bellini_read_more_title' => '',
'bellini_show_post_meta' => 'true',
'woo_product_category_row' => 'col-sm-3',
'bellini_woocommerce_shop_title_font_size' => '',
'bellini_woocommerce_shop_price_font_size' => '',
'bellini_woocommerce_product_card_back_color' => '',
'bellini_woocommerce_product_title_color' => '',
'bellini_woocommerce_product_button_text_color' => '',
'bellini_woocommerce_product_button_color' => '',
'bellini_show_frontpage_slider' => true,
'bellini_show_frontpage_woo_category' => true,
'bellini_front_slider_type' => 1,
'bellini_static_slider_image' => '',
'bellini_static_slider_title' => '',
'bellini_static_slider_content' => '',
'bellini_static_slider_button_text-1' => '',
'bellini_static_slider_button_text-2' => '',
'bellini_static_slider_button_url-1' => '',
'bellini_static_slider_button_url-2' => '',
'bellini_slider_third_party_field' => '',
'bellini_product_category_des_pos' => 1,
'bellini_woo_category_title' => '',
'bellini_woo_category_description' => '',
'woo_product_category_layout' => 1,
'bellini_show_frontpage_woo_products_featured' => '',
'bellini_featured_slides_no_selector' => 2,
'woo_featured_product_title' => '',
'woo_featured_product_description' => '',
'woo_featured_product_layout' => 1,
'bellini_show_frontpage_woo_products' => '',
'bellini_product_general_des_pos' => 1,
'bellini_woo_product_title' => '',
'bellini_woo_product_description' => '',
'woo_product_per_page_select' => '',
'woo_product_orderby_select' => '',
'woo_product_order_select' => '',
'bellini_woo_category_selector' => '',
'woo_product_new_layout' => 1,
'woo_product_button_text' => '',
'woo_product_button_url' => '',
'bellini_show_frontpage_blog_posts' => true,
'bellini_home_blogposts_title' => '',
'bellini_home_blogposts_description' => '',
'bellini_home_blogposts_layout' => 1,
'bellini_home_blogposts_button_url' => '',
'bellini_home_blogposts_button_text' => '',
'bellini_show_frontpage_feature_block' => '',
'bellini_feature_blocks_title' => '',
'bellini_feature_block_layout' => 1,
'bellini_show_frontpage_text_section' => true,
'bellini_frontpage_textarea_section_field' => '',
'bellini_menu_layout' => '',
'bellini_hamburger_title' => '',
'bellini_other_header_items_selector' => 1,
'bellini_header_menu_layout' => 1,
'bellini_layout_single-post' => 3,
'bellini_feature_block_row' => 'col-sm-4',
'bellini_social_account_link_one' => '',
'bellini_social_account_link_two' => '',
'bellini_social_account_link_three' => '',
'bellini_social_account_link_four' => '',
'bellini_social_account_link_five' => '',
'bellini_social_account_link_six' => '',
'bellini_show_page_breadcrumb' => '',
'bellini_feature_block_image_one' => '',
'bellini_feature_block_image_two' => '',
'bellini_feature_block_image_three' => '',
'bellini_feature_block_image_four' => '',
'bellini_blog_pagination_type' => 1,
'bellini_show_scroll_to_top' => true,
);
$options = get_option('bellini',$defaults);
$options = wp_parse_args( $options, $defaults );
return $options;
}