ID, WDWT_META, true ); } else{ $meta = array(); } $default_menu_layout = $this->get_param('default_menu_layout', $meta); $menu_width = $this->get_param('menu_width', $meta); $default_layout = $this->get_param('default_layout', $meta); $main_column = $this->get_param('main_column', $meta); $pwa_width = $this->get_param('pwa_width', $meta); switch ($default_menu_layout): /*left menu*/ case 3: ?> get_param('[colors_active][active]', array(), 0); $menu_elem_back_color = $this->get_param('[colors_active][colors][menu_elem_back_color][value]' , array(), '#000000'); $button_bg_color = $this->get_param('[colors_active][colors][button_bg_color][value]', array(), '#D3D3D3'); $button_text_color = $this->get_param('[colors_active][colors][button_text_color][value]', array(), '#dd9933'); $caption_bg_color = $this->get_param('[colors_active][colors][caption_bg_color][value]', array(), '#ffffff'); $featured_post_bg_color = $this->get_param('[colors_active][colors][featured_post_bg_color][value]', array(), '#000000'); $text_headers_color = $this->get_param('[colors_active][colors][text_headers_color][value]', array(), '#efb30e'); $primary_text_color = $this->get_param('[colors_active][colors][primary_text_color][value]', array(), '#ffffff'); $footer_text_color = $this->get_param('[colors_active][colors][footer_text_color][value]', array(), '#ffffff'); $primary_links_color = $this->get_param('[colors_active][colors][primary_links_color][value]', array(), '#ccddff'); $primary_links_hover_color = $this->get_param('[colors_active][colors][primary_links_hover_color][value]', array(), '#1e73be'); $menu_links_color = $this->get_param('[colors_active][colors][menu_links_color][value]', array(), '#ffffff'); $menu_links_hover_color = $this->get_param('[colors_active][colors][menu_links_hover_color][value]', array(),'#dd9933'); $menu_color = $this->get_param('[colors_active][colors][menu_color][value]', array(), '#000000'); $selected_menu_color = $this->get_param('[colors_active][colors][selected_menu_color][value]', array(), '#000000'); $logo_text_color = $this->get_param('[colors_active][colors][logo_text_color][value]', array(), '#ffffff'); $input_text_color = $this->get_param('[colors_active][colors][input_text_color][value]', array(), '#ffffff'); $wdwt_dark_bg = $this->dark_background(); ?> get_param('logo_type'); $logo_img = esc_url(trim($this->get_param('logo_img'))); $logo_text = esc_attr($this->get_param('logo_text')); if(!$this->dark_background()){ if($logo_img == WDWT_IMG."logo.png"){ $logo_img = WDWT_IMG."logo-dark.png"; } } if($logo_type=='image'): ?> ID, WDWT_META, true ); } else{ $meta = array(); } $blog_style = $this->get_param('blog_style', $meta ); return $blog_style; } /** * Prints style for menu background image */ public function social_links(){ $twt = $this->get_param('twitter_icon_show', false); $fb = $this->get_param('facebook_icon_show', false); $goo = $this->get_param('google_icon_show', false); if($this->dark_background()){ $bg = 'gallery-socials.png'; $hov = 'gallery-socials-hover.png'; } else{ $bg = 'gallery-socials-dark.png'; $hov = 'gallery-socials.png'; } if($twt || $fb || $goo){ ?> get_param('menu_bg_img_enable'); $menu_bg_img = esc_url($this->get_param('menu_bg_img')); if($menu_bg_img_enable){ ?>