- 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,
Use this code: http://pastebin.com/WjKjYQ8N inside header.php file like this: http://screencast.com/t/c620hHcjLhO and add your ad code for this in theme panel > ads > custom ad 1 filed.
Thanks
Hi,
Yes, it is because the Adsense switch, as the Adsense banners use this css class .td-g-rec-id-header so just add the css below to fix this: http://screencast.com/t/r6NWw4sqztv
.single .td-g-rec-id-header {
margin-bottom: 50px;
}
Thanks
Hi,
I’m not sure whether it coincides with upgrading, but we have recently upgraded to V4.6 and our header ads are no longer displaying.
I have tried making a new ad in adsense and using the code for that, but still no ad displays.
Any hints as to what has gone wrong?
Cheers
Op cache should work fine. We’re using APC cache on our Apache/CentOS server. Basically it’s server side object caching. This helps speed up any site, nothing to do with the theme. You would also need to check gzip/deflate settings, expiration headers, image optimization/compression, etc. for things to speed up your site overall. 🙂
Normally we convert ALL fonts to Open Sans (with Newspaper, anyway); so typically we would open the style.css, search/replace all fonts to what we want, then edit the functions.php … but now would edit the td_fonts.php to REMOVE all the google fonts not being used; this ensures they don’t “print” in the head/foot of the posts online.
I have not yet done this for the fonts.
For our sites we have to do the following each update
1) update the hook for the post views to “views” from existing field
2) edit the search file to remove breadcrumbs (I don’t need those on indexes for each story)
3) edit functions.php to put various elements for us at bottom, such as changing default compression for images/thumbs, adding note to poke hackers trying the lost password function, turn off XMLRPC elements in header, remove Yoast from menu bar in admin, hide header elements like versions, hide use of visual composer, etc. — many common “optimizations” for WordPress sites.
4) edit header to remove the section for video thumbnails and this stupid thing
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
5) optimize the fonts, by doing the aforementioned house cleaning on style css file, and removing the extra google font calls.
Your mileage may vary 🙂
How can I add a custom (non Google Adsense) banner on the header of the team?
Hi,
Glad you managed to get it done. You could use this css snippets to style the logo on each screen width:
/* responsive phone */
@media (max-width: 767px) {
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1200px) {
}
/* responsive monitor */
@media (min-width: 1201px) {
}
You can also chose a different header style and set a logo for mobiles but that way you wont have a full width logo anymore, unless you are fine with that.
Hope this helps!
Thanks
Hi, I have a google fonts tegs in my header.
<link rel=’stylesheet’ id=’open-sans-css’ href=’//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-font-opensans-css’ href=’http://fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-font-ubuntu-css’ href=’http://fonts.googleapis.com/css?family=Ubuntu%3A300%2C400%2C500%2C700%2C300italic%2C400italic%2C500italic%2C700italic&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Clatin-ext%2Ccyrillic&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-font-pt-sans-css’ href=’http://fonts.googleapis.com/css?family=PT+Sans%3A400%2C700%2C400italic&subset=latin%2Ccyrillic-ext%2Clatin-ext%2Ccyrillic&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-font-oswald-css’ href=’http://fonts.googleapis.com/css?family=Oswald%3A400%2C300%2C700&subset=latin%2Clatin-ext&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-roboto-cond-css’ href=’http://fonts.googleapis.com/css?family=Roboto+Condensed%3A300italic%2C400italic%2C700italic%2C400%2C300%2C700&subset=latin%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese%2Clatin-ext%2Ccyrillic&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-vollkorn-css’ href=’http://fonts.googleapis.com/css?family=Vollkorn%3A400italic%2C700italic%2C400%2C700&ver=4.0.1′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’google-fonts-style-css’ href=’http://fonts.googleapis.com/css?family=Roboto+Condensed%3A400%2C700&ver=4.0.1′ type=’text/css’ media=’all’ />
But I need only one font Open Sans.
How can I disable unused fonts?
Thanks
Go to the theme settings and then look in the header and at the bottom you should see iOS bookmarklet,just upload the image you want and save…
To remove the search you use this css code
.header-search-wrap {
display: none;
}
Well i only work with style 8 header to get it the way i want it look…i’m not sure what ur site look like so i can say for sure if my css code will work for ur site…
If you are using the style 8 header like me may be my css code will work for you but as i say i’m not sure…
Hi,
Unfortunately the newsmag theme doesn’t have rtl support so you will need to customize it yourself if you need it.
If you just need the header menu aligned to the right side of the screens please send your site’s URL as I need to inspect this so I can provide an accurate solution for this.
Thanks
I’ve made separate header template file for single page. It works ok.
I think it is the only solution.
Hi,
Sorry if I’ve missed it but I cannot find a way to use different header styles on different pages. I didn’t find the solution on this forum. Classic way get_header($name) is not working also.
In particular I want to use style-3 on homepage and style-8 on single.
Can you help me?
Thank in advance.
Ezay evacuated down the list who Logo Heck from Yemen to the north
Hi,
Add it in header.php file using this code:
This is needed to add it in a grid column, the code should look like this: http://screencast.com/t/NJKJaCSgpfP7 and replace the text with your ad code.
Hope you manage it!
Thanks for the message!
-
This reply was modified 11 years by
Marius.
Hi,
You need to remove this code from header-menu.php file http://screencast.com/t/WQ7oYdPyi
Thanks for the message!
Hi,
You could try something like this: http://screencast.com/t/amQOYutU6
@media (max-width: 767px){
.header-style-3 .td-logo {
position: absolute;
right: 8px;
top: -3px;
z-index: 10000;
padding-top: 0px;
width: 310px;
height: 49px;
}
}
Hope this helps!
Thanks
Hi,
Check your header.php file if the comma isn’t added like this: http://screencast.com/t/fCibqTSN7 and remove it.
Also look for it in the custom js or analytics fields from theme panel.
Thanks
Hi
We have implemented media.net ad code in place of Adsense in our site
eg http://surveylistens.com/store-survey/top-10-store-surveys-october-2014/
this page should have top, header and inline placements implemented
however this doesnt seem to be working?
ANy insight would be appreciated
The team is a great template scales well and respond quickly. However, when setting pewnch not display correctly frames. And has a problem with the header image scaling. And above all lost a frame around the content.


