- 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
my friends
just remove this line from your header style file
i use header style 3 and i find this line and remove that
<?php td_api_top_bar_template::_helper_show_top_bar() ?>
header styles files are here
wp-content/themes/Newspaper/parts/header
or
you can remove this file
td-login-modal.php
Hello
our ad provider requires us to have the Header Ad as the first ad to be invoked.
What can I change to achieve this?
regards
Fabio
Perfectly explained Simion! Thank you.
One other question>
1. I did delete the header ad but I see it deleted the header ad in all locations. Is it possible to ONLY delete the header ad on the Home Page and have it displayed in all other locations (articles and posts)?
Thanks
I have two things that I don´t know how to change/add it.
1. For example on this Demo: How can I add the green lines that appear on the header: http://demo.tagdiv.com/newspaper_magazine/
2. On my menu there is a white space between the menu and the revolution slider. How can I delete that space: This is the website: http://epilepsyandwellness.com/
Thanks in advance
Hi,
You could make the sub-menu smaller of fixed height and use a vertical scroll using this code, just enter it in Theme panel->Custom Css
#td-header-menu .menu-item-5976 .sub-menu .sub-menu {
height: 400px;
overflow-y: scroll;
}
Result – https://www.screencast.com/t/eiPNypM3GD1
Thanks
Hi,
There is no theme setting to add an image as background for the header, but if you can provide a link to your website I will try to help you achieve this.
Thanks
I installed the Slider Revolution plugin and after that even tho it was installed it appeared the following sentence:
“The plugin generated 217 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.”
What should I do?
Hi, I’m trying to move css and js from header to footer in the mobile version of Newspaper (I’m actually using the plugin tagDiv Mobile Theme) using the method here: https://forum.tagdiv.com/how-to-make-the-site-faster/
I have also tried to put the code inside the function.php of mobile theme but when i go to load the website in mobile version i don’t find the css and js file IDs that i need for move them. I don’t even know if i can move the css and js of mobile version with the speed booster plugin.
Here is the test of Google Page Speed where you can see the files i’m talking about: https://developers.google.com/speed/pagespeed/insights/?hl=it&url=http%3A%2F%2Fgamesquare.it%2Frecensione-steep%2F&tab=mobile
Can you help me? Thanks in advance
Hi I’m using style 6 header and suddenly my logo became very big. I’m using a retina display and google chrome. I have set bot a regular logo and a retina logo and both have smaller height than the one you ask for. What is happening? The same for mobile on inspect element. Tested on safari too
Hi,
Ads will display in the locations that you choose, in Theme panel->Ads – https://www.screencast.com/t/L0M9Xw9vjyeR or in any ad box you use that coresponds to an ad placed in theme panel – https://www.screencast.com/t/3cdjcksUC If you want to remove the header ad, remove the code from the header ad section – https://www.screencast.com/t/Lgf70WPTtRh and the same for other ads. You can remove the ad title here – https://www.screencast.com/t/pcINGIxew – https://www.screencast.com/t/FFVc4XIJ5
As for the white space reduction try this code, enter it in Theme panel->Custom Css
@media (min-width: 1014px) {
.td-logo-wrap-full {
margin-bottom: -30px;
}
}
Result – https://www.screencast.com/t/mullEAOopRES
To remove the Home page title – https://www.screencast.com/t/ht1nprfb8V9 you have to select the default page template in page attributes – https://www.screencast.com/t/j1uj2o0pf or use this code in Theme Panel->Custom Css
.td-page-title span {
display: none;
}
Result – https://www.screencast.com/t/6BZ5StBZiuD
If you meant something else and I misunderstood you, please correct me.
Thanks
Hello marcogovoni,
If you want to add something like this, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-category-header{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}
The result is here -> https://www.screencast.com/t/mYqHkK0k
Hope this helps!
Thanks for the message!
Hello pvergados,
Thank you for reporting this. You should use the code below to fix this.
.td_category_template_8 .td-category-header{
z-index: 1!important;
}
The result is here -> https://www.screencast.com/t/PvhgaxkOdJN
Thanks for your understanding!
Hello sternsports,
Please consult deeper our documentation here -> https://forum.tagdiv.com/newsmag-using-other-ads/ -> https://forum.tagdiv.com/newsmag-header-ads/
Thanks for your understanding!
Hello rex97,
Unfortunately, our theme does not have any such an option and header style which allows you to have this type of header menu, sorry! If you want to do this, you should have solid coding skills and CSS knowledge to do that. Notice that is no a simple task and it involves some custom work which our theme cannot provide at this moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!
Thanks for the message!
Hello,
This depends on the header style that you use. Please specify which header style you use as it’s not possible on all of them.
Thank you!
i deleted this file
themes/Newspaper/parts/header/td-login-modal.php
i think all user must remove this file
td-login-modal.php
Hi,
I’ve created a new header style with the Theme API, works great!
I want to take it a step further and add a theme setting that will enable/disable a part of this header – is there a way to add an option?
If not, how would you suggest to have an editable option?
Hi,
The Category pull-down filter is partially hidden on category template style 8
Similar category style 6 fix needs to be applied to style 8
https://forum.tagdiv.com/topic/category-pull-down-filter-partially-hidden/
.td_category_template_8 .td-category-header {
z-index: 1!important;
}
You can see a live example on your demo.
http://demo.tagdiv.com/newspaper/category/template-style-8/
Hi, Could you tell me about the code to fill in the box “YOUR HEADER AD”, how it looks like?
I found the code from google adsense look like this;
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-2795151465502186”,
enable_page_level_ads: true
});
</script>
I have filled this code in the box for a week but the ads doesn’t shown at all
my site: gopycat.com
i can remove this file ?
td-login-modal.php
themes/Newspaper/parts/header/td-login-modal.php
CHROME 56 HTTP WARNING NEWSPAPER THEME AND HOW TO FIX IT
All, here is a complete summary of the conversation in Google Webmaster Forums that you can use to help fix this error.
[Newspaper team, you should address this in your next release as this is a very bad user experience.]
Google is sending Newspaper theme owners a warning email that your HTTP website is collecting passwords or credit card information, EVEN IF YOU ARE NOT. Because of this, the new Chrome 56 version will warn users that your website is NOT secure!
It’s happening because of the way Newspaper keeps code on the page for the “Header > Top Bar > Show Sign In/Join” option in the theme settings, regardless of whether or not you’re even using the feature. if you look at your page source and search for “password” and “login” you’ll see what I mean, probably 40+ matches between those two terms.
If you are not using this feature you can fix the problem by editing the file /wp-content/themes/Newspaper/parts/header/td-login-modal.php and completely gutting it… this is all that’s left in that file now:
<?php
// removed due to google "Non-Secure Collection of Passwords will trigger warnings in Chrome 56"
?>
Everything still works perfectly but no more login/password code hiding in the source. Plus an added bonus of reducing page size :)The cause is hidden code in the NewsPaper theme that Google found that uses the words “password” and “credit card.”
INSTRUCTIONS: FOR HTTP WEBSITE NEWSPAPER THEME OWNERS. IF YOU ARE NOT COLLECTING ANY PASSWORD OR CREDIT CARD DATA YOU WILL HAVE TO EDIT THE FOLLOWING FILES OTHERWISE YOUR SITE WILL BE MARKED WITH A WARNING IN THE NEW VERSION OF CHROME!
Thanks to James Bassdrop in the Google forums the following fix works to remove the hidden code:
1. Access the following file via your website hosting File manager (I use BlueHost): /wp-content/themes/Newspaper/parts/header/td-login-modal.php
2. Delete all the code in this file and replace with the following:
<?php
// removed due to google "Non-Secure Collection of Passwords will trigger warnings in Chrome 56"
?>
3. Save the file.
4. Access the following file:
/wp-content/themes/Newspaper/includes/wp_booster/td_js_generator.php
5. Comment out these 3 lines near the top. Comment out means to place the two slashes as seen below in front of the lines with a space between the slashes and the “td…”:
// td_js_buffer::add_variable('td_email_user_pass_incorrect', __td('User or password incorrect!', TD_THEME_NAME));
// td_js_buffer::add_variable('td_email_user_incorrect', __td('Email or username incorrect!', TD_THEME_NAME));
// td_js_buffer::add_variable('td_email_incorrect', __td('Email incorrect!', TD_THEME_NAME));
6. Save the file.
NOTE: EACH TIME THE CORE NEWSPAPER THEME IS UPDATED YOU WILL HAVE TO MAKE THESE EDITS NEWSPAPER TEAM – A FIX WOULD BE AWESOME!
THANK YOU
google send me
Nonsecure Collection of Passwords will trigger warnings in Chrome 56
and in this topic i find
https://productforums.google.com/forum/#!topic/webmasters/2H8lnEEux_g
Hey Usman.. to sum it up in one post:
It’s happening because of the way Newspaper keeps code on the page for the “Header > Top Bar > Show Sign In/Join” option in the theme settings, regardless of whether or not you’re even using the feature.. if you look at your page source and search for “password” and “login” you’ll see what I mean.. probably 40+ matches between those two terms.
I wasn’t using the feature and was able to fix the problem by editing the file /wp-content/themes/Newspaper/parts/header/td-login-modal.php and completely gutting it… this is all that’s left in that file now:
<?php
// removed due to google “Non-Secure Collection of Passwords will trigger warnings in Chrome 56”
?>
Everything still works perfectly but no more login/password code hiding in the source… plus an added bonus of reducing page size 🙂
Cheers!
Also see thread here https://forum.tagdiv.com/topic/remove-theme-login-modal/
If you don’t use logins you can edit this file /wp-content/themes/Newspaper/parts/header/td-login-modal.php the same as user James has done on the google forums.
Hopefully a permanent fix is done next week that won’t need theme mods after each update.
