Cled
Respostas no Fórum
-
Fórum: Temas
Em resposta a: Alinhar botões de midias sociais no headertentei inúmeras vezes e formas… mas não vai… mudei como disse e nada aconteceu.
Acredito que não seja exatamente nestes elementos, e sim em alguma outra parte da estrutura do doc. Vi nuns forum alguma coisa relacionado ao functions do tema
Fórum: Temas
Em resposta a: Alinhar botões de midias sociais no headerobrigado Paula. Esta mudança que fiz no código foi apenas uma tentativa de um iniciante que não sabe muito sobre… rsrss
Aqui está o header do tema, se não é isto me informe quais são que te envio… obrigado por enquanto
<!DOCTYPE html><!– HTML 5 –>
<html <?php language_attributes(); ?>><head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /><?php /* Embeds HTML5shiv to support HTML5 elements in older IE versions plus CSS Backgrounds */ ?>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
<link href=”<?php echo get_template_directory_uri(); ?>/csss/ie8.css” rel=”stylesheet” type=”text/css” />
<![endif]–>
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<?php themezee_wrapper_before(); // hook before #wrapper ?>
<div id=”wrapper” class=”hfeed”><?php themezee_header_before(); // hook before #header ?>
<div id=”header-wrap”><header id=”img src =”” class=”container clearfix” role=”banner”>
<div id=”<img src =””>
” title=”Verbum Conteúdo” rel=”home”>
<?php // Display Logo Image or Site Title
$options = get_option(‘zeevision_options’);
if ( isset($options[‘themeZee_general_logo’]) and $options[‘themeZee_general_logo’] <> “” ) : ?>
<img class=”logo-image” src=” ?>” alt=”src=” />
<?php else: ?>
<h1 class=””> ?>”><img src=”http://localhost/imagens/logo%20verbum%20conteudo%202014.png”<a
/> </ a>>h1>
<?php endif; ?>
<div id=”header_icons”>
<img alt=”” src=”http://localhost/imagens/logo%20facebook.png” width=”60px” /> </ a>- <if>
<img alt=”” src=”http://localhost/imagens/logo%20linkedin.png” width=”60px” /> </ a> - <if>
<img alt=”” src=”http://localhost/imagens/logo%20twitter.png” width=”60px” /> </ a>
</div>
<?php if(isset($options[‘themeZee_general_tagline’]) and $options[‘themeZee_general_tagline’] == ‘true’) : ?>
<h2 class=””><?php echo bloginfo(‘description’); ?></h2>
<?php endif; ?>
</div><nav id=”mainnav” role=”navigation”>
<?php
// Get Navigation out of Theme Options
wp_nav_menu(array(‘theme_location’ => ‘main_navi’, ‘container’ => false, ‘menu_id’ => ‘mainnav-menu’, ‘echo’ => true, ‘fallback_cb’ => ‘themezee_default_menu’, ‘before’ => ”, ‘after’ => ”, ‘link_before’ => ”, ‘link_after’ => ”, ‘depth’ => 0));
?>
</nav></header>
</div>
<?php themezee_header_after(); // hook after #header ?><?php // Display Custom Header Image
themezee_display_custom_header(); ?>Fórum: Ajustando o WordPress
Em resposta a: Erro na inserção da imagem do cabeçalhoeste é o código do cabeçalho do tema: Alterei algumas coisas na tentativa de tentar solucionar, mas mesmo antes de mudar alguma coisa apresentava este problema, como disse, tenho conhecimento muito raso sobre programação e se tiver alguma coisa nas alterações que eu fiz que vá prejudicar o funcionamento do site no futuro, gostaria que me sinalizasse.
<!DOCTYPE html><!– HTML 5 –>
<html <?php language_attributes(); ?>><head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /><?php /* Embeds HTML5shiv to support HTML5 elements in older IE versions plus CSS Backgrounds */ ?>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
<link href=”<?php echo get_template_directory_uri(); ?>/csss/ie8.css” rel=”stylesheet” type=”text/css” />
<![endif]–>
<?php wp_head(); ?>
</head><body <?php body_class(); ?>>
<?php themezee_wrapper_before(); // hook before #wrapper ?>
<div id=”wrapper” class=”hfeed”><?php themezee_header_before(); // hook before #header ?>
<div id=”header-wrap”><header id=”img src =”/imagens/cabe%C3%A7alho_blog_oficial_worpress.png” class=”container clearfix” role=”banner”>
<div id=”<img src =”/imagens/cabe%C3%A7alho_blog_oficial_worpress.png>
” title=”Um blog de Conteúdo” rel=”home”>
<?php // Display Logo Image or Site Title
$options = get_option(‘zeevision_options’);
if ( isset($options[‘themeZee_general_logo’]) and $options[‘themeZee_general_logo’] <> “” ) : ?>
<img class=”logo-image” src=/imagens/cabe%C3%A7alho_blog_oficial_worpress.png” ?>” alt=”src=/imagens/cabe%C3%A7alho_blog_oficial_worpress.png” />
<?php else: ?>
<h1 class=”Conteúdo sobre Conteúdo”> ?></h1>
<?php endif; ?><?php if(isset($options[‘themeZee_general_tagline’]) and $options[‘themeZee_general_tagline’] == ‘true’) : ?>
<h2 class=”Conteúdo sobre Conteúdo””><?php echo bloginfo(‘description’); ?></h2>
<?php endif; ?></div>
<nav id=”mainnav” role=”navigation”>
<?php
// Get Navigation out of Theme Options
wp_nav_menu(array(‘theme_location’ => ‘main_navi’, ‘container’ => false, ‘menu_id’ => ‘mainnav-menu’, ‘echo’ => true, ‘fallback_cb’ => ‘themezee_default_menu’, ‘before’ => ”, ‘after’ => ”, ‘link_before’ => ”, ‘link_after’ => ”, ‘depth’ => 0));
?>
</nav></header>
</div>
<?php themezee_header_after(); // hook after #header ?><?php // Display Custom Header Image
themezee_display_custom_header(); ?>Fórum: Ajustando o WordPress
Em resposta a: Erro na inserção da imagem do cabeçalhoValeu Everaldo. A imagem sozinha roda sim normal no navegador