- 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,
Some suggestion:
1. Header is to height and empty and all black, you can put anther color for the top menu: http://screencast.com/t/CKUcVSiT
2. On the social on top-right: use small icons 16px to fit the menu or remove the login feature from there is not on one line with social. Do you need people to register on your site?
3. I like the logo and the color but why your site is RED, there are no relation with the logo colors.
4. Change a bit the Typography, i like Droid font but is a little to large and on your site the line-height is to small for that size.
Hope this help!
Thanks for the message!
hi,
to move the banner to the left on deskop only use this css :
div.td-a-rec.td-a-rec-id-header.td-rec-hide-on-p {
position: relative;
left: -200px;
}
here: http://screencast.com/t/GifkinW98gw
Thanks for you message.
Radu A.
thanks Radu, its better but its still not right
the ad is now perfectly centered, but the logo isn’t
Sorry!
Andrew
hi,
try using this css :
div.span8.td-header-style-1 {
position: relative;
top: -10px;
left: 12px;
}
here: http://screencast.com/t/YvpKeqgu
Thanks for you message.
Radu A.
hi,
try using the html in the ‘Navigation Label’ : http://screencast.com/t/pAeSuA28yTXF
Thanks for you message.
Radu A.
Is there any way to add thumbnails in the top header menu?
Thanks Marius, but like I said, I have tried to adjust the position and it doesn’t make a difference. This has only happened since the last update and it was perfectly centered before then.
Any other suggestions?
Thanks
Andrew
Hi guys,
How do I move the header ad space to the left (desktop view)? I want to keep the banner at this size (728×90) so it basically has to be (partly) on top of the fixed logo space on the left (300px width).
Here’s our page: http://www.habloandalu.es/
Thanks for your suggestions!
Best,
Stefan
Hi,
Please can you make your logo at 100 px height transparent. Also you can move the header(logo + ad) from here: http://screencast.com/t/WP6jRKSkn
Thanks!
Hi,
Take a look here: https://forum.tagdiv.com/topic/logo-in-menu/
Thanks!
Thanks for your response.
1) Sorry this does not solve the problem, the header+menu are still not full-width
2) These are the same settings i have – but I fixed it: seems to be a problem with mega menu + unique posts…
Would be great if you find a solution for the first problem.
edit:
I guess I fixed it by installing the predifined “sports”-theme
-
This reply was modified 12 years by
mwayconsulting.
hi,
1) use this header style: http://screencast.com/t/VBovcam3Y4u
2) http://screencast.com/t/HASxaZ9Fp
http://screencast.com/t/JRuUysy40v
http://screencast.com/t/RXLYYdbYOAb2
Thanks for you message.
Radu A.
hi,
can you show me an example on your site, i have tried on my install I don’t see it, maybe I’m looking in the wrong place.
Thanks for you message.
Radu A.
hi
since doing the last update my header is lower than it should be, meaning that both the ad and the logo are too low down and not centered. I have tried adjusted the position but it doesn’t seem to work.
http://connecteddigitalworld.com/
thanks
Andrew
Here is another example of what another user did with the Newspaper Header Menu.
Like Disqver.com, I would love to have my Header Menu show up to the Right of my Logo. And be at the same level as the logo too. I did try using the code you suggested to AJ on March 31st with no luck.
I appreciate your suggestions.
Thank yoU!
It looks like the boxed layout ( when we pick a background color or image ) adds that color to the header as well which was not the case with the previous versions.
Can you please fix this.