Hello
The wdgetised sidebar in the visual composer strips out sidebar header formatting. Have a look here in the right sidebar: http://www.bookofburlesque.com/burlesque-shows/. There are two headings ‘about book of burlesque’ and ‘advertisements’. Both are showing as plain text and looking at the source code I see that there’s no headings used at all. Help!
loving this theme, only issue I am seeing is when I go to add or edit a post on our forum, normally when you add a post a text area drops down at the bottom of the forum with the tinymce editor, I used it with newspaper no problem, with newsmag, when I hit add or edit, the menu seems to slide up behind the header and menu and the texteditor shows right below the menu, like this

I made a thread on the simple-press forum about it and this was their reply
W
e do use an anchor at the editor start point with the name of ‘dataform’ – perhaps not a great name but over all these years it has never been an issue. The routine scrolls to that anchor in the HTML and then a small script is called to open the hidden form. Now in my experience that will open the editor section somewhere in the current viewport but not usually at the very top.
I would be tempted to ask the theme authors why it is scrolling to the very top.
any suggestions?
Hi,
Please use this custom css in theme panel > custom css filed: http://screencast.com/t/gFz2LmiQolt
.header-logo-wrap {
margin: 20px 0px 20px 0px !important;
}
Thanks
Hi,
Either way should do it as to place it in the <head> you need edit the header.php file and place it in there or add it within head section using wp_head action.
Easiest way would be to edit the header.php file and add it before the closing </head> tag as instructed.
Thanks
