Regresar   Foro Bloggers > Ayuda > WordPress

Enlaces Útiles
Navegación

Si tenes problemas de acceso al foro visitá este link

Foro
Reglas [LEER!]
Registrarse
Buscar
User CP
Nuevos Posts
Posts de Hoy
Cerrar sesión





Hosting


Publicita AQUI solo 10 USD!!!.
Links de interés
TV Online
Videos Blooper
Hosting



Responder
 
Herramientas Estilo
  #1  
Viejo 28-feb-2009, 03:02
manuelanorga manuelanorga está fuera de línea
Junior Member
 
Registrado: julio-2008
Localización: I live in Peru Southamerica!
Posts: 22
manuelanorga is on a distinguished road
Enviar un mensaje por MSN a manuelanorga
Predeterminado Problemas con el HEADER en Wordpress

Hola nuevamente!
Espero que todos los foreros esten bien y pues, siempre agradeciendo su ayuda.

Acabo de cuztominar un theme en wordpress y todo andaba bien hasta que el Header desaparecio!

No he manipulado el archivo Header.php y menos el grafico header.jpg y no entiendo porque no logro ver el Header del diseño....

He intentando colocar el diseño original pero igual, no logro verlo....mmm...

Aqui pueden ver el diseño sin el header:
http://img15.imageshack.us/img15/2394/headermalo.jpg


No se si es buena idea dejar el Header.php, pero se los dejo:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

<head profile="http://gmpg.org/xfn/11">
<!--
__________________________________________________ __________________
| |
|THEME NAME : Night Transition |
| AUTHOR : Jeeremie { http://web-kreation.com } |
| DATE : 2008-05-12 |
| COPYRIGHT : Free use if this notice is left in place |
| EMAIL : support@web-kreation.com |
| VERSION : 1.0 |
| DOWNLOAD : http://web-kreation.com/download.php#nighttransition |
|_________________________________________________ ___________________|
-->

<title>
<?php
if (is_home()) { echo bloginfo('name'); }
elseif (is_404()) { bloginfo('name'); echo ' - Oops, this is a 404 page'; }
else if ( is_search() ) { bloginfo('name'); echo (' - Search Results');}
else { bloginfo('name'); echo (' - '); wp_title(''); }
?>
</title>

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

<!-- Mootools Core (1.2) -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/mootools-release-1.11.js"></script>
<!--Toggle effect (show/hide login form) -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/fx.slide.js"></script>

<!-- tabbed content for sidebar -->
<!--
Tab Content script v2.2 Dynamic Drive DHTML code library (www.dynamicdrive.com)
This notice MUST stay intact for legal use
Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
-->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/tabcontent.js">
</script>

<?php wp_head(); ?>
</head>
<body>
<!-- Login -->
<div id="login">
<div class="loginContent">
<form action="<?php bloginfo('url') ?>/wp-login.php" method="post">
<label for="log"><b>Username: </b></label>
<input type="text" name="log" id="log" value="<?php echo wp_specialchars(stripslashes($user_login), 1) ?>" size="25" />
<label for="pwd"><b>Password:</b></label>
<input type="password" name="pwd" id="pwd" size="25" />
<input type="submit" name="submit" value="" class="button_login" />
<input type="hidden" name="redirect_to" value="<?php echo $_SERVER['REQUEST_URI']; ?>"/>
</form>
<div class="left">
<label for="rememberme"><input name="rememberme" id="rememberme" class="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label></div>
<div class="right">Not a member? <a href="<?php bloginfo('url') ?>/wp-register.php">Register</a> | <a href="<?php bloginfo('url') ?>/wp-login.php?action=lostpassword">Lost your password?</a></div>
</div>
<div class="loginClose"><a href="#" id="close">Close Panel</a></div>
</div> <!-- /login -->

<div id="container">
<div id="wrapper">

<div id="top">
<div class="logo"><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></div>

<?php global $user_ID, $user_identity, $user_level ?>
<?php if ( $user_ID ) : ?>
<!-- If users logged in, display the navigation: -->
<!-- logout -->
<ul class="login">
<li class="left">&nbsp;</li>
<li>Hello <a href="<?php bloginfo('url') ?>/wp-admin/profile.php"><?php echo $user_identity ?></a></li>
<li>|</li>
<li><a href="<?php bloginfo('url') ?>/wp-admin/">Dashboard</a></li>
<li>|</li>
<li><a href="<?php bloginfo('url') ?>/wp-login.php?action=logout&amp;redirect_to=<?php echo urlencode($_SERVER['REQUEST_URI']) ?>">Log Out</a></li>
</ul> <!-- / logout -->

<?php elseif (get_option('users_can_register')) : ?>
<!-- ... else, display navigation below: -->
<!-- login -->
<ul class="login">
<li class="left">&nbsp;</li>
<li>Hello Guest!</li>
<li>|</li>
<li><a id="open" href="#">Log In</a></li>
</ul> <!-- / login -->

<?php endif ?>

</div> <!-- / top -->

<!-- MAIN NAVIGATION -->
<ul id="nav">
<li class="left">&nbsp;</li>
<?php wp_list_pages('title_li='); ?>
<li class="sep">&nbsp;</li>
<li class="right">&nbsp;</li>
</ul> <!-- / END MAIN NAVIGATION -->

<!-- HEADER -->
<div id="header">
<div class="intro">
<h2><?php bloginfo('name'); ?></h2>
<h1><?php bloginfo('description'); ?></h1>
<p>Open header.php in your favorite web editor to edit this introduction. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ...</p>
</div> <!-- / intro -->

<div class="info">
<?php if ( is_404() || is_category() || is_day() || is_month() ||
is_year() || is_search() || is_paged() ) {
?>
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<p>You are currently browsing the archives for the <b><?php single_cat_title(''); ?></b> category.</p>

<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for the day <?php the_time('l, F jS, Y'); ?>.</p>

<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for <?php the_time('F, Y'); ?>.</p>

<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for the year <?php the_time('Y'); ?>.</p>

<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives
for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>

<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>You are currently browsing the <a href="<?php echo bloginfo('url'); ?>/"><?php echo bloginfo('name'); ?></a> blog archives.</p>

<?php } ?>
<?php }?>
</div>
<!-- / info -->

