- 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
Hi,
You can use this code for the top and menu borders, enter it in Theme panel->Custom Css
.td-magazine .td-header-style-1 .td-header-top-menu-full {
border-top: none;
}
.td-magazine .td-header-style-1 .td-header-gradient::before {
height: 0;
}
Result – https://www.screencast.com/t/cyTQ1svzUF
And this is for that block (VIDEOD) title border color, it will make it black
.td_uid_6_589031fc95a90_rand .block-title {
border-color: black!important;
}
Result – https://www.screencast.com/t/zQj8RQas
Or if you want to make them all black the code is this
.block-title {
border-color: black!important;
}
Result – https://www.screencast.com/t/Tk6oWvqP
Also if you want to make the recent commnents widget title black as well use this
.widgettitle:after {
background-color: black!important;
}
Result – https://www.screencast.com/t/UJr7r06ZkPCr
If I misunderstood something please corect me, and I will try to provide other solutions.
Thanks
Hello orlando,
Please keep in mind that you want to make some changes or you want to add some code to the header of the theme, you should edit the theme core file like header.php code like this -> https://www.screencast.com/t/gIDbmCEfI 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 your understanding!
Hi,
You could add your own image source link in the header ad, in the code here – https://www.screencast.com/t/0Bt2RlQc
Thanks
The header logo on my new website is coming up too small, I’d like it full width.
f1grandstand.com
I have seen from other posts that Header styles 9, 10 and 11 should give me what I’m after – but they do not.
This is currently Header Style 10.
Is this a quirk of the version of the theme I am using – I don;t have this problem using newpaper with another variation of the theme.
HELP!
hi,
I’m using again your td-speed-booster version 4.5 plugin, I would bring in the header only td-theme-css, to give my users a pleasant feeling, without the white page.
then remove from the footer link
<Link rel = ‘stylesheet’ id = ‘td-theme-css’ href =’ https: //www.site.com/wp-content/themes/Newsmag/style.css? Ver = 3.3 ‘type =’ text / css’ media = ‘all’ />
How can I do??
I await your news about
Hi,
how can I put this code “dns-prefetch”
example:
<link rel=’dns-prefetch’ href=’//www.google-analytics.com’ />
<link rel=’dns-prefetch’ href=’//fonts.googleapis.com’ />
<link rel=’dns-prefetch’ href=’//pagead2.googlesyndication.com’ />
<link rel=’dns-prefetch’ href=’//googleads.g.doubleclick.net’ />
into the header of the thema.
Look your help.
Dear Sir,
I have upgrade the v7.6.1 = i love it
but, i’am sorry, the mobile theme does not work properly for my web
1). mobile menu and mobile header does not appear.
2). some of page in google search, signing
“page not mobile-friendly”.
i have tried non active all the plugins
= no result.
and than
i have tried remove all the plugins, and reinstall theme together
= same
Pls give me any solution Sir.
http://www.kundurnews.co.id
Thank’s for your kind
While searching on various other threads on the same topic, I noticed that there are ways to hide ads from the specific page using following code:
.postid-147 .td-a-rec, .postid-147 .td-g-rec{
display:none;
}
The result is here -> http://screencast.com/t/tz610oCpC
Notice : the .td-g-rec class is only for a Google Adsense AD and .td-a-rec for other ads.
Though, it is also discussed that to hide Adsense ads might go against Google’s policy. So, its better not to hide the ad but to stop ad placeholder from loading.
Bogdan was discussing something similar on how to remove ad placeholder from 404 pages on this thread: https://forum.tagdiv.com/topic/how-to-not-have-header-ads-on-certain-posts/#post-123574
Isn’t their any way to simply remove all ad placeholder from loading on any specific post? Please give a try to a solution for this.
You can very well notice that this issue is being faced by all of us, no matter whether they are aware of it or not.
I also noticed that many times, in other threads, it was advised to install any other plugins like Adrotate or QUAD.
I have a simple response on this. When we already have such a robust ad management system in-built in our theme, why should I use a new plugin for it? Shouldn’t we always try to keep numbers of plugins as low possible?
The ad-slots under TagDiv theme Ad manager is ( by default) built by taking Adsense into the consideration. Even Adsense examples are mentioned there, then why shouldn’t we try to improve its functionality rather than telling to use a new plugin?
I know that not everything can be integrated into a theme but if you do have such function. Please try to perfect it in future updates.
Just to give an example. There is a very popular theme on Themeforest called “BIMBER,” the developer didn’t want to work on ad section of the theme so, they collaborated with QUAD team and added the seamless ad-management system with this plugin.
But, since here we already have a very robust ad management option, we must try to make it fully worth of having it.
Hope you guys understand.
Love for TagDiv.
-
This reply was modified 9 years by
Nano.
Installing Plugin: tagDiv Social Counter
The plugin does not have a valid header.
Downloading install package from http://www.yourdancer.co.uk/wp-content/themes/Newspaper/includes/plugins/td-social-counter.zip…
Download failed. cURL error 7: couldn’t connect to host
Thank you for the codes. The Header one worked perfectly, but the button one didn’t change anything.
This is what I need of a button:

Another thing: I’m having trouble to take off the Media icons and Sign in button of the Menu, only on mobile. Can you please guide me on were can I disable this on mobile too? It is already disabled on Newspaper> Theme Panel> Header> Top bar

Hi,
Try this code for post template 6, enter it in Theme panel->Custom Css
@media (min-width: 767px) {
.td-post-template-6 .td-post-header {
height: 500px;
}
}
Result – https://www.screencast.com/t/yJVVezk3
Thanks
You means here:
Edit Themes
Newspaper: Stylesheet (style.css)
Paste this code at the bottom?
.home .td-header-rec-wrap {
display: none!important;
}
Hello!
Is it possible to insert an image (banner style image) where the header advert goes? If it’s possible, how?
Thank you 🙂
here is my parts > header folder. https://i.hizliresim.com/PnZRRv.jpg

my theme version. i can’t update 3.3 version because i bought so many item from fiverr. like different releated post style. if i update 3.3 my theme edits probably removed. :/
https://i.hizliresim.com/9gjbar.png

-
This reply was modified 9 years by
Finland.
Hi I can’t see featured image on posts header on my website https://tacticalpedia.com
What’s wrong with it?
Thanks,
Francesco
Hello,
The header ad size depends on the header style that you use. Some headers will not be able to show a size bigger than 728 px while others can show it in it’s full width of the content.
Please choose a header style where the ad is not positioned on the same row with the logo:
https://forum.tagdiv.com/header-styles/
Thank you!
Hi,
Please follow this tutorial – https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ and regenerate your thumbnails and see if that fixes it. The logo is placed on the left in Header style 1 that you are using, you can find all the header styles here – https://forum.tagdiv.com/header-styles/ and choose a different one if you want in Theme panel.
Thanks
Hello,
If you want the logo to not get shrunk to the size of the menu, you will have to use a header style that shows the full logo: https://forum.tagdiv.com/header-styles/
these are styles 9, 10 or 11
Thank you!
Hello,
Sorry but this is not as easy as it sounds. The top menu is not created with an affix class as the main menu so there is no sticky top menu. Only the main menu has this feature.
If you only want to disable just the header menu on the homepage you can use this code:
.home .td-header-menu-wrap-full {
display:none;
}
Thank you!
Hello,
1. for the button please use this css:
#mc_embed_signup_scroll #mc-embedded-subscribe input[type=submit]{
background-color: #9f2c2c!important;
border-radius: 15px!important;
}
2. for the sticky menu height you can use this code:
@media (min-width: 768px){
.td-affix #td-header-menu {
min-height: 90px !important;
}
.td-header-wrap .td-affix .sf-menu > li > a, .td-header-wrap .td-affix .td-main-menu-logo a{
line-height: 90px!important;
}}
Thank you!
Hello krismali,
Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should try using the code below and place it in Theme panel->Custom CSS Area
@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}
}
The result is here -> https://www.screencast.com/t/8eOusSuF73j
Thanks for the message!
Hello giulian curl,
Unfortunately, our theme does not have any such an option for this, sorry! If you want to add them you should do it yourself because these tasks involve custom work and we cannot provide this type of services at the moment, sorry! If you want to do this, as a hint, you should edit the category templates and add there every ad you want, using the do_shortcode method. For more references in this regard, you can consult our topic here -> https://forum.tagdiv.com/topic/different-header-ads-according-to-category/page/2/
Also, if you do not have a solid coding skills 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!
Thanks for your understanding!
Hello, I’m trying to find where I can remove Home from my Home page. It says Home really big near my header, but I have no idea how to get rid of it. Any help would be greatly appreciated.
Hi,
I want to modify the Video News demo in Newspaper Theme. My idea is to have all in black so I need to change two grey parts at the homepage to black (first part is under header menu and video slider, the other one is under a block) I am not able to find it in theme panel.
Screenshots: http://leteckaposta.cz/505912133
Maybe is better to add this two parts by myself to default theme and customize. Can you tell me some codes how to make this background color like it is on the screenshot? I add the page so you can see it http://www.shredder-magazine.com
Thanks!
Hi!
I need to:
1. modify the font of the text logo. I tried modifying the css, as you told in this forum …
(“Hello ….,
If you want to change the text for your second line of your header logo text, you should do it from Theme panel, like this -> http://screencast.com/t/yDp2uMHI8Tkg
Unfortunately, our theme does not have any such an option that allows you to change the font for Logo text from the theme panel, sorry! If you want to change it you should use a bit of CSS code to load the new font for this section. For example, you can use the code below and place it in Theme panel->Custom CSS area:
.td-logo-text, .td-tagline-text {
font-family: ABeeZee;
}
Also, notice that the ABeeZee font should have to be loaded in your theme from the panel if you want that the code to be applied.)
…but I didn’t have the hope result!
2. I also need to reduce the size of the text logo on mobile, but I don’t know how to do.
I tried as you told in this forum…
(“Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:
@media(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}} “)
changing 25x with lower size, but any effect has sorted.
How to do? thanks a lot