- 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,
If you want to change these colors – https://www.screencast.com/t/II2NTobm you could do it directly in the demo stylesheet – https://www.screencast.com/t/8xTMAWqH
Or use some Css code to change it – https://www.screencast.com/t/SUbh4IhJKIh
The demo is custom made and some options are predefined and cannot be changed through the theme panel. You can use Css to change theme when possible, or like I mentioned make the changes directly to the demo stylesheet.
This is the code I used if you want to add it
.td-magazine .td-header-style-1 .td-header-top-menu-full {
border-top-color: yellow;
}
.td-magazine .td-header-style-1 .td-header-gradient::before {
background-color: yellow;
}
Thanks
How to put the picture right below the main menu on whole website?
Example: http://imgur.com/a/zoxvR
Hello Jose,
If you want to remove the header ad only for the homepage, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.home .td-header-rec-wrap {
display:none;
}
Thanks for the message!
Hi,
Different header styles can display the header ad in full size. For example header style 4
– https://forum.tagdiv.com/header-styles/
– https://www.screencast.com/t/2WQKFTddW
You can test the ad size you want to use with different header styles and find the one that you think it is best. For this you must use a previously created image, the options in the theme panel are available for Adsense ads.
Thanks
Hi,
We have partnered with ezoic for Google Adsense and they ask to wrap the AdSense code with DIV elements
<!– Ezoic – Header add – top_of_page –>
<div id=”ezoic-pub-ad-placeholder-107″></div>
<!– End Ezoic – Header add – top_of_page –>
Code has been added in the theme panel, please check
But not getting reflected.
Please check and advise.
Hi, I have two questions:
1. I am using the sport theme, may I know how to remove the big gap in the header of post? Some people complaint that why do they have to scroll through a big empty section on top before they can see the content?
2. May I know how to change the hover over color? Right now, seems like the text and background are all white. When someone mouse over a hyperlink, the whole think just disappeared or turned white.
Please help.
Hi,
You can try this code, it should make the ad stay to the right in the header
– https://www.screencast.com/t/xw6xSX8p9rKW
.td-header-style-1
.td-header-sp-recs {
float: right;
}
Thanks
dear team , thx for the great work and the support you provide us.
Please I would like to change my header ads size , should I change that by choosing my own picture size or should i go the theme panel, header ads and then change the size at the desktop option ?
here is my site : https://themaghrebtimes.com/
Thank you .
Hi jciview,
Thanks for the contribution, I’m referring to manual ads on the header, siderbar, footer and embed in post and not those server from ads server like Google Adsense.
Regards
I’ve used 4 different ad servers with Newspaper theme and all of them have worked. Most every ad server requires 2 bits of code:
- The call script to the ad server. Usually this will go in the header.php file of the theme/child theme or you can ad it in custom code > advanced from the theme panel.
- The ad display code, which you can place in the newspaper theme panel > ads section or in widgets, etc…. where ever you wan the actual ad to display.
Ads won’t display without both of those elements on the page.
Hi,
You could stretch the header logo and ad space using this theme option to accommodate a bigger logo size
– https://www.screencast.com/t/OqJi4DMOpmJ
I could give you a code also to make the logo aligned by the left side, if that may be of help
– https://www.screencast.com/t/s2ARz0j3eVhb
.td-header-style-1 .td-header-sp-logo,
.td-header-style-1 .td-header-sp-logo img {
margin-left: 0;
}
Thanks
Hi,
Yes unfortunately this issue was not addressed yet, hopefully the problem with the header will get fixed soon. Probably in the next theme update. We are very sorry for any inconvenience created by this situation.
Thank you for understanding!
Hi,
I am assuming you want to have a full sized logo for your website. If that is the case you can select one of Header styles 9, 10 or 11 because these header styles do not have a size limit for the logo image
– https://forum.tagdiv.com/logo-favicon/
– https://forum.tagdiv.com/header-styles/
Using one of these header styles you can set any logo size you want. An example would be this theme demo that uses Header style 10 – https://demo.tagdiv.com/newspaper_cars/
Thanks
Hi,
It seems there is a text that is displaying on the top of your page. I suggest you look in the header.php file in the theme folder between the head tags, and see if this text is present there. If it is not, try to think what changes you may have made or maybe what plugins have you installed before this occurred. Also take a look at any code entered in the custom code sections from the theme panel, or added to the theme files directly.
Thanks
My question is where can I change the h3 from cover titles and files to h2 header.
I would like to know why the known topics use in header h2 header and header I think it is important for seo
Please could you tell me.

Hi,
Probably you must enter the code between the head tags in the header.php file, found in the main theme folder – https://www.screencast.com/t/HTIduSgc5YJc
Thanks
Hello,
I’m having a problem with the Related Articles header text not lining up with the background line.
You can see here:
http://pasteboard.co/3AjjhHdfH.png
Any help would be appreciated.
Hello team,
Can I disable the “header ads” only in the home page but not in the rest of pages? Thanks
Hello everybody,
I want to upload my own full banner into the Header location, and replace logo and Google AdSense option. I have researched it on the Newspaper Theme Panel – Header Style, however, I couldn’t find any option that allow me to upload a banner into Header Style.
I would like to know if I could have a full width banner from left to right, is it any requirement? How could I do?
Thanks
Best,
Yusuf
Add the additional adsense code in header.php file as per Google guidelines.
Place this ad code in the <head> tag (or at the top of the <body>) of the pages where you want to show the ads. It’s the same ad code for every page and site, and you won’t need to change it even if you adjust your Page-level ads settings.
Hi,
For the category pages you could try a code like this
– https://www.screencast.com/t/LNXz1259
The code must be entered in Theme panel->Custom Css
.category .td-category-header {
display: none;
}
Thanks
Hello,
I found this, along with similar posts, while trying to achieve the same: The mobile menu instead of the full/mega menu on portrait tablet view.
I believe I’ve found a solution which I’d like to share, I have added the following code to my child theme:
@media (max-width: 1018px) {
#td-outer-wrap {
overflow: auto;
margin: auto;
width: 100%;
-webkit-transition: transform 0.7s ease;
-moz-transition: transform 0.7s ease;
-o-transition: transform 0.7s ease;
transition: transform 0.7s ease;
-webkit-transform-origin: 50% 200px 0;
-moz-transform-origin: 50% 200px 0;
-o-transform-origin: 50% 200px 0;
transform-origin: 50% 200px 0;
}
}
@media (max-width: 1018px) {
#td-top-mobile-toggle {
display: inline-block;
position: relative;
}
}
@media (max-width: 1018px) {
.admin-bar #td-mobile-nav {
padding-top: 46px;
}
}
@media (max-width: 1018px) {
#td-header-menu .menu-mega-topics-container{
display:none;
}
}
}
I’ve yet to test this very extensively, so if anyone uses this and identifies any issues, please share.
I hope it helps.
Thanks.
Hello,
You can add this custom css in the theme panel-> custom css box but this will cause the menu to go on 2 rows on the sticky menu because the logo will need to take up space in the menu when the menu is sticky:
@media(min-width: 768px){
.td-header-style-10 .td-logo-sticky {
position: relative!important;
}}
https://www.screencast.com/t/PodLSExYxqz8
Thank you!
Once I scroll down on an article page, the logo on the left is overlaid by one of the menu items:
https://choosytraveler.com/how-to-be-a-travel-blogger/
Is there a way to fix this without removing menu items?