<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div> <!-- /header -->
Citar y responder
  #2  
Viejo 28-feb-2009, 03:12
Avatar de PUBLISTYLE
PUBLISTYLE PUBLISTYLE está fuera de línea
Senior Member
 
Registrado: septiembre-2008
Localización: Ecuador & Uruguay
Posts: 436
PUBLISTYLE is on a distinguished road
Enviar un mensaje por MSN a PUBLISTYLE Enviar un mensaje por Yahoo a PUBLISTYLE
Predeterminado

Revisa en la hoja de estilos (style.css), talvez modificaste algo en alguno de los ids del header...
Citar y responder
  #3  
Viejo 28-feb-2009, 03:40
manuelanorga manuelanorga está fuera de línea
Junior Member
 
Registrado: julio-2008
Localización: I live in Peru Southamerica!
Posts: 22
manuelanorga is on a distinguished road
Enviar un mensaje por MSN a manuelanorga
Predeterminado

Hola!!. Acabo de revisar el style.css y realmente todo anda bien:
Por otro lado, porque en el header.php hay esto? fijate la lectura en Negrita:
<!-- HEADER -->
<div id="header">
<div class="intro">
<h2><?php bloginfo('name'); ?></h2>
<h1><?php bloginfo('description'); ?></h1>
<p>Open header.php in your favorite web editor to edit this introduction. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ...</p>
</div> <!-- / intro -->


Acabo de revisar el style.css original y el que modifique y los he probado y nada... eL Header no se ve.

Alguna otra sugerencia?...
Citar y responder
  #4  
Viejo 28-feb-2009, 04:06
Avatar de PUBLISTYLE
PUBLISTYLE PUBLISTYLE está fuera de línea
Senior Member
 
Registrado: septiembre-2008
Localización: Ecuador & Uruguay
Posts: 436
PUBLISTYLE is on a distinguished road
Enviar un mensaje por MSN a PUBLISTYLE Enviar un mensaje por Yahoo a PUBLISTYLE
Predeterminado

Citar:
Originalmente publicado por manuelanorga Ver post
Hola!!. Acabo de revisar el style.css y realmente todo anda bien:
Por otro lado, porque en el header.php hay esto? fijate la lectura en Negrita:
<!-- HEADER -->
<div id="header">
<div class="intro">
<h2><?php bloginfo('name'); ?></h2>
<h1><?php bloginfo('description'); ?></h1>
<p>Open header.php in your favorite web editor to edit this introduction. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ...</p>
</div> <!-- / intro -->

Acabo de revisar el style.css original y el que modifique y los he probado y nada... eL Header no se ve.

Alguna otra sugerencia?...
Eso no tiene nada que ver...

SOLUCIONADO


Ingresa a style.css y tienes lo siguiente:

/***** HEADER *****/
#header { style.css
background: url(images/header.jpg) no-repeat;
width: 100%;
height: 214px;
position: relative;
z-index: 1;
color: white;
font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

Sólo hacer una modificación en la línea
#header { style.css

y dejarlo así:
#header {

es decir, borrar la parte " style.css" que está demás...

Eso es todo
Citar y responder
  #5  
Viejo 02-mar-2009, 03:47
manuelanorga manuelanorga está fuera de línea
Junior Member
 
