- 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
On my website http://www.estambul.net I am using both header and footer logo but i see that footer logo is without width and height statements.
where i can add these?
Thanks
Hi there guys,
I was looking to put a feature optin box on my site (www.clearawayacne.com) like (http://www.boostblogtraffic.com/). I found that a plugin (plugmatter.com) was able to do this. However, when I activated it, the feature box showed up at the complete top of my site like:

which I certainly didn’t want to happen.
After contacting their support, they agreed to put it where I want – like they did for (www.matthewwoodward.co.uk). But after taking a considerable amount of time, they conceded by saying the code of your theme is complicated. We cannot do it, you may better contact YOUR THEME DEVELOPERS, they’re the only ones who can do it.
So guys, can you help me make it possible to put a feature box like this?

look at the header.php file in the theme folder
paste before the closing head tag.
Or, if using YOAST SEO plugin, there is a box in that plugin to paste in your confirmation code.
I actually found it easier to download the verification html file and ftp that to my website root, so you’re not tied to any theme or plugin for that. 🙂
Hi !
I just bought the theme and wondering where to find header code and footer code to paste google webmaster tools code please.
thank you
Thats other…
This is my website source code:
<script>
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
var td_ajax_url=”http://www.xxxxx.com/wp-admin/admin-ajax.php”;
var td_get_template_directory_uri=”http://www.xxxx.com/wp-content/themes/Newspaper”;
var tds_snap_menu=”snap”;
var tds_header_style=”6″;
var tds_mobile_swipe=””;
var td_search_url=”http://www.xxxxxxxx.com/search/”;
var td_please_wait=”Lütfen bekleyiniz…”;
var td_email_user_pass_incorrect=”Kullanıcı adı yada şifre yanlış !”;
var td_email_user_incorrect=”Email yada kullanıcı adı yanlış !”;
var td_email_incorrect=”Email yanlış !”;
var tds_more_articles_on_post_enable=”show”;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=”0″;
var tds_theme_color_site_wide=”#ff4fb8″;
</script>
Problem is here !
Hi,
I want to put my “Partner von Fabalista” Logo below the header ad like you see on this photoshop-montage:
http://dev.promicabana.de/wp-content/uploads/logo.jpg
Can you tell me please how I can do this?
Thank you guys! 🙂
Hi,
Please try this custom css:
.td-sp-ico-home:hover{
background-image: url('http://localhost/paper1/wp-content/themes/Newspaper/images/header/elements-menu.png')!important;
}
.current-menu-item .td-sp-ico-home{
background-image: url('http://localhost/paper1/wp-content/themes/Newspaper/images/header/elements-menu.png')!important;
}
Thanks!
Hi,
You have to add a background image like it is made when you change color from Theme Panel, but this only when you hover. Please try this custom css in Theme Panel > Custom Css:
Color black from Theme Panel: http://screencast.com/t/cmGuVMuC
When you hover: http://screencast.com/t/gsXzrHbX35uB
.td-sp-ico-home:hover{
background-image: url('http://localhost/paper1/wp-content/themes/Newspaper/images/header/elements-menu.png');
}
Hope this helps!
example.com/search adress give 404 problem in webmaster tools.
var tds_snap_menu=”snap”;
var tds_header_style=”6″;
var tds_mobile_swipe=””;
var td_search_url=”http://www.example.com/search/”;
var td_please_wait=
How can we fix it ?
I’m on version 1.6 and I don’t see the transparent header button…
Hi,
Please try to remove this part from above custom css and it should work fine:
.single .td-full-screen-header-image-wrap .td-backstretch{
height: 500px!important;
}
Thanks!
Hi,
If this is exactly your code from header style 2 then the problem is with quotes signs ' ", please replace all your code with this one: http://pastebin.com/F7dhqR2k
Hope this helps!
Hello,
my Blog does NOT show and og: Metadata in the Header? Which component of Newspaper does include this Data? Is this logic included in the td-social-counter.zip Plugin that can be installed? (I did not yet install it, to reduce overhead, as I do not neeed the Sidbar Social Widgets that your plugin provides).
Or are the og: Metatags generated by the core components and need to be activated, but where?
Thanks!
Best bet is to create custom table styles and then apply that style “class” to your table.
e.g.,
.salztable .h3{text-align:center}
or just
.mycenter{text-align:center}
<td class="mycenter"><h3>Big Bad Bunny</h3></td>
You should also be using correct table syntax, with tbody tags, tr tags, th tag for header wrapped in thead tags, then td for cells. a th with header that crosses multiple cells also needs a colspan tag.
Hello,
I already added the code but the theme still showing the banner in single page. Any idea to fix this little issue?
The URL is: /wp-content/themes/Newsmag/parts/header/header-style-2.php
<div class=”td-header-container td-header-wrap td-header-style-2″>
<div class=”td-header-row td-header-top-menu”>
<?php locate_template(‘parts/header/top-menu.php’, true); ?>
<?php locate_template(‘parts/header/top-widget.php’, true); ?>
</div>
<div class=”td-header-row td-header-header”>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true);?>
</div>
<div class=”td-header-sp-ads”>
<?php if (! is_single()){
locate_template(‘parts/header/ads.php’, true);
}?>
</div>
</div>
<div class=”td-header-menu-wrap”>
<div class=”td-header-row td-header-border td-header-main-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>
Hi,
Use the following css to fix it: http://screencast.com/t/jN84piGSA
@media (max-width: 767px) {
.header-style-3 .td-logo img {
top: 1px !important;
max-height: 48px !important;
max-width: 130px !important;
}
.header-style-3 .td-logo img {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
}
Thanks
Hi,
If you use header style 2 please modify header-style-2.php like this: http://screencast.com/t/J1hj7mSkP1Cy
<?php if (! is_single()){
locate_template('parts/header/ads.php', true);
}?>
Please modify this in the main theme files not in child theme, at the moment modules and parts files can’t be overwritten via child theme.
Thanks!
Hi, I have added a logo which measures 400x179px.
I have also added this piece of code on the Custom CSS panel to get some padding.
.header-style-3 .td-logo img {
padding-top: 30px;
padding-bottom: 20px;
}
The problem is: In responsive mode, the logo overlaps with the menu line and the slider beneath it. Please note that the problem persists even If I remove the above CSS code which I have mentioned.
The site is at: culinarycafe.manifesto.co.in
I think I would be ok if I can control the height of the menu area, and the size of the logo, while on responsive mode.
Please give me some ideas on how to do this.
Thanks.
Much appreciated, Alin – I had thought that “Top Menu font” was what I needed to change (as the menu in question was called “Top Header menu”), whereas it was the “Menu font” that needed attention.
Following your instructions, I was also able to change the homepage icon’s background color and add a shadow to it.
I found this page to be of help in coming up with the right RGB value:
Hi,
Please edit menu-header.php and delete this code: http://screencast.com/t/GsIaQ54A7g
Hope this helps!
Hello again,
I’m using Header Style #2, the file is header-style-2.php and i made te modifications but doesn’t work fo rme, please check the entire code:
<div class=”td-header-container td-header-wrap td-header-style-2″>
<div class=”td-header-row td-header-top-menu”>
<?php locate_template(‘parts/header/top-menu.php’, true); ?>
<?php locate_template(‘parts/header/top-widget.php’, true); ?>
</div>
<div class=”td-header-row td-header-header”>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true);?>
</div>
<div class=”td-header-sp-ads”>
<?php if (! is_single()){
locate_template(‘parts/header/ads.php’, true);
}?>
</div>
</div>
<div class=”td-header-menu-wrap”>
<div class=”td-header-row td-header-border td-header-main-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>
I need to disable the header ad in the post pages, i hope you can help me,
Thanks
Hi,
You can try to add a background image on header style 3 using this css: http://screencast.com/t/VMTH3rPr
But if you change some settings like adding a site background you will need more custom modifications so if you don’t have basic knowledge you can hire a professional to do this for you.
.header-style-3 .td-full-logo{
background-color: transparent;
}
.td-full-layout .td-header-bg{
background-image: url("http://www.backgroundzs.com/static/images/desktop-backgrounds1.jpg");
}
Hope this helps!
Hi,
I’m not sure what header style do you use but to hide the banner only on post pages please add this condition in your header style file for example if you use header 7: http://screencast.com/t/BStDIFBZ
<?php if (! is_single()){
locate_template('parts/header/ads.php', true);
}?>
Result:
Homepage: http://screencast.com/t/sZ19VIbbieZy
Post: http://screencast.com/t/MfecsLyCiB
Hope this helps!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi guys,
I want to create a image based full width header like on for example: http://www.boredpanda.com. However, I can’t seem to find any option to do so and the theme doesn’t seem to support custom header plugins.
Does anyone know if and how this is possible?
Thanks in advance!
Ron