- 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
Hi,
You could try to add the class that modifies the header menu when sticky to the menu, but that would interfere with the top menu that you have on your website
– https://www.screencast.com/t/689rGLDon1
– https://www.screencast.com/t/hfqYYDcM3iI6
Modification will have to be made to the js of the theme as well. As I understand you want this to apply on a specific page so that would mean more work, if even possible.
You could possibly achieve this another way using Css, to modify the header to look similar to the sticky state
– https://www.screencast.com/t/mdGrr1Mk
And then have that code apply for a particular page, based on the page Id
– https://www.screencast.com/t/GREgtoZ9p
This is the code I used in the example if you should decide to use it, you just have to use the page Id that you want, and enter it in Theme panel->Custom Css
.td-header-menu-wrap-full,
.td-header-menu-wrap,
.td-header-sp-logo {
height: 48px!important;
}
.td-header-style-7 .sf-menu {
margin-top: 0!important;
}
.td-header-style-7 .sf-menu > li > a {
line-height: 48px;
}
.td-header-style-7 .td-header-sp-logo img {
max-height: 55px;
vertical-align: initial;
top: -5px;
}
.td-header-style-7 #td-top-search {
top: 0;
}
Thanks
Hi, my site https://ratatum.com/ is work to slow and I see some errors at logs.
PHP Fatal error: Call to undefined function get_header() in /var/www/u0234621/data/www/ratatum.com/wp-content/themes/Newspaper/index.php on line 6
and sometime in admin panel I see this
Failed to load plugin: wordpress from url https://ratatum.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js
Can u help with this please?
In that case can you tell me which javascript function changes the menu header while scrolling down. from normal menu to sticky menu.
I will call that java script event, using that i can show sticky menu instead of expanded one …
Hello,
The code added in the header is simply for tracking your site google needs that added in the head section and that is all that is required. Then you do not have to add anything else in the theme files. You can use the theme ad spots to place ads on your site: https://www.screencast.com/t/yzfAzGLhfS8
Thank you!
Hello,
You can add such a border by using a css code. please add this code to your theme panel-> custom css box:
.td-header-menu-wrap{
border-bottom: 8px solid orange
}
Thank you!
Hi,
There is no need to use a plugin to have Adsense ads on your website. You just have to insert your ad codes in the sections you want in the theme panel
– https://www.screencast.com/t/3xecqEUagq71
More information about using ads in the theme here
– https://forum.tagdiv.com/header-ads-adsense/
– https://www.screencast.com/t/CkM1SzC6onC
The head tags are found in the header.php file found in the main theme folder
– https://www.screencast.com/t/2Is3ZyBwdGLO
You can use any text editor to edit the file insert the required code between those tags.
If you want to use different ads then Adsense you just need to enter your ad code in the section you desire, and the theme will render it without any modifications
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks
Hi Bodgan,
I also have a header template for mobile named “mobile header.php (mobile/header.php)”
I added the code in the header.php, the question is if I have to add the code in the mobile header too.
Thanks,
Laura
Not quite as good as I thought. The site is now working and I can make some changes but I just tried installing a plugin and when I went to activate it I get this error. I got the same error when I tried to add an advertisement title:
Warning: Cannot modify header information – headers already sent by (output started at /home/dh_tnks96/ratnews.com.au/wp-content/themes/Newspaper/includes/td_config.php:1) in /home/dh_tnks96/ratnews.com.au/wp-includes/pluggable.php on line 1195
Any ideas?
Ben
Hi saucemonsters. If you have a block set to sort by most popular, it will pick out the most viewed posts from the past 7 days of traffic … regardless if the actual date of the post is within the last 7 days or is 7 years old. That’s why you can sometimes see posts in those widgets that could be months or even years old. I hope that makes sense. 🙂
I have the Trending Now (News Ticker) block in the header of my home page (https://pbn.com) and a block in the footer of my site that shows popular posts as well. Both are set to sort using Popular (Jetpack + Stats) because we use caching and a CDN.
We also see old stories popping up from time-to-time in both of these blocks. We’re trying to figure out how to limit the Popular sorting option to only display popular posts that have been published in the last 90 days. Haven’t figured that out yet, however.
Catalin, if you have any ideas how we could limit these two block to only show popular posts that have been published in the last 90 day, that would be awesome!
Hello,
If you mean the ad code, then you should use the theme ad system after placing the code in the head section. Please read the documentation for the ads found here: https://forum.tagdiv.com/header-ads-adsense/
Our theme provides a number of ad spots where you can place the ad codes.
Thank you!
Hi,
There can only be one header style for all the pages. You can not have a different header style on a particular page. To make the menu display like in the affix state by default would require changes to the header style, and then create a condition to make them apply only a specific page.
Thanks
Thanks Bodgan.
Do I have ti add the Code un every themplate of the theme?
What should I add in the ad section of the theme? It asks codes un header, sidebars, etc, etc
Thanks
Hello,
i have some strange issues with setting up this template like i need.
1. Social counter issue, when i set up app key and secret key, and i click get token, nothing is happening, so i decided to check what is heppening in console. So when i click get token, this happens: http://oi63.tinypic.com/28lce2o.jpg . Then i realized i can take the token from response headers, so i checked what is the response and found the token, so i inserted and clicked save, after that this happened: http://oi63.tinypic.com/112blue.jpg and the counter shows 0 likes.
2. I have sidebar with widgets in home page with tabs and some other stuff: https://www.f1news.lt/ . But i cannot get the same widgets in the posts pages like here: https://www.f1news.lt/gandai-virsta-realybe-sauber-baigia-derinti-bendradarbiavimo-su-honda-detales/ . How can i get the same widgets in all my pages? It will be ok if there will be shortcodes for tabs or something, because i wrote my plugins to deliver info i need, but i need tabs. So is there a way to use same widgets in home and posts pages, if not how can i get tabs in the default wordpress widget page.
Thanks
Hi,
Just activated the theme. trying to get it setup but its seemed to of somehow messed with the layout.
Inspecting the page’s source it seems that the header/footer divs are all inside the body tag.
the website has completely crashed, I have it down for maintenance atm so our visitors don’t see the mess so I’m not sure how I can show you.
I know this , I want to use a specific head for some particular page.
for one page I dont want to show expanded header.. only i want to show the head which comes when u scroll down (with sticky meanu)
Hi,
Where I can find this code inside thema NewsMag
link rel=”apple-touch-icon-precompodse”
Present in the theme header
I look forward to your feedback and good work.
Orlando
Hello,
If you want to remove the search on the mobile menu you can simply use a css code to remove it.
Add this code in the theme panle-> custom css box:
@media(max-width:767px){
.header-search-wrap{
display:none;
}}
If you use the mobile theme plugin you must add the co0de in the mobile theme section (the very last menu in the theme panel)
Thank you!
Hello,
You can center the menu items on header style 12 by using this css code in your theme panel-> custom css box:
.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}
Thank you!
Hi,
From what I understand you want to make the header display in sticky mode at all times. There is no option for this. You could just use a different header style, like header style 4 for example
– https://forum.tagdiv.com/header-styles/
– https://www.screencast.com/t/BgHJ758V
That header style is similar to what you want to have. Please correct me if I misunderstand.
Thanks
Hello,
Please add this css to your theme panel->custom css box:
.td-image-gradient-style8:after{
display:none;
}
.td-post-template-8 .td-post-header{
background-color:transparent;
}
Thank you!
Hi,
I have installed Newspaper 7, when I uploaded the header logo it shows on around 3 – 4 minutes and after that time it disappears and shows again the NM logo (origin logo). I have tried to other browsers incl. Chromo, Safari, and Firefox, still the issue is same.
How can I solve this problem please.
Thanks,
Abdiaziz Yusuf
Greetings from Canada,
Enjoying the Theme
I’m attempting to figure out on newspaper 7.7.1 how to switch off specific
categories from block header menus. Added categories show up fine but
I need them to disappear on specific blocks, i.e. politics, fashion or
whatever need individualized menus. Not sure where to turn from here.
I have header style 12 for my website, I have my logo on the left and have 2 menu titles next to it. I really want the 2 menu titles to be centered in the middle but I can’t find that option! Can someone help me to center the titles to the middle instead of the left! Thank you!
Hi What setting/css i need to a page css, if I want only sticky menu to be displayed not expanded header.
It can not be applied after changing the header logo.
The changed logo has been applied to the Explorer, but it will not work with Chrome.