- 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
Hi,
The theme allows only one top menu, and one header main menu. Having a second menu just below the default one would be just like inserting your menu items in the header menu normally
– https://www.screencast.com/t/uZWp9e1XrGp
If you wan to implement a second menu, it will require that you modify the theme files, since there is no options available for this.
You would have to first register the new menu here
– https://www.screencast.com/t/03npcbkjny
Then make modifications in the header menu, which currently only displays the default menu
– https://www.screencast.com/t/RcJ0c8qq
But this may not be so easy, and maybe you should backup the files that need modifying in case something goes wrong.
Thanks
Hi,
You ca try this code, it will set the new width for the header ad space, and also align it to the right if needed
– https://www.screencast.com/t/b4zCQQa8
.td-header-row .td-header-sp-recs {
width: 600px;
float:right;
}
Thanks
Hi,
I don’t think I understand what you mean. When I click on the Noticias tag on the block header, it is shown as active (changes color)
– https://www.screencast.com/t/2FTtZvwq4
Maybe I am misunderstand what you are asking, please correct me.
Thanks
Hello i24gabon,
Provide your website URL so I can take a closer look at it. Also, notice that if you will use any background image, the site width will be automatically switched to boxed mode. Try to change your header style to another one from our list and check the results.
Thanks for the message!
Hi,
You could try a code like this one
– https://www.screencast.com/t/RiAV4ZyKYB
It must be entered in Theme panel->Custom CSS section, and it will apply to all your posts
.single header .td-post-views{
float: left;
margin-left: 5px;
color: #ef5742;
}
Thanks
I would like to make the header ad slot size w: 600px h: 90px. If you give me css for this, my problem will solved.
http://prntscr.com/fyef99
Hi, I have set block 4 (Title “Destacados”) so that the header shows certain tags (by Ajax Filter > Filter by tag ID). In the first load I have tagged “Noticias”, but in the header, “Noticias” is not shown as active.
http://prueba.fantasymundo.com/wordpress/
How can I do it?
Thanks
Hello pathwayscanada,
If you want to achieve the same layout like as our demo, notice that you should use the header style 10 which displays the logo in full-width. Also, notice that you can use an image as a logo which will be displayed in full-width, like this -> https://www.screencast.com/t/4QimIcTJaf
Thanks for your understanding!
Hi,
Please note that each header style requires a specific logo size to be used
– https://forum.tagdiv.com/logo-favicon/
This size is calculated to accommodate the logo and the header ad with the best result. If you modify the header logo properties and make it larger like you did, there is no more space for the header ad you are using. It will be displayed on a second row, below the logo.
You can try to stretch the header logo and ad space with this option
– https://www.screencast.com/t/yPTAipVzWy4
If you want to display a bigger logo, you can choose from the header styles that do not require a specific logo size (header styles 9, 10 and 11)
– https://forum.tagdiv.com/header-styles/
Thanks
Hi
My header is not take all large on screen. I want my header is width=100%. How do i do ?
Thanks
I’ve fixed this issue if anyone else comes across it;
Go to your Theme Panel, click the ADS section then header section – remove the code that has been injected and save.
Hi
How change the background color of header in mobile device ? How change “HEADER BACKGROUND COLOR” for mobile device ?
Thanks
hi, i have two question.
1.
.td-header-style-3 .td-header-sp-logo img {
min-height: 113px;
min-width: 420px;
}
.td-header-style-3 .td-header-sp-logo {
min-height: 113px;
min-width: 420px;
margin:0;
}
.
I used the big logo with these codes
But ad slot came down img: http://prntscr.com/fy5fca
I want the ad slot smaller and on the right side of the logo like before.
2. I want ad image in the header. how can i do it?
Hello soklevskis,
Please notice that our theme just only take your add and render it to your front end. Check your add to be a correct one and also, to be right setup to our documentation here -> https://forum.tagdiv.com/header-ads-adsense/ Also, if the problem is still there, you should contact the hosting provider, tell the problem and ask them to help because they should be able to provide a more accurate response.
Thanks for your understanding!
Hi there,
I want to change the background and padding on a heading2 within my Newspaper website. I placed this code in the custom CSS area:
.td-post-content h2 {
margin: 200px 20px;
background:#DCDCDC;
padding:10px 8px;
}
But it does not seem to work. Even if I change the backround color. Nothing seems to apply to the header 2 in the website.
Am I doing something wrong?


