- 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
You can change the style in Theme panel > Block settings > Globel block header template
(you currently use Block header 4)
-
This reply was modified 8 years by
xbass.
Hi,
May I know how do I reduce the height of the header style 10 in ipad and mobile views?
I have been trying the solutions given in the forum but it does not seem to work for me.
Please see the screenshots in the link: https://imgur.com/a/JYLd8
Especially for mobile view, I would like to have the hamburger and search icons to be same row (aligned) with the header logo.
I also wish to make the mobile logo smaller.
Will appreciate your help.. thanks!
Sorry, one further question.
Without adblock disabled, my header looks like this https://snag.gy/Gza05B.jpg
With adblock disabled, my header looks like this https://snag.gy/m4FNqn.jpg
Is there HTML code I could use to block the white space with adblock?
*By header, I mean my main menu.
Thanks for the response, Catalin!
I have attached the screenshots you requested.
Note that I have ads activated in only four Newspaper provided positions, Header Ad, Sidebar Ad, Article Inline Ad, and Footer Top. Every legitimate position has the Ad Title, “Advertisement.”
I have explicitly set all other ad positions to be turned off on all four platforms.
I’m still seeing rogue ads intermittently in either the sidebar widget “Adoptable Pet Of The Week” and “Featured Happenings” but never both at the same time.
There are rogue ads in the homepage “Most Recent Posts” section intermittently.
There are rogue ads either in the sub-footer or below the sub-footer but never both at the same time. This one is the only one that is not intermittent and shows on every page view. Hopefully, it can be helpful for diagnosis.
Reminder that I have no other plugins that serve ads. I’d be glad to grant you access to the site if you need it.
Don
Random Homepage 1 Most Recent Section Screenshot
Random Homepage 2 Most Recent Section Screenshot
Random Homepage 3 Most Recent Section Screenshot
Hello bragavieirabraga,
Notice that the theme does not have any such an option that allows you to change the block (header) template for entire the theme, sorry! You can change it for each block from the panel, like this -> https://www.screencast.com/t/PuyvLqzANvN Clear all the caches and check the results.
Thanks for the message!
As I’ve made changes to the font sizes in my header, when the site loads it takes split seconds to resize the fonts – http://majorfuss.com
Is there a way of making the header load straight away? So it no longer takes split seconds to resize the fonts but loads straight away.
I managed to solve it. When I added the headerthe was <div> at the end which was the cause of the problem and once removed everything was ok.
After activating the “td-speed-booster” plugin, the speed results have dropped and a black stripe appears in the header when loading the site. This is normal? Or do I need to do some configuration?
See the link: https://prnt.sc/hiw19u
Hello,
For the moment please use this custom css code:
.td_category_template_2 .td-header-style-3, .td_category_template_5 .td-header-style-3 {
border-bottom: none;
}
Thank you!
Hi Catalin,
thanks for the reply. I am re-reading my question but can’t find where I could have given you the impression I wanted to enlarge the post content. My question was “If I make content to say 1200 (on a page), how do I enlarge the header content accordingly…?” (read a 1200 px wide header).
In fact, enlarging the page you might want to have the logo and menu in the header to be aligned with the page content. So, is there a smooth way to enlarge the header? Otherwise, the enlarging functionality seems to me pretty pointless.
(Surely once you enlarge the header, then the posts, in turn, will be not aligned, unless one can specify two different header widths for posts and pages respectively).
Thank you.
Hi,
That header template has a predefined height (130px), it could be reduced to the actual logo height with a code like this for example
– https://www.screencast.com/t/ovbrUabt
This is the code used, if you should consider it a solution please enter it in Theme panel->Custom CSS section
.td-header-style-10 .td-logo-wrap-full {
min-height: 90px;
line-height: 90px;
}
.td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 90px;
}
Thanks
Hello,
This is how the header style 11 shows the logo. It will show the exact size you upload it in.If you want the mobile logo to be contained in the top section, you will have to use a different header style.
Thank you!
Hi,
That is unusual, the header ad should not affect the functionality of the menu. At the moment the menu drop-down seems to work properly
– https://www.screencast.com/t/Sf9LGiN4xd
– https://www.screencast.com/t/A6ocuiJdp
Thanks
Hi,
Those settings will stretch the header and footer elements, the breadcrumbs are not part of the header. They are generated in the page content. At the moment there are no settings available to modify the page content width as a whole.
Thanks
Hi,
After the latest update the header search can now be moved depending on preference. Either have it in the main menu or in the top menu. Nothing else has changed regarding the functionality of the search. It could be remove with some custom CSS code if that is what you want to do. A specific option to remove it is not available.
We will give you a solution if you could provide a link to your website.
Thanks
Hi,
How do i change the font of this category header on the respective unique category pages?
Link to image for reference:
https://ibb.co/eyACub
We have updated to the latest version and since then have problems with the positioning of the search-bar icon on Safari browsers (Mac and iOS).
You can take a look at it here:
Before the update the search icon was in line with the main-menu. Now it’s in a row below that.
What can we do?
Hi,
Please try this code, it should work properly on all devices
.td-post-template-6 .td-post-header{
height: 450px;
}
Thanks
Hi,
You could wrap the whole code in a condition, to appear only on homepage
– https://codex.wordpress.org/Function_Reference/is_front_page
That would be a solution in this case, to have the desired ticker appear only on the front page. You will probably have to edit the header template you use, to place it in the header.
Thanks
Hi,
I created newspaper-child theme, and it looks like this:

and this:

Now i need to insert some counter code into header after <BODY>. That’s how it looks in the header.php

What header.php code should look like for a child-theme, and it doesnt dissapear after each upgrade?
Thank you!
After upgrading from 7.x to 8.5, the header logo no longer displays full-size, instead it’s cropped.
I’m using header style 10 at the moment.
I’m getting this error in inspector, as well: Failed to load resource: net::ERR_INSECURE_RESPONSE for the header logo.
This is a staging site so I would have to provide you with login/pass for you to see it.
Hello,
as the topic title says, I am unable to set the background image in the header of each category archive

It seems to me that such setting is not in theme panel > categories; I’ve also double checked and it does not correspond to the latest post featured image.
What am I missing?
Thank you in advance
Hi
I want to place media.net ads in 1 page and other page i want to set up different ads how to do that.
This applies for article inline ads for each page / category.
My issue is i want to set up multiple Adsense account in a same location on diffrent category / Page.
Ex: Page 1 header ad – media.net
page 2 – header ad – google
Category 1 – in article ads – google
category 2 – in article ads – media.net ads
Please help me.
I want to change the global block header template