- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin â how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Hi,
The opening body tag is located in the header.php file, located in the main theme folder
– https://www.buzzstore.ro/campanii/62-rowenta-tefal/despre_campanie
The closing body tag is located in the footer.php file, main theme folder as well
– https://www.screencast.com/t/8iJtOsg4
Try entering the code in the header file and there should be no problem
– https://www.screencast.com/t/oLKdkmy6
Thanks
Hi,
two question about the top header menu:
1) i have not found any theme setting option to increase font settings and other properties, so i added custom css.
Is there any theme setting for this?
2) i customized a menu item with custom css:
.tuofilmato {
background-color: #80c5be;
border-radius: 5px;
padding: 10px;
padding-left: 27px;
}
.tuofilmato a:hover {
background-color: #643e1a;
border-radius: 5px;
color: #fff !important;
}
the problem is that when menu is on hover it display not i good way…
https://d.pr/FREE/ywZ2ZS
pls let me know,
thank you!
Hi,
There doesn’t seem to be any issues with the header search functionality at the moment
– https://www.screencast.com/t/lo5jvUbbIVh
The search results will be displayed by latest order, that is default behaviour.
Please correct me if I misunderstand the problem.
Thanks
Hello, shown is a screenshot of a new template I am working on. In the header area I have 3 blocks. Those are connected to a category which would automatically be updated when the category updates. What I wanted to do is have the same look, but 3 custom images I would create placed there and links to sections no the website. I have seen a few other sites use this, but not sure how. Any information would be greatly appreciate.
Installing Plugin: tagDiv Composer
The plugin does not have a valid header.
Downloading installation package from https://?????????.com/wp-content/themes/Newsmag/includes/plugins/td-composer.zipâŠ
Unpacking the packageâŠ
The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
Hi!
I added Advanced Ads plugin and I use slider option in order to display several ads. It works in several ads block but not in header ads block. (it works whan I don’t use the slider, just a single ad).
Could you help me please?
thank you.
The page URL : http://test.actubisontine.com/
Hi,
Please excuse the delay, seems this topic was overlooked. That would be one way of doing it, adding it in the ad space. Other methods would require editing the header template file.
Leave it there and provide a link to your website if possible, and we will take a look. Maybe it can be made to display normally, to the right as you want.
Thanks
Hello,
I’m trying to close a gap between the headers main menu and a slider directly below. Is there custom code you can provide me with to delete the space? I think the space is the container for the ad, but I’m not sure?
Please note I included a screenshot with the red square showing the space I would like to delete.

Thanks,
Matt
Hello,
Is it possible to add a gradient color background in the header background color area?
Thank you
Matt
Hi Guys,
I need to add a multiple tracking codes in header.php I know that I have to put them between the <body> and </body> But the problem is, I can’t find the </body>.
So my question can you tell me where I can put exactly my codes without damaging header.php
Thank you
Thanks Simion! I added my adsense code to the Ads section on the theme panel to show up on the header but for some reason it’s not showing as you can see here: http://queencitycebu.com/cebu-named-2nd-best-island-world-according-300000-travelers/
Could it be because I’m using Quick Adsense as well to insert adsense ads on the site?
Hi,
what i mean is, i just need .bbp-header in IPad (768px – 1018px) looks the same with Phone (0-767)
As you saw at the my screenshot, the .forum-titles for Phone (0-767) is not nice. So i want to change it look like IPad (768px – 1018px).
i need your help, which CSS should i remove.
omg how stupid am I. just change the widget header.
problems solved !
Hi there,
I always say that I love your theme but it’s true… đ
I have one issue…
I use WP-Rocket as my cache plugin and It works fine, it minimify and concatenate the css and js files and the web runs like a rocket… but….
have an issue with the search glass in the menu, It doesn’t shows when I click on it…
Could you tell me wich css or js file is using that function to show the search box so I can exclude it from the caché files?
Thanks in advanced.
Hi,
@meming There are header styles that display the ad below the main menu
– https://forum.tagdiv.com/header-styles/
You could choose one of those header styles and the ad will be displayed as you want.
Thanks
Hi,
I was wondering if it’s possible to have different headers ( menu navigation bar at the top) for different pages.
Thanks.
I need to change the mobile layout for forum column header (which containing Forum, Tapic, Post, Freshness)
from this
http://latihlogika.com/files/mobile_layout1.jpg
to this
http://latihlogika.com/files/mobile_layout2.jpg
Could you please let me know which CSS?
Thank you
Hello,
You an only do it with css if you have the skills necessary. There is no setting in this regard. It also depends on the size of your logo and your ad size.
This code will bring the logo to the left of the container
.td-header-style-1 .td-header-sp-logo{
margin-left:0;
}
But for the ad, it depends on the size.
Thanks.
Hello
How can we make the conetnt and sidebar section and more from author and footer full width. My header is full width i want all the website in full width.
Link : http://www.pagalparrot.com
Thanks
Hi,
I have a little problem… My header title are hidden by the articles/blocks and widget. Please view the screenshot.
Can you help with with that?
Please find my H4 code:
}
h4 {
font-size: 19px;
line-height: 29px;
margin-top: 21px;
margin-bottom: 11px;
}
Hello,
i want to change the alignment of the Logo and the Header ad in the Header Style 1.
The Logo shall be left aligned with the content and the right corner of the ad shall be aligned wit the right content border.
How can i do this?
Hi guys,
I’m using header style 1, so I want to have the logo on the left hand side and I would like to add a widget on the right hand side (an exchange one, with only 2 lines). However I can’t find the option where I can do that. I successfully added the widget as an ad but then what happens is that the widget extends all the way to the logo, and I want to keep the widget on the right hand side and the logo on the left hand side, with space in between. I have attached an image.

Thank you!
Hi,
There are options to stretch the header container, to prevent the menu from dropping on a second line, in the theme panel
– https://www.screencast.com/t/WfnwRdFO5sH
It could be done with code if needed, try something like this for example
– https://www.screencast.com/t/oreX79rng
Enter it in Theme panel->Custom CSS section if you decide to use it
.td-header-style-7 .sf-menu {
float: none;
}
.td-header-style-7 .td-header-menu-wrap-full.td-container-wrap {
height: 111px!important;
}
.td-header-style-7 .sf-menu > li > a {
padding:0 13px;
line-height: 83px;
}
.td-header-style-7 #td-top-search {
top: 35%;
}
Thanks
Hi.
I’m going to start a background ads campaign. I added a code to download the web
.td-header-wrap
{
margin-top: 100px;
}
But it also affects the mobile version. I need it to only affect the desktop version.
Thank you.
Hello,
Sorry but our theme does not have this kind of functionality. Our theme headers are the same for all of the site. You can try to use a menu plugin but I cannot recommend any as we have not tested menu plugins.
Thanks.