- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Hello,
I have looked into this error and it seems the sport news will add a header line height of 56 px in the fonts section: http://screencast.com/t/jeuraZtmTsc
Please change this to default and your menu will return to normal. We will fix this issue in a next version of our theme.
Thanks.
One update, Can you also tell how to make that blue color on right side of header go till the end. So that it will be of full width.
I tried with CSS in visual composer in the page but didn’t work :/
Hi, Lucian
you don’t need to do anything with the theme at this time, as the plugin being updated by Automattic is theme agnostic and they have the manpower and connections with Google and are keeping it moving forward for their VIP clients (e.g., TIME magazine, etc.).
Newsmag and Newspaper both WORK with the plugin just fine, so at this time nothing theme authors need to “do” as long as nothing being injected into header to “break” the /amp/ functionality.
Example with Newsmag (a few versions back, and not fully optimized due to me messing with mod_pagespeed and trying to move server to https/2 and realizing we need full OS reload, which I’m not quite ready to do yet due to having to offload all sites, update server, then reload sites! UGH!!!)::
So, at this time — I’m “suggesting” you might make this thread a sticky one, and/or add to tutorials as you will be getting a lot of forum posts on this as Google rolls this out ostensibly for March 1.
Nobody “has to do this” — but many folks will “want to do this” — hence my adding this thread so we don’t see 50 posts next month on this same topic 😉
Feel free to “sticky” this for the next week, to lessen the torment.
I want to change the color of half header to white.I tried to change it but I am unable to change it.
Can you please help me change the color of header on back of logo image so that it is 1/3 white on left side. I have attached the image of how I want to be.

Hi there – is there a way of making my logo fill the entire header space – at the moment the options are limiting the size of the logo so it is shrunk down to a minimal width – is it possible to change this?
thanks
Hi,
I assume you are using header style 1 otherwise this code will not work and you will have to exemplify the header style you use.
Try it like so:
.td-header-sp-top-menu{
line-height:48px!important
}
.td-header-sp-top-widget{
line-height: 48px!important;
}
Thanks.
Hello alicestudio,
In order to achieve as you want, you have to change your header style used by you with another style that has the banner ad on the top, like this -> http://screencast.com/t/XRJ7xoXC For more information about our header style, please consult the documentation here -> https://forum.tagdiv.com/header-styles/
Thank you for the message!
Hello Sayeed,
I suppose that you are referring to the title underlined for each post title. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.post header .entry-title {
text-decoration: underline;
}
The result you should see here -> http://screencast.com/t/F1x9ltftc
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello bhadrabalaram,
For an accurate response, you will provide me your link so I can inspect it closer. For example, please try the code below and add it in Theme panel->Cusotm CSS area.
The code is ->
.td-header-style-3 .td-header-header {
margin-left: 0px;
}
.td-header-style-3 .td-header-sp-logo {
padding-left:0px;
margin-left: 0px;
}
.td-header-style-3 .td-header-sp-logo a img {
margin-left: 0px;
}
The result -> http://screencast.com/t/4JcyKBDFEzDt and other example is here -> http://screencast.com/t/In0djext7v
Also, here depends on what kind of image you are using as the logo because it is possible to have some white space in the image and that you cannot align to the left.
Thank you for the message!
Hello,
In order to use a bigger logo we recommend using a full logo header and using a bigger image. This is the safest way to do it.
Alternativerly, you can use css to enlarge your logo on your header style:
@media(min-width:1141px){
.td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo{
margin-bottom:0!important;
}
.td-header-style-1 .td-header-sp-logo{
width: 320px!important;
height: 120px!important;
margin:0!important;
}
.td-header-style-1 .td-header-sp-logo img{
width:335px!important;
max-height:150px!important;
}
}
Thanks.
Hello mystudent,
As you can see in our documentation here -> https://forum.tagdiv.com/header-styles/ these are all our styles for header section in the theme. The most similar styles of the menu that look like with your example are style 3, 4, 5, 6. Please notice that if you want to look exactly to this one you need more additional customization and it requires custom work. If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hi
Try this css in theme panel > > custom code > custom css: http://screencast.com/t/oe1tYnH6
.td-header-style-1 .td-header-sp-logo{
height: 140px;
}
Thanks!
Hello mystudent,
Please try the code below and place it in Theme panel->Custom CSS area.
.td-header-menu-wrap {
border-bottom: 1px solid #f5f5f5;
border-top: 1px solid #f5f5f5;
}
The result -> http://screencast.com/t/1EISyOGAm3LI
Thank you for the message!
Hello Dhananjay,
I suppose that you are referring to the size of the placeholder from post template 8 feature and the size you can find in this image -> http://screencast.com/t/bhkR8znPrwlZ As you can see, this kind of template uses as the feature image from the background image. You can add in this placeholder the desired image using background-image option code.
If you want to add an image for that placeholder from style 8, you have to use a bit of CSS to add the background image to fit the image inside the box. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-post-header-holder{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1164px 570px;
}
}
The result you should see here -> http://screencast.com/t/do35lAR4S
If is not what you mean, please provide more details about your desired changes.
Thank you for the message!
Hi
Sorry for misunderstanding.
The above solutions works only when a category page it’s displayed. If you want to change the header ad for o post from a specific category then you need to use the in_category() function. Here is a basic example for caribbean and destinations categories on my side: http://screencast.com/t/NDVOIEvs1bg
<?php
if (in_category(array('caribbean','destinations'))){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
else{
locate_template('parts/header/ads.php', true);
}
?>
This code will load a different header ad for all posts which belong to caribbean and destinations categories.
Note: if you want to change the ad for a post from a specific category the required function is in_category() but if you want to change it for a category page then you have to use is_category().
Hope this help.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi.
Can you tell me why ‘Ikke kategoriseret’ shows up in the header on this page:
http://macweb.dk/category/nyheder/
I have no posts that’s in it. So it shouldn’t be visible :).
Hello kirstycollings,
All the Ads of the theme you can set it from Theme panel->Ads area. If you want to remove the header Ads, simply you have to remove the code from the header Ads area and then all the header ads will show nothing. For more information about our Ads, please consult our documentation here -> https://forum.tagdiv.com/header-ad/
Hope this helps!
If is not what you mean, please provide more details about what you want to change so I will be able to provide a more accurate response.
Thank you for the message!
Hi Andrei! I have got the same problem…resize the height header… I did it but it not working..