Registrado: julio-2008
Localización: I live in Peru Southamerica!
Posts: 22
manuelanorga is on a distinguished road
Enviar un mensaje por MSN a manuelanorga
Predeterminado

hola: Disculpen por la demora, pero creo que forobloggers se cayo :

He intentado hacer esa motificacion en syle.css que seria esto:

/***** HEADER *****/
#header {
background: url(images/header.jpg) no-repeat;
width: 100%;
height: 214px;
position: relative;
z-index: 1;
color: white;
font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

Y nada.. no he logrado ningun efecto...

AQUI TE DEJO TODO EL HEADER DEL STYLE.SS

/***** HEADER *****/
#header {
background: url(images/header.jpg) no-repeat;
width: 100%;
height: 214px;
position: relative;
z-index: 1;
color: white;
font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;
}

#header .intro {
width: 650px;
height: 130px;
padding: 50px 0 0 30px;
}

#header .intro h1 {
font-size: 1.8em;
padding: 5px 0 15px 0;
font-weight: bold;
}

#header .intro h2 {
font-size: 1.2em;
padding: 0;
margin: 0;
font-weight: bold;
}

#header .intro p {
font-size: 1.1em;
padding: 0;
margin: 0;
}

/* Header info */
#header .info {
position: absolute;
z-index: 2;
left: 20px;
top: 190px;
color: black;
width: 530px;
font-size: 0.85em;
color: #999;
}


AYUDA!!
Citar y responder
  #6  
Viejo 02-mar-2009, 04:23
Avatar de todotuto
todotuto todotuto está fuera de línea
Senior Member
 
Registrado: mayo-2008
Posts: 1,582
todotuto is on a distinguished road
Predeterminado

Citar:
Originalmente publicado por manuelanorga Ver post
Acabo de cuztominar un theme en wordpress y todo andaba bien hasta que el Header desaparecio!
¿no será que has eliminado la llamada a header.php en las otras plantillas? o tal vez te quedó un div abierto o algo así, vuelve atrás, a las plantillas antes de modifcarlas, y comienza de nuevo, es lo mejor.
Citar y responder
  #7  
Viejo 02-mar-2009, 04:33
manuelanorga manuelanorga está fuera de línea
Junior Member
 
Registrado: julio-2008
Localización: I live in Peru Southamerica!
Posts: 22
manuelanorga is on a distinguished road
Enviar un mensaje por MSN a manuelanorga
Predeterminado

Ya he comenzado a rehacer todo de nuevo con el Theme original y nada:
Parece que el problema esta aqui: http://web-kreation.com/demos/NightTransition/

This theme is Valid HTML & CSS and use Mootools to display the login form on top. Please, make sure to read the license before downloading this theme.

Realmente esto es nuevo para mi y no se como hacer la cuestion del mootools. Quizas alguien tiene experiencia en esto...

http://mootools.net/
Citar y responder
  #8  
Viejo 02-mar-2009, 04:39
Avatar de PUBLISTYLE
PUBLISTYLE PUBLISTYLE está fuera de línea
Senior Member
 
Registrado: septiembre-2008
Localización: Ecuador & Uruguay
Posts: 436
PUBLISTYLE is on a distinguished road
Enviar un mensaje por MSN a PUBLISTYLE Enviar un mensaje por Yahoo a PUBLISTYLE
Arrow

Pues yo instalé el tema, corregí lo que te indiqué anteriormente y funciona perfecto!
Citar y responder
  #9  
Viejo 02-mar-2009, 04:43
Avatar de PUBLISTYLE
PUBLISTYLE PUBLISTYLE está fuera de línea
Senior Member
 
Registrado: septiembre-2008
Localización: Ecuador & Uruguay
Posts: 436
PUBLISTYLE is on a distinguished road
Enviar un mensaje por MSN a PUBLISTYLE Enviar un mensaje por Yahoo a PUBLISTYLE
Predeterminado

Aquí te dejo el style.css con la modificación realizada
Citar y responder
  #10  
Viejo 02-mar-2009, 04:53
manuelanorga manuelanorga está fuera de línea
Junior Member
 
Registrado: julio-2008
Localización: I live in Peru Southamerica!
Posts: 22
manuelanorga is on a distinguished road
Enviar un mensaje por MSN a manuelanorga
Predeterminado

SOLUCIONADO!!!!..

GRACIAS!!

Realmente no se que paso, porque hice lo que me dijiste.... Por fin solucionado!!..

Que alivio!!.. Gracias nuevamente!!
Este Foro es el Mejor!!..... thanks!!
Citar y responder
Responder


Herramientas
Estilo

Reglas del foro
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is activado
Emotíconos está activado
El código [IMG] está activado
El código HTML está desactivado

Ir a


Todas las horas son GMT -3. La hora es 07:39 .


Usando: vBulletin Version 3.8.3
Copyright ©2000 - 2010
     
   
 
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.