- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi,
You can remove the space between the menu and the slider by using this code, just enter it in Theme panel->Custom Css
.td-main-page-wrap {
padding-top: 0;
}
Result – https://www.screencast.com/t/9y1dHt8nD2
Also please note that if you choose to use Header style 9,10 or 11 – https://forum.tagdiv.com/logo-favicon/ you can use bigger sized full width logos like in this demo – http://demo.tagdiv.com/newspaper_cars/
Hope this helps you
Thanks
Hi,
Please read this tutorial about setting your logo in different header styles – https://forum.tagdiv.com/logo-favicon/
I’m assuming you want the categories to have a different bakground color, you can use this code, enter it in Theme panel->Custom Css. It will change them everywhere a category is displayed if that is what you want, unless you can be more specific (change the color to what you want)
.td-post-category {
background-color: blue!important;
}
Result – https://www.screencast.com/t/XOj7nHnd
Thanks
Hello mayaguez,
1)Please notice that our theme has an analytics section where you should add your proper code, like this -> https://www.screencast.com/t/OlOkqEBu
2)Regarding on your second code, I do not know about it. All the Adsense code should have to be added in Theme panel-> Ads section, like this -> https://www.screencast.com/t/Lu4LM3Gdql For more information about Ads, please consult our guide here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!
Hey guys,
This is really a great theme!
I’ve just got one question:
How do I change, sitewide, the header of all categories. I would like to see my own uploaded background image in the header of all categories, sitewide.
CSS-code please.
Thank You!
Hi!
Changed the code. Still the header ad field is empty.
http://prnt.sc/e0hl4f
Hi, I just purchase theme, following steps to install via ftp. All ok, but when I install revslider.zip and activate it, I get this message in backend: The plugin generated 211 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
and on front: Revolution Slider Error: Slider with alias newspaper-politics not found.
Hi,
I install newspaper theme on my site to use video list, but that page is not working exactly, it is working and showing only header that page working another pages has no any problem.
How can I solve that problem?
Thanks.
Still trying to change the wide view of body of pages to background box view. Background image uploaded in theme options panel-but background only shows behind header and header ad. Body and footer are wide. I have run out of ideas…Bueller, Bueller, Bueller…
Hi, I want to have one header style for the homepage and one for the rest of the site. I’ve seen the solution in https://forum.tagdiv.com/topic/different-headers-on-pages/ but it seems the header.php has changed from 2015 and I don’t know how to implement that solution in the new header.php code. Can you help me?
Yhanks in advance.
What was the fix? I am having the same issue: background image not showing on body of pages (showing behind header and header & footer ad) background is showing on posts. Have tried every possible option in theme options and page set up, etc.: Except…?
Hello,
I have added logo in Theme panel ,but in page does not appear
you can see the problem here
In inspect element the div logo is empty
<div class=”td-header-sp-logo”> </div>
Hello,
I don’t have that file in that directory. I re-downloaded the theme and manually added that file, but any changes I make to it do not reflect on the live site.
Do I need to link that file somewhere since it originally was not in the parts/header/ directory?
Thanks!
I followed the documentation, and no matter the size of the background it just sits top center super tiny hidden behind the site header. I threw in a 1920×1080 and it ended up the same size. Documentation didn’t specify dimensions so I assume it doesn’t matter. How do I get a background ad image showing properly?
Thanks as that code worked for my pictures.
Another difficulty I am having is removing the grey portion beneath my Header main menu and above the picture slider. Please advise how to remove the 1/2″ grey area beneath the black Header area above the picture in the slider as perhaps the Header can be extended? Please visit my site: http://www.rehabkey.com and advise.
Thank you for your assistance.
Hi, what size this logo header ?
Pict: http://prntscr.com/e06lzw
How to change the font size and font type for this mark pict ?
And how to change the background color of category like the picture ?
Hi,
The simplest way to do it would be to hide it with css, using something like this so it only removes it only in the homepage, try this code – enter it in Theme panel->Custom Css, after you have set a header ad
.home .td-header-rec-wrap {
display: none!important;
}
You can add more ad boxes containing custom ads in the sidebar – https://www.screencast.com/t/cT48eTVsAuD – https://www.screencast.com/t/IUy6J9PI – https://www.screencast.com/t/2YyZmVwHo and then use thatsidebar in your category by setting it here – https://www.screencast.com/t/Tp4EHNxhcZ – https://www.screencast.com/t/yWJePXTvj
Hope this helps
Thanks
Hi,
Try this code, remove the previous one and enter this one in Theme panel->Custom Css
@media (min-width: 1140px) {
#td-header-menu .menu-item-5976 .sub-menu .sub-menu {
width: 610px!important;
}
#td-header-menu .menu-item-5976 .sub-menu .sub-menu li:nth-child(n+2) {
width: 50%!important;
}
}
Result – https://www.screencast.com/t/BcZO3vesLwd
Thanks
Hello,
The ad code is provided by google, not us. i cannot say for sure what controls google offers for your ads but we only suggest using standard adsense codes that are provided by google. You can set up your ad size from the theme and it is recommended you do so.
Please use the documentation on how to implement ads:
https://forum.tagdiv.com/header-ads-adsense/ – https://www.screencast.com/t/Unzm2Uq8AKH
Thank you!
Hi,
1. Try this code, enter it in Theme panel->Custom Css
.td-header-style-10 .td-header-top-menu-full {
border-top: 4px solid #009688;
}
.td-header-style-10 .td-header-gradient::before {
height: 4px;
position: absolute;
bottom: 0;
background-color: #009688;
}
Result – https://www.screencast.com/t/qhd6Hsf96n
2. You can use this code for the space between the menu and slider
.td-main-page-wrap {
padding-top: 0;
}
Result with the previous code and this one – https://www.screencast.com/t/ntnXouH1qiGm
Please let me know if this works for you.
Thanks
Hello adibiase,
What kind of Ad Provider do you have? Notice that our theme has been designed to work as properly with Google Adsense system and there is no need to make other changes with your above request. For more information about our Ads, please consult the documentation here -> https://forum.tagdiv.com/newsmag-header-ads/ and here -> https://forum.tagdiv.com/newsmag-using-other-ads/
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hi,
It seems you have managed to set a background image on the header, you could try this code instead if you want to, just enter it in Theme panel->Custom Css
.td-header-style-5 .td-header-menu-wrap {
background: url("http://staging.nguoi-viet.com/wp-content/themes/Newspaper/images/Banner-Xuan-NV.png");
}
Result – https://www.screencast.com/t/CaxeIMfh
Thanks
Hi,
You can try this code, enter it in Theme Panel->Custom Css, it should make the sticky menu remain the same during scroll
@media (min-width: 768px) {
.td-header-wrap.td-header-style-6 .td-affix .sf-menu > li > a {
line-height: 80px!important;
}
.td-header-wrap.td-header-style-6 .td-affix .td-main-menu-logo .td-header-logo img {
width: auto!important;
max-height: 80px!important;
}
}
Thanks
Hi,
Enter this code in Theme panel->Custom Css, now the menu should remain the same when sticky
.td-header-style-3 .td-header-menu-wrap.td-affix {
background-color: black!important;
}
Result – https://www.screencast.com/t/DiacL2Hm
Thanks
Dear Bogdan B,
Warm greetings!
First of all, thank you so much for your guidelines, it was very useful.
I have some additional questions about your answers.
Could you give me exactly how I need to follow up please?
1.1. You can translate the latest articles title from the theme translation settings.
(If I do so, it shows with Korean even in English page, how could I fix it?)
1.3. I do not have php what the page mentioned, could you review my list and let me know where I can do it?
404, archive, attachment, author, bbpress, category, comments, footer, functions, header, td_config, td_css_generator, td_templates_builder, index, loop-attachment, loop_single, loop, pagebuilder+latest articles+pagnation, page, search, single, tag, taxonomy, login, searchform, sidebar, single, td_deploy_mode, vc_column, archive-product, single-product, style.css, editor-style.css, style-woocommerce.css.
Thank you so much.
Thank you for your response Luclan, and Happy Unification day.
Ads Configuration:

Ad.php Code:
<div class="td-header-rec-wrap">
<?php
$tds_header_ad_title = td_util::get_option('tds_header_ad_title');
// show the header ad spot
if (is_category('Food')){
echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
}
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'header', 'spot_title' => $tds_header_ad_title)); ?>
</div>
Thank you in advance.