Hi,
The header will only display the top menu, and the main header menu. These should be enough for the header section.
Adding another menu under the main menu, would be just like adding the menu items normally in the header menu.
You would have to first register the new menu here
– https://www.screencast.com/t/03npcbkjny
Then make modifications in the header menu, which currently only displays the default menu
– https://www.screencast.com/t/RcJ0c8qq
But this may not be so easy, and maybe you should backup the files that need modifying in case something goes wrong.
Thanks
Good Morning
I will like to add a new menu under the main menu as a secondary. I have create the menu using function.php. Can you guide me what file I need to edit to add my menu?
I am using Header 1
regards
Hi,
You could select header style 10 for example, which has a centered logo like this
– https://www.screencast.com/t/6fGepKCcL
To make it similar to header style 3, you can enter this code in Theme panel->Custom CSS
– https://www.screencast.com/t/cJBYh9BjcLb
.td-header-style-10 #td-header-menu .sf-menu > li > a:after {
height: 100%;
z-index: -1;
}
.td-header-style-10 .td-header-main-menu {
background-color: #282828;
}
.td-header-style-10 .td-header-menu-wrap-full {
background-color: transparent !important;
}
.td-header-style-10 .td-header-gradient:before {
display: none;
}
.td-header-style-10 #td-header-menu {
display: block;
}
This could be a solution for what you are trying to achieve.
Thanks
Well I’ve pasted this code in the Mobile Theme / General Ads / Header Ad, to upload an ad to the top after menu and I have not got it.
<div class=”td-all-devices”>
</div>
<div class=”td-all-devices”>
Ads continue to appear in the default position that the Theme marks.
Can you explain in some detail how to do this?
Thank you
Hi Bodgan.
I’m using the theme v8.0 and want to use “Tagdiv Composer” i download ionMAG Free theme. In the ionMAG plugin folder i find:
td-blocks-red-pack.zip
td-categories-red-pack.zip
td-composer.zip
td-grids-red-pack.zip
td-header-styles-pack.zip
td-posts-red-pack.zip
td-smart-lists-red-pack.zip
plugins/td-social-counter.zip
What plugin i need to install?
Only td-composer.zip OR also the rest?
Hello XPixel,
Most likely, your ad code is not good. Please notice that our theme just simply take the ad code and render it on the frontend of your website and do not influence the structure of it. What kind of Ads do you are using on your website? Notice that our theme is only tested with the Google AdSense. For more information about theme ads implementation, please consult the documentation here -> https://forum.tagdiv.com/header-ads-adsense/
Also, if the problem is still there and if you are using the Google AdSense code for your Ads, please notice that you should get in touch with the ad provider, tell the problem because they should be able to provide a more accurate response. May be various causes of ad malfunction.
Thanks for your understanding!
Hi,
The footer ad is interpreted and displayed properly, but the header ad seems like it is not complete
– https://www.screencast.com/t/eE6eojqCE3
Are you absolutely sure that the code is valid and working? Try as a test to enter the footer code in the header and see if it displaying there.
Also the theme system status has to be according to the mentioned values, that could be the cause as well. You could contact your hosting in this matter as I mentioned, they may be able to help you.
If it still does not display, you can send us an email at contact@tagdiv.com and provide admin login information, so we can take a look. Also paste a link to this topic in your email.
Thanks
Thanks for reply!
The error only on homepage. I’m try to turn debug true and get this:
Notice: id was called incorrectly. Product properties should not be accessed directly. Backtrace: require('C:\wamp64\www\dev\wp\test\wp-blog-header.php'), require_once('C:\wamp64\www\dev\wp\test\wp-includes\template-loader.php'), include('C:\wamp64\www\dev\wp\test\wp-content\themes\Newspaper\page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_row->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, td_global_blocks::proxy_function, vc_column->render, tdc_composer_block->do_shortcode, do_shortcode, preg_replace_callback, do_shortcode_tag, DHVCWooCommerce->dhvc_woo_products_shortcode, DHVCWooCommerce->_render_product_loop, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong Please see Debugging in WordPress for more information. (This message was added in versio in C:\wamp64\www\dev\wp\test\wp-includes\functions.php on line 4139
Thank you, but I would like to keep the menu as in Header style 3.
How can I replicate the same menu in other styles?
Hello,
If you need a centered logo, we recommend using one of the centered logo header styles: https://forum.tagdiv.com/header-styles/
Header style 3 has an ad spot besides the logo which does not allow it to go to the center.
Thank you!