- 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
Hello sejpost,
Please keep in mind that our theme has a lot of header styles and if you want to do this modification you should do it inside the core file corresponding to your header style used by you. For example, if you are using the Header Style 7, you should check the theme core files, Parts->Headers and then, there you will see all the header templates, like this -> http://screencast.com/t/4PHYvgRyki and here you should add the code provided above.
Thanks for the message!
My site is set up to just run the latest blog posts on the home page, with a sidebar on the right. Without fussing around with PageBuilder, is there a way to just add a 640×90 ad block directly above the blog posts (underneath the header on the left)?
Thusly:
Site:
Thank you,
Jane
I use a program called floatbox to trigger a lightbox and I need to add this code to the header
<link rel=”stylesheet” href=”/floatbox_123/floatbox.css” />
<script src=”/floatbox_123/floatbox.js”></script>
I’ve done it in other themes, but not sure where it would go in Newspaper? Can you help please?
If I cannot, then can you suggest a lightbox plugin that does not conflict with your code please?
Hi Guys,
I’d like to use the below CSS code to replace my header image with one that runs across the whole page:
.td-logo-wrap-full {
background-image: url(“http://www.irreverentgent.com/wp-content/uploads/2016/11/Make-Yourself-Esteemed2.jpg”);
background-repeat: repeat-x;
}
When I tried this, I removed my current logo, but got a strange error. Is there something I’m not doing?
Thanks!
Dave
How do I get to the header file php area as shown here? Is it done thru the wordpress dashboard or thru my host? I can’t find the header file folders as shown here: http://www.screencast.com/t/u0c4ifVa66Xo
-
This reply was modified 9 years by
sejpost.
What is the code I use to add “newsticker” to all pages of the website in the header after the navigation? Or, if I have custom ad code under the navigation, can I put it there?
Hello,
I want to be able to do something like this:
https://s21.postimg.org/qa5a7w19z/Screen_Shot_2016_11_09_at_16_17_06.png
and have the white space above it gone
is this possible if not any alternative suggestions?
Hello
I would like the mobile header / logo to be much bigger than it is, probably 3 x the size or more.
When I use inspect I can see how to increase the size of th elogo itself, but not the black header behind it. So the logo overspills onto the content.
Please can you advise how I increase the whole header area as well as the logo size?
http://thedarklordspeaks.com.gridhosted.co.uk/
Many thanks!
Lauren
Hi,
When you create a page without using the Visual Composer pagebuilder, the page title will appear in frontend even if you use the default page template. You can use this custom css to hide it – http://screencast.com/t/Fbjn3JIe7o
.page-id-798 .td-page-header {
display: none;
}
.page-id-798 .td-page-content h2:first-child {
margin-top: 0px;
}
Hope this helps!
Hello Hassan Zia,
Unfortunately, our theme does not have any such an option/feature that allows you to include the user rating system, sorry! The theme only has the other rating system which allows only the author to rate the post. We do not have any tested plugins in this regard, and we cannot make any recommendation in this case, sorry!
For your second request, I suppose that you are referring to the Facebook Comments, right? Notice that our theme does not have any such an option for it but more references in this regard, you should follow the next topic here -> https://forum.tagdiv.com/topic/anybody-implemented-fb-comments/ because there you should find all the steps which are needed to take in this regard to implement the Facebook Comments to your website.
The Bbpress is compatible with the theme and until now, we do not have any bad reports in this regard, sorry! For more information about this, check the documentation here -> https://forum.tagdiv.com/how-to-install-bbpress-forum/ Ensure that this plugin is not affected by your untested plugins which you are using on your side. Maybe, it could be a reason in this regard. Try to disable all of them and install only plugins which come bundled with the theme and which are tested with the theme to achieve best results.
The ad can be added to the header from the Theme panel, Ads section, like this -> http://screencast.com/t/FsE632YK7VNP Notice that our theme has a lot of header styles which can be found here -> https://forum.tagdiv.com/header-styles/ Also, please check your Ad code to be a valid one because otherwise, the code will not work. For more information regarding on our ads, please consult here -> https://forum.tagdiv.com/header-ads-adsense/
Hope this helps!
Thanks for the message!
Hello,
1. The social media icons in the theme panel will not affect the social icons on posts. That option is for the header and footer social icons. The post icons cannot be handled from the theme panel. If you wnt to remove certain social icons, you will have to edit this file and comment out or delete the line that corresponds to each of the social icons: http://screencast.com/t/QzSJCnll
2. If you want to add a linked in button you should follow this guide: https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
Thank you!
Hi,
I am using a plugin, the DFP – Doubleclick Ad Manager by Chris W. Gerber. It works well on two of my sites in body and sidebars, though not in the header (I am using a header style without ads so I don’t care). The import feature doesn’t work but I think only one line of code needs to be changed to make it work (seems to be a character in the beginning that is wrong). I added my ad slots manually, no problem.
I don’t know about resizing because I don’t use 728×90 on mobile.
BR, Walther
Hi,
Please use the code lie so:
.page-id-12392 .td-header-wrap{
display:none;
}
There was a comma there that was not supposed to…sorry…my bad
Thanks.
Hi All. my sit eis almost done. just a few questions where i am stuck.
1. im using newspaper rating system. my question is who can rate any post? someone who is logged in or any visitor?
2. How Can user post comments by logging in through their facebook account?
3. Bbpress login is not behaving properly. Whenever a user logs in , he is redirected to http://storymuncher.com/wp-login.php page , which is empty page
4. How to have an ad in the header? as the black version of your theme does not have an option for ad in the header setting.
my site is storymuncher.com
After successfully creating and running the td_api_plugin to display a Block of Custom Post Type “event” I need to order it using custom field “event_date”.
I have tried adding:
'meta_key' => '',
'orderby' => '',
'order' => ''
to $atts and assigned values to it:
$this->atts['meta_key'] = event_date;
$this->atts['orderby'] = event_date;
$this->atts['order'] = DESC;
The params are reflected correctly when I print_r($this->atts); inside td_block.php:
Array ( [limit] => 5 [sort] => [post_ids] => [tag_slug] => [autors_id] => [installed_post_types] => event [category_id] => [category_ids] => [custom_title] => NEXT EVENTS [custom_url] => [show_child_cat] => [sub_cat_ajax] => [ajax_pagination] => [header_color] => #000000 [header_text_color] => [ajax_pagination_infinite_stop] => [td_column_number] => 2 [td_ajax_preloading] => preload [td_ajax_filter_type] => td_tag_slug_filter [td_ajax_filter_ids] => 78, 79, 80, 81, 82, 90 [td_filter_default_txt] => All [color_preset] => [border_top] => [class] => td_uid_14_5822ad4fd6f60_rand [offset] => [css] => [live_filter] => [live_filter_cur_post_id] => [live_filter_cur_post_author] => [meta_key] => event_date [orderby] => event_date [order] => DESC ) Array ( [limit] => 6 [sort] => [post_ids] => [tag_slug] => [autors_id] => [installed_post_types] => post [category_id] => [category_ids] => [custom_title] => CONTENIDO [custom_url] => [show_child_cat] => [sub_cat_ajax] => [ajax_pagination] => next_prev [header_color] => #1e73be [header_text_color] => [ajax_pagination_infinite_stop] => [td_column_number] => 2 [td_ajax_preloading] => [td_ajax_filter_type] => td_category_ids_filter [td_ajax_filter_ids] => 72, 71, 37, 25, 29 [td_filter_default_txt] => All [color_preset] => [border_top] => [class] => td_uid_20_5822ad5005c1c_rand [offset] => [css] => [live_filter] => [live_filter_cur_post_id] => [live_filter_cur_post_author] => [meta_key] => event_date [orderby] => event_date [order] => DESC )
But the order of the posts is never altered. Has anyone dealt with this issue before? Any help will be very appreciated!
Hello
Is there a way to reduce the space between the header (Style 11) and the slider beneath? My site is http://www.gaoperator.com
Thanks. Great theme, btw.
Dave
Hello jitin bahri,
Unfortunately, our theme does not have any such an option that offers you a way to add a facebook instant article header script, sorry! Please try to find out some online solution in this regard and try to implement it yourself because we cannot provide custom modification at the moment, sorry! For more references, you should consult the official guide like this -> https://developers.facebook.com/docs/instant-articles
As a hint, you should add the code in header/php, between the
Hope this helps!
Thanks for the message!
Hello Andre,
You should use the following code if you want to change the color for desired elements. Place the code in Theme panel->Custom CSS area.
The code is ->
.td-header-sp-top-menu .top-header-menu>li>a{
color:red!important;
}
.td-header-sp-top-menu .top-header-menu>li>a:hover{
color:green!important
}
.mfp-content .td-login-panel-title, .mfp-content .td-login-info-text a, .mfp-content .td-login-button {
color: red!important;
}
Using this code, you can change the values as you wish.
Hope this helps!
Thanks for your understanding!
Hi,
Please try this custom css to solve the breadcrumbs issue until we manage to fix this – http://screencast.com/t/V0X0donRD
.page-template-page-pagebuilder-title .td-page-header {
padding-top: 20px;
}
Regarding the sign in/register link on the mobile menu, here you can place your custom link – http://screencast.com/t/d5B2adI5n
Thanks!
Is anyone using Newsmag with the WPML plugin? I tried it and so far it is working just fine. Sometimes it is having a hard time in displaying the language selector properly without extra coding, but it works just fine in the top header menu bar. However, that menu is not displayed in the mobile version, so mobile users can’t select a language. Any ideas how to overcome this? Can that menu be displayed also in the mobile version?
how to add header script in newspaper theme. i wanted to add facebook instant article header script . please help me out
name jitin bahri
email jitin_bahri@rediffmail.com
Hi Catalin,
I have done everything you suggested still not is working. I can’t save our primary header menu and this very bad for our us now. Please how can this be fixed?


Looking forward to hearing from you soonest.
-
This reply was modified 9 years by
afriwired. Reason: Added screenshots
Hello,
1. The header is in tune with the main content area and it cannot be made wider. The positioning of the elements depends on the header style that you use, but you will not be able to make it wider. The main content is 1068 px wide. The header as well will not be able to go past this width.
2. The logo will redirect to the homepage is this is not altered in any way. I cannot say for sure what redirect you have in place as you did not provide a link to your site, but that is not a default theme implementation. If your logo does not redirect to the homepage, you will have to check your multi-site or plugins.
Thank you!
Hello,
I am using Newspaper 7.5 update. I am trying to add a new custom link to td-demo-header-menu. But when I click on save & publish nothing happens. And I get a browser message “Do you want to leave this site? Changes you made may not be saved. How can I solve this issue?
Hello,
The theme main content cannot be stretched to full width unfortunately. The header and footer can be full width if you do not use a background image or color, but the main content area was not designed to be full width. If you want to customize it to show full width you will have to be keep in mind that all the theme elements depend on this fixed width. Our theme was not built with a dynamic width in mind.
Thank you!