Header Style 8 Change

Posted in: Newsmag
Post count: 15

Hi, we purchase your theme and would like to know how can we make lets say, we duplicate header-style8.php to header-style11.php, and we want that to show up in your theme panel, where would we have that file register, so it can take over the header.

we love the header8 setup, but don’t want the logo in that position, we rather the banner there and the logo in the menu instead, and where the ad initially was below the main menu, we will put something else there.

https://www.diigo.com/item/image/59ena/0o8s

Post count: 9544

Why not just edit the header style 8 template?

Post count: 15

Yes, but how can we use logo and banner in same spot, than logo it self above menu, and ad below it. we like style 8 setup, but like to have logo and banner side by side.

Post count: 9544

You need to edit the CSS the way you want it.
You could copy the code from the other template you like into the template you want to use (mix the different headers).

TagDiv support back on Monday if that didn’t make sense 🙂

Post count: 7909

Hi,

I’m not sure if you want something like this – to have full menus(top an main) on default style.
If you want something like this you can replace header style 1 template with this code(make a backup of the file): http://pastebin.com/2iRriKP1
And add this css in Theme Panel > Custom Css: http://screencast.com/t/Mwvv6ow2nCihttp://screencast.com/t/5F5v3IXwUW

Also you can use do_shortcode() function use a custom ad bellow the menu – http://screencast.com/t/O5N6AaFXMhttp://screencast.com/t/aMlF2JhA

Thanks!

Post count: 15

thanks… followed your procedure, but the menu and top header area is not full width, which is what we want, but keep the logo and ad side by side.. a wondering if its because the header style 1 in the child theme folder is not overriding it.. I made the change in the child theme instead of the parent theme..

Post count: 7909

Hi,

We have changed the child theme system (for which we will have a documentation available soon) and because of that at the moment parts files can’t be overwritten via child theme. Until then please make you change in the main theme file.

You can also change the header style 8 if it is more easy for you with this code – http://pastebin.com/8Cp3ZnhA
And apply this css code in Theme Panel > Custom Css, I have tested and it works fine(is better also on tablets)- http://screencast.com/t/dqtb7Mir45phttp://screencast.com/t/Nuxb3Fj1Cnb

@media (min-width: 768px){
.td-header-style-8 .td-header-sp-ads {
width: initial;
}
.td-header-style-8 .td-header-sp-logo {
width: initial;
}
}
@media (min-width: 1024px) {
.td-header-style-8 .td-header-sp-logo {
margin-top: 20px;
}
}

I think that this is better solution because don’t need to add a fixed width(1021px) – it is already added. Just need to add minor css adjustments.

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.