- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- 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
Hello occhiodifalco,
I have checked your website I saw that you have a lot of additional customization for this type of header that breaks the layout and cause a bad design. If you want to return to the default settings, you have to clear all your custom CSS code to this section -> http://screencast.com/t/Ca7gkrnyi and also, if you want to have a bigger logo you have to switch your header style to another one that supports it, as example header style 11. For more information about our header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/
Also, please notice that if you want to change the structure of your header style 3 as you wish, involve custom work and we cannot provide this type of service at the moment, sorry!
Thank you for your understanding!
Hi,
1) You can use this code and adsjut the value until you get the desired results:
.td-affix #menu-new-menu-1 {
margin-top: 28px!important;
float: right!important;
2) If you went to remove the menu and the logo, then remove the previous code and use this one:
.error404 .td-header-wrap{
display:none!important;
}
Thank you!
hi,
how can I move further to the right the “donation” picture (donate) inserted in the header?
currently covering the logo.
I want to clarify that I have entered the above address of the image in the box dedicated to header ads.
my site : http://www.occhiodifalco.net
thanks
Yes, you should just abandon support for Safari/Windows — the issue is not with the site; it’s with Safari which Apple abandoned 4 years ago (!).
So anybody using it will be having problems with the entire internet, SSL, email, Google, Amazon, Netflix, etc.
Anybody using Safari on a PC, will likely get the message by now to switch to Chrome on Windows 7/8, or Edge on Windows 10.
It’s really totally crap and doesn’t support modern security so is an easily hacked browser via malware and bad actors on the web.
It’s a fool’s errand to try to “break your site” to work with Safari/PC as that kind of hacking might break things for everything else.
You can try to add some helper elements to your header to load in legacy code, much like you can for IE6/7.
-
This reply was modified 10 years by
simchris.
and 3rd question
how to put space between category tag and header menu??
becouse its shown like this for me
http://www.screencast.com/t/5aKDQr43n4Z
i want it to be like this
http://www.screencast.com/t/39TDilIu3xb
thanks
Hi
Try to add !important property in css like here:
.td-top-menu-full, .td-header-style-6 .td-top-menu-full, .td-header-top-menu {
background-color: #09713a!important;
}
If you still can’t manage to solve this address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi,
If you want to modify the sticky menu height, you could try to use custom css in Theme Panel > Custom Css, for example – http://screencast.com/t/SGVbrR21pb
.td-header-style-7 .td-affix .td-header-sp-logo {
height: 66px;
}
.td-header-style-7 .td-affix .td-header-sp-logo img {
max-height: 66px;
}
.td-header-style-7.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 66px !important;
}
.td-header-style-7 .td-affix #td-top-search {
bottom: 7px;
}
If you don’t have html/css experience I suggest to get someone to help you, as we are not available for custom services.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello Andrei,
On my site: http://www.glitched.co.uk – when you press the search icon, it loads on the header? Do you know the cause of this?
Also, how can I make CSS changes to the search box?
Thanks,
Dear Sirs,
I am using the menu settings below;
Header Style: Style 7 – Hybrid Menu on right with logo
Top Bar & Menu – Off
STICKY MENU: Always at the top of the pages
I would like to increase the size of my header and logo same as: http://www.windowsmechanic.com/. Can you please let me know the best and easiest way to achieve this?
Thank you in advance, and I look forward to our prompt response.
Kind regards,
Ernest
Hello nirmal___,
If you want to have the ad below your menu logo bar, you have to use another header style, for example, header style 5. For more information about our header templates, please check our documentation here -> https://forum.tagdiv.com/header-styles/ -> https://forum.tagdiv.com/logo-favicon/
Thanks.
Hi,
If you plan on using a bigger logo, we suggest using one of the full logo header styles that do not modify the dimensions of the logo: http://screencast.com/t/yb8HBo1Wk99Z
If you do not want those header styles, then you can use this css:
.td-header-style-3 .td-header-sp-logo{
width: 330px!important;
height: 124px!important;
margin:2px!important;
}
.td-header-style-3 .td-header-sp-logo img{
max-height: 200px!important;
}
But you have to adjust the values for each viewport so it will position properly on a responsive design. Add the code in each of the desktop and tablets section and adjust the size so it will fit properly on those devices: http://screencast.com/t/ZBIq2LAm2
Thank you!
Hi,
You can use this css to activate the top menu on mobile:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: table!important;
margin-left: auto;
margin-right: auto;
text-align: center;
float:none!important;
}
}
Thank you!
Hi,
You can use this css to do it:
@media (max-width: 767px){
.td-header-style-5 .td-main-menu-logo img {
max-height: 70px!important;
}
.td-main-menu-logo img {
max-width: 185px;
}}
You can change the size in the code to fit your needs. Careful of the smaller screen devices though as if you increase the logo too much, on an old iphone for example, the logo could overlap the hamburger menu.
Thank you!
Hi
That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay you’ll have to insert the css directly in style.css.
Try to add this css in style.css then test again: http://screencast.com/t/Mj5ui5Dec
.td-top-menu-full, .td-header-style-6 .td-top-menu-full, .td-header-top-menu {
background-color: #09713a;
}
Thanks!
Hi,
This issue seems to be connected to the new version of wp and the htaccess file as this topic suggests: https://forum.tagdiv.com/topic/header-broken-after-update/
Or another case, a plugin conflict: https://forum.tagdiv.com/topic/cannot-modify-header-information-2/
Please try to check your htaccess or disable all plugins except visual composer, clear cache and reset cdn files.
Let us know how it goes.
Thank you!
Hi
The above code is tested and works fine just make sure you add it as I’ve indicated above. Also make sure you add a correct category id, otherwise won’t work. The code can be tested in a very simple way to check how it works. Added like here in ads.php:
render(array('spot_id' => 'header'));
}
// show the header ad spot
?>
This code will remove the header ad for all category pages. If this works just add your a category name as parameter for is_category function and will remove the ad for a that category page.
I hope this helps.
Thanks!
Hi. I am using the Header style : default (style1)
So I do have an ad near to the logo (header ad). But when I view the website in any mobile this ad is shown first and the logo is only shown after the ad is shown. And that isn’t a pretty good thing for me. I want the ad to be below the logo bar. Is there any possible ways to adjust this. Thanks in advance.

