logo
-
Hi, I wish to put my logo on the responsive theme but do not know. Have already answered this but I have difficulty handle me and can not find it. Thank you very much.
-
Hi, sorry to have wanted to be writing with the translator of google, why will not I be understood.
I have located uploading the logo to the menu wp desktop but then disappears slogan.
To put the tagline under your logo:
1. Go here: Appearance -> Editor
2. Find and click footer.php in the list to the right
3. Find the line that says<a href="<?php echo home_url( '/' ); ?>"><img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php bloginfo( 'name' ); ?>"/></a>
4. Put this line directly below it:<span class="site-description"><?php bloginfo( 'description' ); ?></span>
5. If you want it on a new line, add<br>in between the twoThank you very much. Maybe you wanted to refer to header.php?
Ahhh. header.php for sure! Thanks for correcting.
Nothing happens. It was very easy to understand 🙂
I ask again please? Can easily see areas of this theme dons are located and what name have?
In joomla used ?Tp=1
Joomla is a different program and has nothing to do with WordPress.
Do you have a link to your site?
You need to post on Cyberchimp’s forums instead, that’s where they support this theme: http://cyberchimps.com/forum/
Hi remark.no thank you very much for answering my questions, I know that this is wp, and with my language difficulty as I said previously, it is possible that I do not express well, joomla example was to ask and see the location of the AREAS GRAPHICALLY I don’t mean to be equal on wp, but it is possible that there is any other alternative way. isn’t it?
Mr. moderator Andrew: I arrived at here driven a link where which it was said that this was the place to ask this, and if you look at the questions I do they are common to all the themes and templates which is the name of this sub forum. Even if the “subject” of the post move by name the theme I use. Anyway thank you very much indication of the specialized forum. A greeting.
: I arrived at here driven a link where which it was said that this was the place to ask this, and if you look at the questions I do they are common to all the themes and templates which is the name of this sub forum.
I simply disagree that your question is ambiguous to a theme.
I am recommending you post on your theme’s official support forum to help you get support specific to your theme. Receiving support to edit the header.php file of any theme, because you ask non-specific questions, is not good support.
OK Andrew! thank you very much
Andrew: if you read the theme’s header.php code, you would find that if you upload and use a logo, the site’s description (or ‘slogan’) is no longer used.
<?php if( get_header_image() != '' ) : ?> <div id="logo"> <a href="<?php echo home_url( '/' ); ?>"><img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php bloginfo( 'name' ); ?>"/></a> </div><!-- end of #logo --> <?php endif; // header image was removed ?> <?php if( !get_header_image() ) : ?> <div id="logo"> <span class="site-name"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span> <span class="site-description"><?php bloginfo( 'description' ); ?></span> </div><!-- end of #logo --> <?php endif; // header image was removed (again) ?>The Responsive theme is an actively developed theme and when ruedito will update the theme he/she will lose all of these modifications. I hope you’re aware of that. If you are aware that will happen then you can agree with me that editing the theme’s files like that is not a good recommendation.
That is an excellent comment.
I assumed this which of course I should not.I assume this link would be helpful then:
http://codex.ww.wp.xz.cn/Child_ThemesExcellent compañero!. Thank you very much.
The topic ‘logo’ is closed to new replies.
