- 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
Hi,
Please check if you have entered any custom code affecting the header elements, in Theme panel custom code section and remove it or modify it accordingly
– https://www.screencast.com/t/tQvCsx9qEcGt
The latest theme version has options by default if you want to stretch the elements in the header or footer
– https://www.screencast.com/t/ByaPweS8
Thanks
Dear admin,
I have a problem that when I publish a post from my site in twitter I get just link but I need full Summary card with image, so I used card validator https://cards-dev.twitter.com/validator to check the problem so I find this error -> ERROR: Fetching the page failed because the response is too large.
So I asked what I can do to not get his error so they said me to replace inline css in page so I want to ask how to replace css lines for example in this page view-source:https://www.crowdpondent.com/2017/03/29/justice-in-ivory-coast/ ,those in header.Thank you
Best regards,
First off, I’m a big fan of tagdiv and own both your products.
For one of my sites, I plan to use the World Politics/News demo. If you have any quick suggestions or links that might quicken my search in terms of how to change the demo content to my own, that would be appreciated. It’s not covered in the Documentation from my perusal.
Secondly, and the main reason I’m writing, the header and logo for this demo are not sticky on scroll or window resizing. Even though I like everything else about the World Politics demo, I don’t like the disappearing logo and main nav. Instead, I prefer how it’s done in the “Fashion News Demo.”
Is there a non-destructive way to change the logo and main nav action on the World Politics demo to mirror that of the Fashion News Demo? I’ve already set the man nav below the logo, it’s just that it’s not sticky on page scroll or on window resizing.
Thanks in advance. BTW I did a quick search on sticky menus and I found a recent (Feb. 2017) posting on the question with follow-up by you, but it doesn’t fully address my needs. Hence my subsequent question.
Hello, All
I’ve just installed Newspaper and everything looks good. The only problem is with the default Woocommerce “shop” and any category pages. As I’ve been testing the site I’ve added a background image. This is shown perfectly everywhere apart from the pages mentioned above. On these pages the background is being cropped around the header and footer areas – as you can see in this photo:

What is causing this?
:0(
Hi,
Header Color is being loaded in Blue background before loading Red Background. We have set the colours in the theme colors setting to red. The blue keeps getting loaded before switching to red.
Visit http://www.thewealthtimes.com
Thanks.
ITDuck
dont show menu in mobile and i cant see header banner in mobile , how can i fix this
urgent please
Hi:
I’m working with ‘Politics Demo’Header style 11, and I’m creating the navigation.
For it I’m using the categories and subcategories to order the Menu. The problem that I have is this:
– It doesn’t matter if I create the categories in the order that I need, those automatically are ordered alphabetically and is changing the nav that I need.
Where can I fix this in the Theme Panel?
Hello 🙂
Can you help me to remove css from view source not used as in the picture below

We on our site don’t use woocommerce or bb-press forums and we don’t need to show that on view source. Same also for header styles, or global style templates. This is very important for us to remove that
Thank You
hi
where is this code
td-category-header
i want to edit category archive page header
Since i installed the latest update, this is happening to my header. I have to go back to the old version to have it shown correctly.
Please help

Hi,
That is the only available header ad spot in the theme. There is where you will have to insert your ad code, and there can only be one header ad displayed in this section. Please provide more information if you have problems with this header ad.
Thanks
Hi,
You can have an ad in the header by entering the ad code in that respective section, in Theme panel->Ads->Header ad – https://www.screencast.com/t/0sv5Fy2yp
More information here – https://forum.tagdiv.com/header-ads-adsense/
Thanks
Hi,
That would require some custom css code, to make the header logo and menu remain the same when sticky and the affix class applies, like this
– https://www.screencast.com/t/2EJkvrlKII3
This is the code, if you want to use it you must enter it in Theme panel->Custom Css
@media (min-width: 768px) {
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 60px!important;
}
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 60px!important;
}}
Thanks
Hi,
I do not understand what is the problem you are having, you can have as many menu items that you want in the header menu – https://www.screencast.com/t/gF3Ok3N9x by adding them in the menu structure. And also you can stretch all the elements in the header – https://www.screencast.com/t/bbpKj8qT5Vp so there is more then enough space for a lot of menu items.
Please correct me if I misunderstand something.
Thanks
How do I get up in the one banner for advertising?
hello there, i am using header style 12
main menu->force full width-> stretch container.
i want to have more then 9 menu in main menu ( |menu1| menu2 | menu3 | … ) all in 1 LINE
and i want to put the Menu Logo in LEFT SIDE .
anybody can help me ?
thanks .
Thanks Catalin,
actually it’s the breadcrumbs at the top of the page under the header that I want to show (location marked in red below)