I have been looking online and reading the forum and checking videos but I am unable to find the best way to add a new widget area for newspaper theme. I have found some plugins that could do the job but editing the codes is not showing me properly the way to do it and I dont want to mess the whole code (which has happened before already).
Any suggestions?
The whole idea behind is is trying to add a customer image logo for the header because the logo doesn’t allow me to add something bigger that what the theme allows me which simply doesn’t work for me.
Please, how can I change the size of the logo in the header?
my site: http://www.occhiodifalco.net
Hello, I ve been trying to change the header background color via CSS and the Theme Panel and on Chrome, when the website loads, for a second I get a light blue instead of the green I have hardcoded via CSS. Please see screenshots below to understand what I mean.
http://s32.postimg.org/c2xl3a82t/screenshot.jpg
http://s32.postimg.org/og5twg8dh/screenshot2.jpg
Thanks
Warning: Cannot modify header information – headers already sent by (output started at /home/everyth2/domains/thinksthai.com/public_html/news/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:175) in /home/everyth2/domains/thinksthai.com/public_html/news/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/everyth2/domains/thinksthai.com/public_html/news/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:175) in /home/everyth2/domains/thinksthai.com/public_html/news/wp-includes/pluggable.php on line 1171
To remove from homepage, if u have set as latest posts.
.td-page-header .entry-crumbs{
display:none!important
}
in custom css (newsmag)
Hi, for me this doesn’t work.
My ads.php is this:
<div class=”td-header-rec-wrap”>
<?php
// show the header ad spot
echo td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘header’)); ?>
</div>
Can you help me? Thank you
Hello,
I tried the tutorial on this page. It did not work. I put the JS-Part in the “Custom Code” part of the theme settings (without <script>-Tags and with links to my DFP-account) and the custom code for the ad spaces into the “Ads” part of the theme settings. What happened was:
* The ads did not show on the site
Google Console showed “Ad unit did not fetch. Ad unit did not render. Ad fetch count: 0 Iframe type: none”
Google console showed no errors in the page request tab but 2 warnings: “Ad unit failed to fetch” for each ad space
The sidebar ad space at the console seems to overlap the sidebar
I’ve pasted the code (JS header and ad spaces) into an empty document and it worked perfectly
So did anyone have similar experiences or know what to do?
Kind regards from Vienna,
Herwig
Hello olivervossmann,
I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}
The result you should see here -> http://screencast.com/t/KOf6LfoLz
Thanks.