- 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,
Please go to import predefined styles – http://screencast.com/t/NNbxVWxCD and import classic blog – http://screencast.com/t/xaUlxrcG
Also you can set your header to Blog style that especially designed to be used on blogs – http://screencast.com/t/E78DSllS
Thanks!
Hi,
If you want to use custom css to move it you can do it in Theme Panel > Custom Css: http://screencast.com/t/kS5GpZ5D
.single_template_5 header .entry-comments-views {
right: 380px;
}
Also if you don’t want to use css you make this change in the code:
-cut header from single_template_5.php – http://screencast.com/t/eEk6FbM18EEJ and paste it in loop-single-5.php – http://screencast.com/t/bpTFzgJzyU and it will look like default post template and style 1 – http://screencast.com/t/khTa3qPA
Thanks!
Hi,
I have checked your site and did not found any issues with mobile menu. Did you solved the issue?
1. I guess that you refer to the mobile menu, you have to click to the arrow for parent categories – http://screencast.com/t/kd8pMwKJ as if you click on the category, the link will be loaded. I’m not sure if this is your issue please provide more details.
2. You have a logo in the sticky menu – http://screencast.com/t/bUL577qLZKp
3. Also on mobile sticky menu you have a logo: http://screencast.com/t/Jtc2rJDlO
Or if you refer here – http://screencast.com/t/QcVH7p3Q1uG1 the theme doesn’t have an option for this and you will need custom modifications, unfortunately we cannot provide custom work at this time, sorry.
4. You can hide dropdown arrows via custom css in Theme Panel > Custom Css: http://screencast.com/t/3dvI3xwesew
.td-header-menu-wrap .td-icon-menu-down {
display: none;
}
.sf-menu {
margin-left: 0px;
}
Also please provide more details about menu items hover as I have checked your site and didn’t found any issues. When you hover an item, it open submenu or megamenu.
5. Create your menus from appearance > menus section: http://screencast.com/t/5ntqLpyXaaJ
Add your items to your custom menu: http://screencast.com/t/Ff4S0quiv
Set a page like this and choose your menus and publish: http://screencast.com/t/dAfaYkWmmk
Then use the page ID an set it as mega menu for your menu item: http://screencast.com/t/yphGpD46V
Result: http://screencast.com/t/TEVNDFmT
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/eVJ0sVkdLy
.td-container {
z-index: auto;
}
.td-post-header {
z-index: 1;
}
Thanks!
Hi,
I have checked your site and there is an issue also with image on mobile, not only with title – http://screencast.com/t/GZgeKEznR2N
Like you can see you have to change the height of the image for mobile, you can test this custom css, also you may create you own I only make a suggestion: http://screencast.com/t/daVBdR6s0Mp
@media (max-width: 767px){
.page.single_template_6 #td-outer-wrap .td-header-wrap {
height: 400px !important;
}
#td-full-screen-header-image {
height: 500px;
}
.page .td-full-screen-header-image-wrap #td-full-screen-header-image .td-backstretch{
height: 500px !important
}
.td-post-template-6 .td-post-header {
bottom: 70px;
}
}
With this css you can target the title and meta .td-post-template-6 .td-post-header
Thanks!
Hi,
Unfortunately if you use a header style with full menu this will not change to a boxed layout and you will need custom work for this. You can try another header style without full menus.
Thanks!
From the docs page:
note the example custom ad placement for each ad section;
header example custom ad code:
(code may not paste in here properly …)
<div class="td-visible-desktop">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg" /></a>
</div>
<div class="td-visible-tablet-l">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>
<div class="td-visible-tablet-tp">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg" /></a>
</div>
-
This reply was modified 11 years by
simchris.
Not my theme;
I think you can delete in the “header.php” file.
If using a plugin like Yoast SEO, it’s managed by that plugin.
Hello,
I have the same problem.:(
When my page is loading, i can see the logo but when the page finish loading, the logo disappear.
I can see it but it’s behind the menu.
I have the header style 3 and always snap.
Can you help me thank’s.
Martin
Hi,
Google Webmaster reports this error /search/ point to a page not found…
It could also redirect /search/ to another page, but in terms of seo even this does not seem a good idea.
What other solution to eliminate it in the page code?
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.bintmusic.it/wp-admin/admin-ajax.php”;
var td_get_template_directory_uri=”http://www.bintmusic.it/wp-content/themes/Newspaper”;
var tds_snap_menu=””;
var tds_header_style=””;
var tds_mobile_swipe=””;
var td_search_url=”http://www.bintmusic.it/search/”;
Thanks
I believe any email sent via the WP system, via php has that — not theme specific. You’d have to dig into the support for WordPress in their Codex likely to fix that (unless somebody here knows how to fix).
You might also try one of the smtp plugins for sending email out from WordPress, which allows more customization of headers and sender info.
This codes seems to do the trick:
.page .template6-header {
top: 500px;
}
.page .td-full-screen-header-image-wrap, .page.single_template_6 .td-header-wrap {
height: 500px !important;
}
.page .td-full-screen-header-image-wrap .backstretch{
height: 500px!important;
}
.page .td-full-screen-header-image-wrap .td-backstretch{
height: auto!important;
}
.page #td-full-screen-header-image{
min-height: 500px;
}
However, the article title text and info does not resize with it. So on mobile the title text and other text is below the image. Fix for that?
Hi,
1. The images are cropped for different sizes to be used on modules and you have this issue because of image aspect ratio. You can change the height size so the aspect ratio of the image to be closer to the aspect ratio of the picture – http://screencast.com/t/Uor66sP8FL0 but unfortunately there isn’t an ideal image size so it can look good on all thumbs, also depends which blocks/modules that you use for aspect ratio and you have to do some tests and see what aspect ratio to use.
You can find out more about cropping here – http://www.davidtan.org/wordpress-hard-crop-vs-soft-crop-difference-comparison-example/ – https://codex.wordpress.org/Function_Reference/add_image_size
2. Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pxATV4cS
.td-g-rec-id-header .adsbygoogle {
top: 5px;
}
.td-logo-rec-wrap {
min-height: 100px;
}
Hope this helps!
Hi,
website is http://www.autribune.com
1.
The featured images are cropped in a weird way and I cannot seem to figure it out. I want the featured images on the homepage to be scaled down to fit the space rather than be cropped at all.
2.
The header ad is cut off by the theme. I have tried all different options for sizes but its always cut off. Currently its on auto size from both the adsense code and the theme settings but is still cut off.
Hi,
I have added to custom css field.
Still mobile header menu is not visible.
Please check the link http://www.thebeautymadness.com
Also I enabled sticky side bar but it is not working
Rest all features are working perfectly,Thanks a lot for the theme.
One point of improvement i see the load time is average ~5 seconds which is quite high.
Please suggest,
Thanks A lot
Hi,
You can import Sport stack and you will get the same result without any custom css: http://screencast.com/t/Og0JKw2y – http://screencast.com/t/ShMNcG9fD Please note that if activate a stack, it will import only settings like fonts, colors…
Also after that you want the logo in the menu you can change the header style – http://screencast.com/t/RR15M4oPfT
Result: http://screencast.com/t/JQcN951KRcQa
Please follow theme documentation – https://forum.tagdiv.com/newspaper-documentation/ and let me know if you have other issues related to the theme.
Thanks!
Hi,
Please try this custom css if you refer to the top menu height: http://screencast.com/t/1QerhoM30RSm
.td-header-menu-wrap .container {
min-height: 50px;
}
.td-header-menu-wrap .container .row {
padding-top: 15px;
}
About the other issue you can also change to a default theme and check if you can upload. If not maybe it is a permission issue.
Thanks!
Hi,
You can create a condition in header.php to display menu only for specific pages – http://screencast.com/t/O8pjvnQtON
You can find out more details about conditional tags here – https://codex.wordpress.org/Conditional_Tags
Thanks!
I actually figured it out, added H1 from the header. Thanks for your help.
Now could anyone please tell me how to change the excerpt word/letter count to show more content on the front page for each listed article ?
Thank you!
I want to create my header with the logo in the middle and in both sides two little ads (as New York Times). I attach two screenshots. One of The New York Times header and the other of my current header with the position where I want the ads.
Thanks.