Kind of like this from another site:

Hello, I want to change the destination URL of logo once clicked.
I have found this topic : https://forum.tagdiv.com/topic/change-logo-url-destination/
However, the changes have been made on parts/header ; logo.php & logo-h1.php
So in total, I changed 4 strings but nothing happens.
Since i installed the latest update, this is happening to my header. I have to go back to the old version to have it shown correctly.
Please help
Thanks a lot, it works! 🙂
When the page is loading in the first seconds the colors in the header are also green and the color of the menu is blue. Is it possible to set them to the right color (yellow) with help of a CSS code?
I made a screendump of it: http://i63.tinypic.com/qxuw01.png
Hi,
You could do that for a specific menu item in the header top menu, by identifying the menu item in question and then use some CSS to modify it – https://www.screencast.com/t/tiUNxRf031oB or set a custom class for that menu item – https://www.screencast.com/t/ZRMrR1lnW and use that in the code – https://www.screencast.com/t/iXitiiWZElN
If you would like to make the social icons in the top menu bigger, you could do that like this
– https://www.screencast.com/t/84xYZw6LQSf9
This is the code used in the example, but you can modify it to how you like
.td-header-sp-top-widget i:before {
font-size: 20px;
}
Here is a tutorial about using the browser inspector to identify the elemets used on the pages and their classes
in order to create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello,
Please note that we already overcame this in the current version of the theme. you can now have a full width header and footer with background. The options are found here: https://www.screencast.com/t/Dd210InTXEaT
We will include these option in newsmag as well in the coming update.
Thank you!
Hello,
You can try to use this custom css in the theme panel->custom css box:
.home .td-header-wrap, .home .td-footer-wrapper, .home .td-sub-footer-container{
display:none;
}
Thank you!
Dear Developers,
Can you provide some tips on how:
1) to make one particular menu item more prominent (by changing color or making it bold)
2) to make social buttons a bit bigger?
Please see the screenshot..
Also, can the solution #2 (if any) be applied to the footer social icons as well?
Thanks beforehand.
You have a terrific support!
Hello,
1) I suggest using a different machine or a different browser as we do not seem to be getting these issue son our end.
2) People usually use ‘mailchimp’ for changing the default WordPress email
2.1) Sorry but we have not tested linking our login modal to a plugin. This represents customization and falls beyond what the theme support can offer you. Sorry.
5) The line does not come from the font but rather the quote style you choose: https://www.screencast.com/t/SpwC5Yr59
6,7,8) Unfortuantely it seems you did not follow this guide properly: https://forum.tagdiv.com/how-to-make-the-site-faster/
Here is what google mentions should be improved: https://www.screencast.com/t/J5OmhLPTf
You need to follow the guide and use google’s instructions on how to make the recommended changes.
9) Yes there seems to be an issue in the theme regarding the logo on header style 8. I added this to our bug list and we wil fix it in the next version of the theme.
11) If you have the latest version of the theme we recommend PHP 7.0 as it.s faster that the previous versions. DO NOT however install version 7.1 as you will face errors that will not go away even after rolling back to 7.0
Thank you!