hi!!! I think you must do this…
Salut,
Cred ca varianta asta ar fi bun, numai ca eu deja le-am folosit pe fiecare custom_ad_1/2/3, deci nu am unde sa mai pun codul bannerelor in costum. Se poate ca direct in codul din header.php sa pun codul de banner?
Cum fac asta?
Multumesc pentru raspuns.
Hi! I want that my logo be bigger (my header is style 1).
http://postimg.org/image/gohy6obv3/
how to fix?
My url: cienciadelentrenamiento.com
Goto ThemePanel>Ads>HeaderAd and apply your ad image or code there 🙂
Please see
http://prntscr.com/a6nwxg
-
This reply was modified 10 years by
Waqas.
Thank you for such a fast response as i m new here.
The above code worked well, but i don’t want border to be red…
Instead i used this modified code but it didn’t work.
Help me please.
.td-header-menu-wrap {
border-bottom: 1px #f5f5f5;
border-top: 1px #f5f5f5;
}
Hello Again Andrei
I checked the header style used and it’s correct (In my case I am using Header Style 7) So I am asuming this style won’t suddenly change between posts so there is no need to modify any other header style, is that correct?
I tried what you told me, but it’s not working either, (actually If I use the category names instead of the category slug, the script doesnt work in any case) I tried using the category names, the category slugs, changed the order and still it shows the default header banner but in the category pages I modified before the script works…
The Files I have modified are “ads.php”, “header-style-7.php”, “td-config” & “td-panel-ads” (the last ones to add more custom ad spaces) is there any other file (or files) that I need to modify in this case?
By the way, I am modifying the Newspaper Theme not the Newsmag.
Thanks.