-
Author
-
March 13, 2014 at 23:56 #12681BoblebadParticipant
Hi
I have tried for some time now, searched the forum and google, but can’t figure out how i get a big full sized logo image to appear after the menu and before the registration/search form in the header ?
Maybe i’m just tired and should go to bed 😉
All the best
CarstenMarch 16, 2014 at 18:23 #12808BoblebadParticipantFound out how to do it, couldn’t with sleepy eyes find where images i stored 😉
COPY CODE<div class="twelve columns"> <a href="<?php echo get_home_url(); ?>"><img src="<?php echo sq_option('logo',get_template_directory_uri().'/assets/images/logo_after_header.png'); ?>" width="946" height="398" alt="<?php bloginfo('name'); ?>"></a> </div>
and
is NOT part of the code, don’t know how to get rid of them.What is the structure of the files, what calls what, where to change what ?
All the best
CarstenMarch 17, 2014 at 16:04 #12839AbeKeymasterYou can add it there or in page-parts/home-searchform.php or for register form /page-parts/home-registerform.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 17, 2014 at 20:11 #12849BoblebadParticipantThank you for your answer abe
Is there any place that is best, i think in regards of mobile units ?
Is there anywhere it is possible to see where to find what in the files, e.g. where to change what and which files calls which ?
March 20, 2014 at 17:18 #13047AbeKeymasterYou are welcome. There is no such best place. It is a matter of preference
There is no such info. Based on wordpress architecture you know which files are called and see any functions in those files if it is the case
In the future we will provide something like thisHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 20, 2014 at 20:11 #13087BoblebadParticipantOkay, thank you.
I can see that i need to move it around, cause it should only be displayed on the home-/frontpage, and then on the other pages just the small one up left.
Is there any way this is best done, removing the small one up left at the front, so the logo isn’t diplayed two times there, but is displayed on all the other pages, do i need to call a different header.php for that ?
March 23, 2014 at 01:29 #13258AbeKeymasteryes you can define another header file like header-custom.php and call it like get_header(‘custom’);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 23, 2014 at 21:56 #13297BoblebadParticipantWell, i’ve bin trying that for hours in as many different ways i could Google, i cannot get the theme to fetch the custom header.
Using get_header, doesn’t do any thin, using include, i can get it to display the custom header, but can’t get the selection working.
And no matter where i place it, it does not work.
I can only get it to work through the page templates, but that’s a bad thing, isn’t, or can it be place in the child theme folder ?
March 25, 2014 at 18:46 #13447AbeKeymasterLike I told you, in the page template you will call header-custom.php with get_header(‘custom’);
Maybe the problem comes from another thing in your codeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.March 25, 2014 at 18:55 #13455BoblebadParticipantI’m not sure that we are speaking the same language here, cause what you’re writing is almost what i’m doing, but i have just added the big logo to home-register-form.php, and in front-page.php included a header without the little top logo.
And the get_header still dosen’t do it, i can only do it with include.
But what’s essential here, is the these files get overwritten by an update, sÃ¥ that’s not the smartest way to do it, can these files be put in child folder in any way ?
March 25, 2014 at 19:00 #13457AbeKeymasterYes you can put the template files in the child theme in the same exact folder structure.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The topic ‘Image in header after menu before register form ?’ is closed to new replies.