Hi,
I have some adult posts in my site and I must to block Google Ads only on these articles.
My site is about movies, so the block can’t be by category. I think the best way to do this is by tag. My big problem is the Header and Article Ad.
Do you know excerpts or custom CSS to do this?
Regards,
CyberGetro
gzip/deflate is managed at the web server level – it needs to be running for your hosting account. This allows the web server to automatically compress everything sent by the web server from your site to the web browser. This alone is good for 20+ points. This is the #1 thing which should be addressed. Ideally your web host should have this on for your account. If they won’t enable it, move to another host who will!
If you look at my posts there is an example of the .htaccess settings that I used for
the “expiration headers”
For images:
1) you need to use a compression plugin, like smush.it or similar (see comments from others in the thread); this will optimize all the thumbs created by WP and the theme
2) upload well compressed images (e.g., 25-40kb max, not 150kb or 700kb — unless you’re doing some kind of photo/portfolio site where quality is first concern)
3) consider changing the compression level by default in WP, which is done in the functions.php file at bottom using the code I’ve suggested in my posts — setting it to something like “60” vs the default “90” (I think), will cut the size of the thumbs by a huge amount.
For my particular brand of magic, try putting this at the end of your .htaccess file:
AddType text/javascript .js
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
</IfModule>
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
NOTE: if you use pingback or post by email, don’t put in that last 3 lines, as I do this to keep spammers from posting comments via pingback even when comments are off (!).
The above assumes your web host is running Apache, and not IIS, or nginx or other. If so, you might have to tweak those for your particular host. Apache is the most common, however.
Also: make backup, via FTP, or your hosting panel fileManager of your .htaccess file first; then if your site doesn’t load with the new elements, put back your original version.
Hope that helped.
-
This reply was modified 12 years by
simchris.
Hi, thank you for your fast response. But I was referring to the “Header” menu, not the Top menu.
In the example noted above, it would be the Header Menu with News, Features, Interviews, Previews & Reviews that is right of their Logo.
Thank you again!
HI, Marius
oddly, we’re seeing on both our sites that the date stamp time section font color does NOT change with panel settings, as so http://ga-ga.com/ ..
NOTE: that the date stamp top left remains white text and doesn’t change to #666666. Links change color as they are links, not static text, presumably.
I had used CSS to fix it previously, but just removed that so you could see it “as the issue I’m having.”
Running theme 3.6, and WP 3.8.1 (not yet 3.8.2); with tagdiv speed booster plugin 2.1 = on. No custom font plugins or custom social plugins. Not using JetPack, not using social counter.
Full responsive, 980px.
In theme panel:
HEADER > top menu (black) – no option here for colors/fonts.
CUSTOM TYPOGRAPHY > Top Menu Font > Text Color = #666666
THEME COLORS > Top Menu Color = #e5e5e5
Easy to fix with CSS, but in our two installs theme panel on 3.6 with WP 3.8.1 doesn’t change the color.
No funky plugins running, and we reverted to Yoast SEO 1.4.25 which doesn’t have the issues with breaking sitemaps, etc., that 1.5x does.
Hi,
I checked yesterday the TOP MENU color/fonts and works fine for the data time to. I thought that is a bug but isn’t.
If you want you can use this CSS, to fix the data/time and also to uppercase the footer text.
.td-header-menu-wrap .td_data_time {
color: #666666;
font-size: 14px;
text-transform: uppercase;
margin-left: 23px;
}
.td-sub-footer-wrap {
text-transform: uppercase;
}
Have a nice day! 😉
hi,
i see the menu on the right side : http://screencast.com/t/ybRj6IRK
Thanks for you message.
Radu A.
It depends on the view port and the type of ad you’re serving (static vs responsive), and the width of your website (fixed/responsive, 1170, 980).
but typically
sidebar = 300×250 /300×600 (250×250 iPad vertical, or 200×200 for iPad landscape)
header = depends on fixed or responsive layout; 728×90 won’t fit with 300px wide logo on a 980 wide layout; but 300×100 does. Turn off for mobile/phone view.
before/after post = depends; 468×60 is often safe; 300×100 works.
Everybody may find the “official” IAB ad unit sizes to be helpful, found here:
http://www.iab.net/guidelines/508676/508767/displayguidelines
Technically 468×60 is considered OLD, but still supported due to legacy layout dimensions and because Google/Doubleclick not yet TRULY responsive. Their ad units should resize for the div/space they are in with max width, but don’t work that way.
Not sure that helps, but some info to get started 🙂
Hi, I tried pasting the code above in the Theme Panel Custom CSS window, then saved, but nothing happened. Was there something else I needed to do? I’m using Newspaper 3.5.
Thank you again for your always mega fast response!
Hello,
I would like to know if you have a chart of something that provides ideal ad sizes for each ad section:
I know the header ad is 728×90, but what are the ideal sizes for all the other ad areas. I can’t find examples of each one in the live demo.
Thanks.
Philip