- 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
Hello George,
The theme does not have an option for that but you can do it with custom CSS:
.page-id-693 .td-header-top-menu-full, .page-id-693 #menu-td-demo-header-menu-1, .page-id-693 #menu-td-demo-footer-menu{
display:none!important
}
result: http://screencast.com/t/gU8G6XWHGcL
Thanks
Hi,
I am building custom login page at the moment
http://www.viralbae.com/login/
But unable to see any option to hider Header,Top and Footer menu for a specific page.
Kindly advice.
Thanks!
Hello,
I would like the header did not have white space above and below in the mobile version. My website to look this is: http://www.lacasadeel.net
Also, I would modify the menu of the mobile version, both color and options that appear in it, to show one more than the desktop version.
Thanks you very much.
Hi
I’ve checked your site and and the header ad is displayed fine, I reloaded the site a few times in browser and did’t found the issue: http://screencast.com/t/rYnyL795
Try to clear all caches and test again. Also you can try with a different banner ad and to see how it works.
Thanks!
Hello,
You can try to use a different header style as each behave differently. There are a few header style to chose from: https://forum.tagdiv.com/header-styles/.
We know of a similar issue on header style 8 that is on our bug list (i cannot tell which one you are using based on the screenshot)
If a different header style does not fix the problem or you do not want to change your header, please provide a link to your website so we can take a look and come up with a solution
Thank you!
Hello,
The theme has a few options to insert ads. Please read the doccumentation on how you can use ads: https://forum.tagdiv.com/header-ad/ (there are 8 sections on ads)
For pages you can use visual composer’s ad box element.
Headers have their own ad space you can use. If you want to place another ad besides the one provided by the theme you will have to alter the theme core files.
If you want to use the code method for example in the category pages, you can use a ‘do_shortcode’ function and set it to use one of the custom ad spots from the theme panel:<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> and place the code in the corresponding category file: http://screencast.com/t/LgZK8Zys2Uw
I hope this helps.
Thanks.
-
This reply was modified 10 years by
Bogdan B..
Hi
I am not sure where you want to place the custom ad. You want to use it as header ad or as an article top ad? You can check this link for more details about banner ads: https://forum.tagdiv.com/using-other-ads/
If this does not help or you want a different implementation for the ad please provide more details and also a screenshot pointing the place where you want to place it, so I can provide a more accurate answer.
Thanks!
Hi tripledm,
If you look to the bottom of that topic I posted a recent solution(for version 6) how to register a new menu and where you can use it, here you can see an example – http://screencast.com/t/oe0mdRGKqg – http://screencast.com/t/J8mCplwyU – http://screencast.com/t/1jJYbw9azbuV – http://screencast.com/t/WPXfWdtud
Unfortunately the time doesn’t allow us to provide custom work and you will need more customization(css) for your menu to look right, so I cannot test this for each device how it looks and also depending the header style you choose.
Hope this helps!
Hi
i have one problem when i tried to add the wpglobus selector for multilanguage when trying to select other language it show like the attached image:

Can i solve this issue easily or that selector cant be at that place?
Can I add a custom 728 x 90 ad to my category page. Right now I have a header ad but we typically have 2 additional 728 ads at the top and bottom of the page and I cant seem to figure out where in the template to add the code?
Hello. As I can insert a banner on pages or category.
Above the header, under the header.
Above and below the posts of the pages in the category.
The same thing we insert a banner in the homepage but in categories.
Thank you
Hello,
I have a couple questions I have about the theme and was hoping you could solve my issues.
1. In header style 10, the top and bottom margins seem to be a bit excessive. Is there any easy way to reduce the top and bottom margins?
2. I like the content to stand out and make it easier to read. Is there any way to set a background and menu background that is different for just posts? In other words, I would like to set a unique menu and page background for posts. Even more ideal, is there any way to set the menu background to be transparent?
3. I know I have asked this before, but I wasn’t as clear. I know that this theme is not wide formatted but is there any way to easily decrease the width of the side margins? I would be happy with a 15-25% decrease in margin width.
4. Lastly, is there any way to but an bigger left margin on the widget section so there is a larger space between the content and the widget section. The widget section seems to be too close as it appears to take some attention away from the content and give a cluttered appearance.
5. I am having trouble setting a font for H1-H6 on the home page. I have tried page-font settings and post-font settings and both seem to not affect the H2 title “Connect With Us” on my home page. Am I looking in the wrong area or is this a bug?
NOTE: my website can be found here to reference my questions: http://thryvewell.com/
Thank you for your help!
Hi guys,
i was looking for the solution to this problem: i perfectly managed to hide ads IN the article (thanks to this discussion), but i could not be able to hide them in the top header (which is outside the article block) and in the sidebar.
I tried to edit the header-style-3.php (which is the style i got set from the newsmag menu i guess) file but no results on that, the ad stills there and this is the code i insered in this file:
<div class="span8 td-header-style-1">
<?php
//show the header ad spot
if (!get_field('hide_ad')) {
echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
}
?>
</div>
Am i doing something wrong? And what should i edit for the sidebar?
My website post page where i’m trying to hide them is this one: MyTechnology
-
This reply was modified 10 years by
reloaded.
Hi @grupoinnovate,
I suggest you to use a plugin like Category Order and Taxonomy Terms Order. Please note that we did not test it with the theme, but I see that many users use it.
If you want to put the word “Miami” before the date in your top bar menu, please follow this step below:
http://screencast.com/t/ZZff0BVp
Here you can see the result: http://screencast.com/t/Nej9juTpyvjb
To fix the problem with mobile, please try this custom CSS:
http://screencast.com/t/xF2CF4NVGusq – http://screencast.com/t/D0iA5AnY
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}
}
Hope this helps!
Thanks and let us know how it goes!
Dears,
Once I have started changing the colors of the blocks on a homepage I have noticed that no matter what I do, I cannot show the Header on the Social Counter http://cl.ly/image/3h3m410r082J
If I reinstall the theme, than it is ok, but again if I start changing the colors and texts on the blocks, heading of the Social Counter disappear.
Could you help me with this issue?
Thanks,
Vladimir
Hello,
Anything other than what the theme options can provide will have to be done either with a plugin or custom work.
You can modify the theme files, for example in header style 4, you simply place the header code above the top bar and their position will be switched. It will require a bit of adjusting using CSS though: http://screencast.com/t/dtu6auR4h – http://screencast.com/t/tzqrFloq0t
Thanks.
Hi
The theme wasn’t designed to display the top menu on mobile devices, but you can use this custom css in theme panel > custom css to display it: http://screencast.com/t/AjbppVaZrk
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
Thanks!
Yes, thanks for looking into it. One featured image wasnt resized during the upload and i deleted that post. Now it is ok back to normal.
For the second page i also use visual composer.
http://notranjskoprimorske.si/napovednik/
Here are also squares.
And if you click on event and you get eventcard poped up, you see in header of event card where date is displayed, there are also squares.
Hi again,
For obtain an result, you have to be put in code area this custom CSS like this:
http://screencast.com/t/o7ejAVEsj6jZ
.header-logo-wrap {
margin-right: 100px;
width: 250px;
}
Thanks and let us know how it goes!
Hi
Loving the theme, trying to set it up for my online magazine but have one issue. I’d like to change the category page design a bit, specifically to add a header/a place for an image.
Here’s a picture of what I’d like to be able to do:
Any help/advice would be greatly appreciated!!
The theme panel=>custom css area does not contain the following code below. I even checked advanced.
.header-logo-wrap {
margin-right: 100px;
width: 250px;
}
It must be in another css file or area.
Hello,
I tried to disable ads on desktop using theme panel option DISABLE ON DESKTOP but it’s not working because it’s showing ads on all devices. I want header ad to be shown only to users with mobile/tablet devices but it’s loading on desktop too.

I’m using Newspaper – Theme panel version: 6.3 and WordPress 4.3.1.
Is there any solution for this problem?
Thank you
Kind regards
Hi,
I see that you use a header style with full logo. So you can use the full image size, please check – http://screencast.com/t/qjqSOdPY – http://screencast.com/t/GG0vI8Xd
Thanks!
There are more ads half way the sidebar an in the big white gap under the header and first post was a banner. if now changed it up a bit to see if its has anny effect
Hello again,
I’ve checked your site and also you can try this css in theme panel=>custom css like this:
http://screencast.com/t/JqQkxZv6X6h1
http://screencast.com/t/VtQEKPjEGTPO.
.header-logo-wrap {
margin-right: 100px;
width: 250px;
}
You can adjust the logo image size if you increase or decrease the width value as you want.
Also you can adjust the ad banners position if you crease or decrease the margin-right value.
Hope this helps!
Thanks.