No point in having an H1 tag on home page unless it’s a static constant element such as “Micro Gaming News for the Tech Trade” — as Google doesn’t like “changing” H1 tags on static pages like a home page — a news headline should not have H1 tags on home page as those change hourly, daily, etc., and so have no relevance in SERPS.
So, you would need to edit the page template you’re using for home page or “page” template and add an “is_home” statement to put the desired H1 tag only on home page. Simple to do with Visual Composer, or if making a static page with loop.
eg
something like
<?php
if ( is_home() ) {
// This is the home page index
<h1>My Text Here</h1>
} else {
// This is not the home PAGe index
then get the normal page header
}
?>
just a thought. That likely not best solution, so pardon my butting in ….
-
This reply was modified 11 years by
simchris.
Hi,
You can try this css code: http://screencast.com/t/85w5s0iBk3
.td-header-style-3 .td-top-menu-full {
min-height: 55px;
}
.td-header-style-3 .td-header-top-menu.td-make-full {
padding-top: 12px;
}
Thanks!
Hi,
Unfortunately we didn’t do any tests with the DFP ads so i cannot provide guidance for it. Some clients included the ad code directly into the the template replacing the code on the theme default ad spots (ex header ad, post inline ad). – http://screencast.com/t/ydqCjZhNU9g3 – http://screencast.com/t/bUfRy0UDi8
For custom locations they used a text block/widget.
We have this on our list for a future update on the theme ad section but i cannot provide a date for it, we have a lot of features and issues on the list and we have to take them in order.
Thank you, Emil G.
Hi,
Please provide more details about what you want to do and also your site URL so I can inspect this.
If you want somthing like this feel free to use this custom css: http://screencast.com/t/TqnbisfS
.td-header-sp-top-menu {
float: none !important;
text-align: center;
}
Thanks!