250, 'height' => 250, 'flex-width' => true, 'flex-height' => true, ) ); add_theme_support( 'custom-background', array( 'default-color' => 'ffffff' ) ); add_theme_support( 'html5', array('comment-form','comment-list','gallery','caption',) ); } // Add function after setup: function auto_dealer_lite_conditional_editor_styles() { add_editor_style( array( 'assets/css/editor-style.css') ); } add_action( 'after_setup_theme', 'auto_dealer_lite_conditional_editor_styles', 11 ); /** * Register widget area. */ function auto_dealer_lite_widgets_init() { register_sidebar( array( 'name' => __( 'Blog Sidebar', 'auto-dealer-lite' ), 'id' => 'sidebar-1', 'description' => __( 'Add widgets here to appear in your sidebar on blog posts and archive pages.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Page Sidebar', 'auto-dealer-lite' ), 'id' => 'sidebar-2', 'description' => __( 'Add widgets here to appear in your sidebar on pages.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Sidebar 3', 'auto-dealer-lite' ), 'id' => 'sidebar-3', 'description' => __( 'Add widgets here to appear in your sidebar on blog posts and archive pages.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer 1', 'auto-dealer-lite' ), 'id' => 'footer-1', 'description' => __( 'Add widgets here to appear in your footer.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer 2', 'auto-dealer-lite' ), 'id' => 'footer-2', 'description' => __( 'Add widgets here to appear in your footer.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer 3', 'auto-dealer-lite' ), 'id' => 'footer-3', 'description' => __( 'Add widgets here to appear in your footer.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'name' => __( 'Footer 4', 'auto-dealer-lite' ), 'id' => 'footer-4', 'description' => __( 'Add widgets here to appear in your footer.', 'auto-dealer-lite' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'auto_dealer_lite_widgets_init' ); // enqueue styles for child theme function auto_dealer_lite_enqueue_styles() { wp_enqueue_style( 'auto-dealer-lite-fonts', automobile_hub_fonts_url(), array(), null ); // Bootstrap wp_enqueue_style( 'bootstrap-css', get_theme_file_uri( '/assets/css/bootstrap.css' ) ); // owl wp_enqueue_style( 'owl-carousel-css', get_theme_file_uri( '/assets/css/owl.carousel.css' ) ); // Theme block stylesheet. wp_enqueue_style( 'auto-dealer-lite-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'auto-dealer-lite-child-style' ), '1.0' ); // enqueue parent styles wp_enqueue_style('automobile-hub-style', get_template_directory_uri() .'/style.css'); // enqueue child styles wp_enqueue_style('auto-dealer-lite-child-style', get_stylesheet_directory_uri() .'/style.css', array('automobile-hub-style')); require get_theme_file_path( '/tp-theme-color.php' ); wp_add_inline_style( 'auto-dealer-lite-child-style',$automobile_hub_tp_theme_css ); wp_enqueue_script( 'comment-reply', '/wp-includes/js/comment-reply.min.js', array(), false, true ); wp_enqueue_script( 'owl-carousel-js', get_theme_file_uri( '/assets/js/owl.carousel.js' ), array( 'jquery' ), true ); wp_enqueue_script( 'auto-car-dealer-custom-scripts', get_theme_file_uri() . '/assets/js/auto-dealer-lite-custom-js.js', array('jquery'), true ); $automobile_hub_body_font_family = get_theme_mod('automobile_hub_body_font_family', ''); $automobile_hub_heading_font_family = get_theme_mod('automobile_hub_heading_font_family', ''); $automobile_hub_tp_theme_css = ' body{ font-family: '.esc_html($automobile_hub_body_font_family).'!important; } p.simplep{ font-family: '.esc_html($automobile_hub_body_font_family).'!important; } h1{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } h2{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } h3{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } h4{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } h5{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } h6{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } #theme-sidebar .wp-block-search .wp-block-search__label{ font-family: '.esc_html($automobile_hub_heading_font_family).'!important; } '; wp_add_inline_style('automobile-hub-style', $automobile_hub_tp_theme_css); } add_action('wp_enqueue_scripts', 'auto_dealer_lite_enqueue_styles'); function auto_dealer_lite_admin_scripts() { // Backend CSS wp_enqueue_style( 'auto-dealer-lite-backend-css', get_theme_file_uri( '/assets/css/customizer.css' ) ); } add_action( 'admin_enqueue_scripts', 'auto_dealer_lite_admin_scripts' ); function auto_dealer_lite_theme_setup() { define('AUTO_DEALER_LITE_CREDIT',__('https://www.themespride.com/products/free-auto-dealer-wordpress-theme','auto-dealer-lite') ); if ( ! function_exists( 'auto_dealer_lite_credit' ) ) { function auto_dealer_lite_credit(){ echo "".esc_html__(get_theme_mod('automobile_hub_footer_text',__('Auto Dealer WordPress Theme','auto-dealer-lite'))).""; } } require get_theme_file_path( '/customizer/customize-control-toggle.php' ); if ( ! defined( 'AUTOMOBILE_HUB_FREE_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_FREE_THEME_URL', 'https://www.themespride.com/products/free-auto-dealer-wordpress-theme' ); } if ( ! defined( 'AUTOMOBILE_HUB_RATE_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_RATE_THEME_URL', 'https://wordpress.org/support/theme/auto-dealer-lite/reviews/#new-post' ); } if ( ! defined( 'AUTOMOBILE_HUB_SUPPORT_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_SUPPORT_THEME_URL', 'https://wordpress.org/support/theme/auto-dealer-lite/' ); } if ( ! defined( 'AUTOMOBILE_HUB_DOCS_URL' ) ) { define( 'AUTOMOBILE_HUB_DOCS_URL', esc_url('https://page.themespride.com/demo/docs/auto-dealer-lite/')); } if ( ! defined( 'AUTOMOBILE_HUB_PRO_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_PRO_THEME_URL', 'https://www.themespride.com/products/auto-dealer-wordpress-theme' ); } if ( ! defined( 'AUTOMOBILE_HUB_DEMO_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_DEMO_THEME_URL', 'https://page.themespride.com/auto-dealer-pro/' ); } if ( ! defined( 'AUTOMOBILE_HUB_DOCS_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_DOCS_THEME_URL', 'https://page.themespride.com/demo/docs/auto-dealer-lite/' ); } if ( ! defined( 'AUTOMOBILE_HUB_CHANGELOG_THEME_URL' ) ) { define( 'AUTOMOBILE_HUB_CHANGELOG_THEME_URL', get_stylesheet_directory() . '/readme.txt' ); } if ( ! defined( 'AUTOMOBILE_HUB_PRO_THEME_NAME' ) ) { define( 'AUTOMOBILE_HUB_PRO_THEME_NAME', esc_html__( 'Auto Dealer Pro Theme', 'auto-dealer-lite' )); } require get_stylesheet_directory() . '/customizer/customizer.php'; } add_action( 'after_setup_theme', 'auto_dealer_lite_theme_setup' );