Themes y Diseño

Foro WordPress » WordPress » Themes y Diseño

Banner en el header (5 mensajes)

Acerca de este hilo

Tags

  1. elitemodelsmexico

    5.0
    Antiguedad: May 2011
    Mensajes: 107

    offline

    Publicado hace 10 meses
    #

    hola
    como podria incluir un banner y el logo como este theme, dado que el theme que uso no trae banner en el header, y el logo esta con el top menu, me gustaria poder mostrarlo asi,

    gracias

  2. franciscodlt

    3.0
    Antiguedad: Jul 2011
    Mensajes: 14

    offline

    Publicado hace 10 meses
    #

    Sería bueno que pusieras el código del header.php; ya que así es un poco dificil ayudarte

    Francisco.
  3. Antonio Rodriguez

    5.0
    Antiguedad: May 2009
    Mensajes: 291

    offline

    Publicado hace 10 meses
    #

    o mejor, dinos que theme utilizas...

    Por un módico precio te realizo trabajos en wordpress...
    Mi web: http://www.adsltodo.com Mi portafolio: http://www.pautagrafica.com
  4. elitemodelsmexico

    5.0
    Antiguedad: May 2011
    Mensajes: 107

    offline

    Publicado hace 10 meses
    #

    hola aqui tiene el header.php

    < ?php /* Multimedia Theme*/ ? >
    < !DOCTYPE html >
    < html < ?php language_attributes(); ? > >
    < head >
    < meta charset="< ?php bloginfo( 'charset' ); ? >" / >
    < meta name="viewport" content="width=940" / >
    < title >< ?php
        /*
         * Print the < title > tag based on what is being viewed.
         */

        global $page, $paged;

        wp_title( '|', true, 'right' );

        // Add the blog name.
        bloginfo( 'name' );

        // Add the blog description for the home/front page.
        $site_description = get_bloginfo( 'description', 'display' );
        if ( $site_description &amp;&amp; ( is_home() || is_front_page() ) )
            echo " | $site_description";

        // Add a page number if necessary:
        if ( $paged >= 2 || $page >= 2 )
            echo ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) );

        ? >< /title >

    < link rel="pingback" href="< ?php bloginfo( 'pingback_url' ); ? >" / >
    < ?php
        /* We add some JavaScript to pages with the comment form
         * to support sites with threaded comments (when in use).
         */

        if ( is_singular() &amp;&amp; get_option( 'thread_comments' ) )
            wp_enqueue_script( 'comment-reply' );

        /* Always have wp_head() just before the closing < /head >
         * tag of your theme, or you will break many plugins, which
         * generally use this hook to add elements to < head > such
         * as styles, scripts, and meta tags.
         */

        wp_head();
    ? >

    < !-- Theme Style -- >
    < link href="< ?php bloginfo('template_directory'); ? >/css/app/general.css" rel="stylesheet" type="text/css" / >
    < link rel="stylesheet" href="< ?php bloginfo('template_directory'); ? >/css/style/style.css" type="text/css" / >

    < ?php if ( function_exists( 'get_option_tree') ) :
        if( get_option_tree( 'theme_style') ) : ? >
        < link rel="stylesheet" href="< ?php bloginfo('template_directory'); ? >/css/style/< ?php get_option_tree( 'theme_style', '', 'true' ); ? >.css" type="text/css" / >
    < ?php else : ? >
        < link rel="stylesheet" href="< ?php bloginfo('template_directory'); ? >/css/style/default.css" type="text/css" / >
    < ?php endif; endif; ? >

    < !-- App Plugin Style -- >
    < link rel="stylesheet" type="text/css" href="< ?php bloginfo('template_directory'); ? >/fancybox/jquery.fancybox-1.3.4.css" media="screen" / >

    < !--[if IE 7] > < style > @import url("< ?php bloginfo('template_directory'); ? >/css/style/ie7.css"); < /style > < ![endif]-- >
    < !--[if IE 8] > < style > @import url("< ?php bloginfo('template_directory'); ? >/css/style/ie8.css"); < /style > < ![endif]-- >

    < !-- JS -- >
    < script >
    /** Fon Style **/
    if (document.layers) {
    document.write('< link rel=stylesheet href="< ?php bloginfo('template_directory'); ? >/js/font.css" >')
    }
    else {
    document.write('< link rel=stylesheet href="< ?php bloginfo('template_directory'); ? >/js/font.css" >')
    }
    < /script >
    < script src="< ?php bloginfo('template_directory'); ? >/js/jquery-1.4.2.min.js" >< /script >
    < script src="< ?php bloginfo('template_directory'); ? >/fancybox/jquery.fancybox-1.3.4.pack.js" >< /script >
    < script src="< ?php bloginfo('template_directory'); ? >/js/general.js" >< /script >
    < script src="< ?php bloginfo('template_directory'); ? >/js/function.js" >< /script >
    < script type="text/javascript" src="< ?php bloginfo('template_directory'); ? >/js/filter.js" >< /script >
    < script src="< ?php bloginfo('template_directory'); ? >/js/styleswitch.js" >< /script >
    < /head >

    < body >
    < !-- Container Start -- >
    < div class="container_16" >

      < !-- Top Back -- >
      < div id="top" >< /div >

      < !-- Logo -- >
      < div class="grid_3 logo" >
        <a>" >
        < ?php if ( function_exists( 'get_option_tree') ) :
        if( get_option_tree( 'logo_url') ) : ? >
        <img />"
    width="160" height="58" alt="" / >
        < ?php else : ? >
        <img />/image/theme/logo.png" alt="" / >
        < ?php endif; endif; ? >
        </a>
      < /div >

      < !-- Menu -- >
      < div class="
    grid_11" >
        < ?php wp_nav_menu( array( 'container_id' = > 'topmenu', 'theme_location' = > 'topmenu' ) ); ? >
      < /div >
      < !-- Mini Button -- >
      < div class="
    grid_2 nav-button" >
        <a href="
    #001" title="Open Login Box"></a>
        <a href="#002" title="Open Signup Box"></a>
        <a href="#003" title="Open Search Area"></a>
      < /div >

      < div style="display: none;" >
        < div class="sidebar-normal" id="001" style="overflow:hidden;" >
          < ?php dynamic_sidebar(1); ? >
        < /div >
      < /div >

      < div style="display: none;" >
        < div class="sidebar-normal" id="002" style="overflow:hidden;" >
          < ?php dynamic_sidebar(2); ? >
        < /div >
      < /div >

      < div style="display: none;" >
        < div class="sidebar-normal" id="003" style="overflow:hidden;" >
          < ?php dynamic_sidebar(3); ? >
        < /div >
      < /div > 

    < !-- Container End -- >
    < /div >

    el theme se llama Multimedia Theme
    y lo estoy modificando o llenando con option tree

    gracias

  5. elitemodelsmexico

    5.0
    Antiguedad: May 2011
    Mensajes: 107

    offline

    Publicado hace 10 meses
    #

    hola

    ya he resuelto la situacion despues de varias modificaciones en el style y el header.php de mi theme, otras en el functions.php y listo, he cambiado el menu completo que trae el theme por defecto por uno de dos menu, primario y secundario co el logo dentro de los dos y el banner

    gracias

Responder

Debes Identificarte para publicar.

Foro WordPress » WordPress » Themes y Diseño