- 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,
I’m using header style 5 and on a mobile device the logo is aligned left and overlapped by the menu logo. I’ve searched the forum but can’t find anyone else with the same problem. Anything I’m doing wrong? or anyway I can add some css to align the logo in the center on a mobile device?
Thanks
Graeme
How do I center the menu using header style 3? I might be using an old version of the template because I only have 8 header styles (I see references to header 10 in the forums).
Can you help me with just centering the menu using header style 3 please?
Thank you,
JM
A few questions:
1. In main version I use red header color, but in mobile version is black. Why and how cange to red?
2. How to disable sidebar in mobile version?
Dear Andrei,
unfortunately your hint only works if a visitor hits the category-button. The header changes with the category-overview.
But if a visitor comes from a link to my site, the regular header is shown, not the one of the category the post belongs to. Even though I changed permalinks to “mysite.com/%category%/%postname%”. The theme should recognize the category and choose the header accordingly. Any ideas?
/%category%/%postname%
Example: http://www.captain-gadget.de/funkstation/das-heimnetzwerk-per-powerline-erweitern
Thanks
Dirk
Hi
been trying to create an ad for the header but nothing i do seems to work
your link for the header ad tutorial seems to be broken “https://forum.tagdiv.com/header-ad/”
i can’t seem to get the header ad to show
any other way of getting the documentation?
If you say it works then it is probably something on my end (cdn configuration). I will look into it and report here later when I find out more. (Even now I think that I know what is the problem – probably the part where my cdn configuration ignores original headers. I’ll set it up not to ignore it) 🙂
Hi,
Yes. Edit the header.php file and add this line of code like here: http://screencast.com/t/1nQV0lZzuLqD
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));
Then go to Theme Panel -> Ads -> Custom Ad 1 and paste you ad code there. Also probably you need some CSS to adjust the space.
Hi Radu,
thanks for the fast Reply. I changed this meanwhile in Header.php File of the Template.
And do you have a solution for my secon question too?
And a further question. Google Search Console told me that I have not set a “hreflang-Tag” yet.
What does this mean? And which code should a use and whre should I put this code?
Which Code do I have to inlcude to set the “hreflang-Tag” ?
In Google Search Page my Website is listed already but beside there is a Link “Translate this Site”. But this Site is already in german Language.
In Google Search Console I get the message that my Site has not set a “hreflang-Tag” yet so this could causing this Issues I described above.
Many thanks for your Reply,
Karl
Hi jamies,
You can set your Ads in Theme panel->Ads area, like this: http://screencast.com/t/5zN0fsm53Tx5 . Here, you can see a list where you can select where you want to show ads, like: Header ad, Sidebar ad, Article top, inline, bottom, Custom Ad 1,… etc. Please consult our documentation for more information about how to add this ads, here: https://forum.tagdiv.com/header-ad/ .
Hope this helps and let us know how it goes!
Thank you!
Hi,
the language attributes should change automatically when you change your wordpress language from wp-admin. We indeed may have a problem with the lang attribute for older internet explorer browsers (8 & 9) – to fix this you can edit the header.php file and change this en to de-AT http://screencast.com/t/x5JeHnjfH6at .
In the next update we will fix this issue.
Radu O.
Hello,
Please add your first part of the code in the Header.php file like so: http://screencast.com/t/dVMXjsRh
Just copy and paste it inside the body tag.
Then you can use your facebook plugin code in a raw html element in visual composer to display your widget:
http://screencast.com/t/ULY0Hg5jv7K – http://screencast.com/t/r1ekHOSeAZbB
I hope this helps.
Thank you!
Hi wcsindia,
The new update version does not affect the Ads code. Here, http://tagdiv.com/newspaper-6-6-update/ you can see which includes the new update.
Please make sure that you are using the correct and valid Ad code. For more information about Ads, please consult our documentation here: https://forum.tagdiv.com/header-ad/ .
If your problem is still there after you have followed the steps above, please let us know.
Hope this helps!
Thank you!
Hi,
You can see all header styles in Theme Panel -> Headers http://screencast.com/t/CtzC4mO9d to find something that fits you need.
Hover color for individual items from menu can be customized only via CSS.(please provide your site URL to inspect it and give you an example)
Mega menu allow you to get posts from a category(not entire site). If you want to have the latest from blog, just create a category BLOG and add all your post there. Then use that category in a mega menu.
To add icons in menu, read here: https://forum.tagdiv.com/how-to-add-icons-in-menu/
For custom image profile use this plugin: Wp User avatar
Thanks for the message!
Hi
I’ve checked your site and the header ad it’s displayed fine on my side: http://screencast.com/t/sRMW4doL Please make sure that you’re not using any ad-block software, clear all caches and test again.
Thanks!
Hi,
1. The first top ad came from the Header ad from Theme panel -> Ads: http://screencast.com/t/FrYnEKeH2I and the second one is added in page, after the Big grid with an Ad box in your case in that ad box you call the Header ad.
The header ad default is used and appear automatic only in header. If you use an Ad box in your pages you should use a custom ad instead of header ad to be aligned. http://screencast.com/t/KtjaaEGi then go to Theme panel -> Ads and add you ad code in Custom ad 1.
Also to better align the top ad, add this CSS in Theme Panel -> Custom Code -> Custom CSS section
body .td-header-style-5 .td-g-rec-id-header > .adsbygoogle {
margin-bottom: 24px !important;
}
.td-main-content-wrap .td-g-rec-id-header {
text-align: center;
}
.td-main-content-wrap .td-g-rec-id-header .adsbygoogle {
margin-bottom: 22px;
}
2. If you mean the background color behind the big grid use this CSS and change the color like you want
.import_video_slider_bg {
background-color: #1C2451;
}
Thanks for the message!
Hi,
The menu should appear on all pages, if you didn’t set one that message will appear on each page.
You can disable it by commenting the following line – http://screencast.com/t/BataSrR7fI4W
If you want to disable it for one page only you have to add a condition, ex. – http://screencast.com/t/98xxVBwNrv
For more details on conditions please check this – https://codex.wordpress.org/Conditional_Tags
You can also hide it with custom css(add it in Theme Panel -> Custom CSS):
.td-header-menu-wrap-full {
display: none;
}
Thank you!
-
This reply was modified 10 years by
Emil G.
Hi,
What header style do you use? Please provide the site url so we can take a look.
Thank you!
Hi
You need to add a set of conditions in header-style-7.php and load a different logo image for each category like here: http://screencast.com/t/RDofG5R4YL
<?php
if (is_category('cat1')){
echo '<img src="url image 1">';
}
elseif (is_category('cat2')){
echo '<img src="url image 2">';
}
else {
locate_template('parts/header/logo.php', true);
}
?>
This code should load a different logo image for the category pages but only when header style 7 it’s used. If you change the header style you need to apply the customizations in the file corresponding with the header style used.
Let me know how it goes.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi,
I’m not sure what you mean, can you give me more details, or show me in a screenshot? Do you want a space above the top menu?
You can use this css to add a space, add it in Theme Panel -> Custom Code -> Custom CSS section
.td-header-top-menu-full {
margin-top: 50px;
}
Thanks for the message!
Now I found out it was due to a conflict with other plugins. But the header big gird is still not shown properly
and it shows this on the webpage for the slider header place:
[vc_row full_width="stretch_row" el_class="import_video_slider_bg"][vc_column][td_block_big_grid_6 category_id=”357″ sort=”featured”][/vc_column][/vc_row][vc_row full_width="stretch_row" el_class="import_video_ad_bg"][vc_column][td_block_ad_box spot_id="content_bottom"][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column width="2/3"][td_block_3 custom_title="POPULAR VIDEOS" limit="4" td_ajax_filter_type="td_category_ids_filter" ajax_pagination="next_prev"][td_block_15 custom_title=”MOVIE TRAILERS” sort=”random_posts” limit=”6″ ajax_pagination=”load_more”][td_block_ad_box spot_id="custom_ad_2" spot_title="Advertisement "][td_block_15 custom_title=”GAMEPLAY” sort=”random_posts” limit=”6″ ajax_pagination=”load_more”][/vc_column][vc_column width="1/3"][td_block_ad_box spot_id="sidebar" spot_title="Advertisement "][td_block_video_youtube playlist_yt=”14JuGRUu_bo, aZdpX6SF5Z8, 1LK0iDlPlTU, 8RrS0GTsEEg, YcNJrufroUQ, Sfiflu_CdJ4″][td_block_18 custom_title=”TOP REVIEWS”][/vc_column][/vc_row][vc_row full_width="stretch_row" el_class="import_dont_miss"][vc_column][td_block_14 custom_title=”DON’T MISS” header_color=”#f8c900″ sort=”random_posts” limit=”3″ td_ajax_filter_type=”td_category_ids_filter” ajax_pagination=”next_prev”][/vc_column][/vc_row]
Hello,
I’m using Header Style 10, but it’s ugly when i scroll down and up my site. And it’s mobile view is bad too
Can you fix it ?


Hello dear community,
i have a problem with my cookie law info. I had always the solution of silktide.com
I had insert my code to the header.php of the newspaper themefile but nothing happens.
Please help me!!!
Best Regards
Xandr-tech.de
Hi there!
I’m trying to set up a header ad, but it seems not working.
Please check the next links with screenshots
https://www.dropbox.com/s/be0kl7zpv0md40c/screen_1.png?dl=0
https://www.dropbox.com/s/dcaol4795ihvl53/screen_2.png?dl=0
https://www.dropbox.com/s/c8w2qbq5yzi2jne/screen_3.png?dl=0

