- 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,
Sorry for delay! Our support program is Monday – Friday: 8:00 AM – 17:00 PM and we answer to the most oldest topics so if you add new replies we get later to your topic.
This is how the theme was designed, when the background color/image is used the site will automatically switch to boxed version, there are some boxed header styles that you can use – http://screencast.com/t/UW1cHxA3gYL also you can try to add a black background color and see if you still have this issue – http://screencast.com/t/F5sjoRqUe
Hope this helps!
Hello,
I would like to add a tagline next to my logo but I can manage to find the logo div in header.php…
Also, do you know how can I center the logo?
Thank you for this amazing theme (one of the best i’ve seen on themeforest so far)
Cheers
Hi,
Unfortunately the top menu was not designed for mobile devices, we try to find a better implementation for sign in/register widgets in a future update. Until then you can try this custom css in Theme Panel > Custom Css: http://screencast.com/t/cw4mTt1hSINv
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
Thanks!
Is there any way to incorporate the functionality into the main navigation to be able to remove the top header menu otherwise this functionality is lost if simply turned off?
Graham
Hi,
Unfortunately the theme ad system was designed for adsense code and other codes may not be displayed. You can try to use a plugin like AdRotate or Simple Ads Manager that are used by many users and use the shortcode in Theme Panel > Ads section check docs – https://forum.tagdiv.com/header-ad/
Thanks!
Thanks. It works.
Here is the Custom CSS Code for others to use:
.white-menu #td-header-menu .td-normal-menu .sub-menu {
-webkit-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
background-color:#F2F2F2;
}
.td-header-sp-top-menu .top-header-menu .sub-menu {
-webkit-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
box-shadow: -6px 10px 6px -6px rgba(0, 0, 0, 0.4);
background-color:#F2F2F2;
}
Hello,
How can I eliminate the space between the header and the top ?
thank you
[IMG]http://i57.tinypic.com/24yb8ll.png[/IMG]
Hi,
i want to insert a zanox affiliate code into headers ad banner place.
When i do that, the banner is not showing, only adsense is working.
Here is my code that i want to insert:
<!– BEGINN des zanox-affiliate HTML-Code –>
<!– ( Der HTML-Code darf im Sinne der einwandfreien Funktionalität nicht verändert werden! ) –>
<!– ENDE des zanox-affiliate HTML-Code –>
What happens is that the Header is covering up the background.
Part of the Menus.
Can you explain the background of the subject itself, the MENU gets smaller and appears correctly. But disabling the background, the header is in Full.
You can put the header in boxed?
Thanks.
Hi
You can find and change the site’s title in theme’s header.php file here: http://screencast.com/t/iq10hSnYdAN
You can add H2 tags for the article title here: http://screencast.com/t/REfHoFsRLw
Thanks!
Hi
If you want to customize the top menu drop down you need to affect this classes: .td-header-sp-top-menu .top-header-menu .sub-menu
Thanks!
Hi,
The theme doesn’t have an option to rotate banners and you will have to use a plugin for this. You can try a plugin like AdRotate or Simple Ads Manager that are used by many users and use the shortcode in Theme Panel > Ads section check docs – https://forum.tagdiv.com/header-ad/
Thanks!
A few little tweaks to finalise the design for magazine site using newsmag.
I’m using Newsmag and it’s got some really excellent features, I know I’ll be recommending it when this project is done!
1.Header Style
There are lots of really great options for the layout of the header, but I seem to need the only combination that’s not available. Style 7 gets close, but I’d like the top and main menu colours to go full width. Style 10 gets closer but the logo area is too deep.
IS it possible to have this tweak with some CSS?:
Full width top menu, full width main menu, centered logo with depth thats the same Style 7.
2.Social media buttons
I have these in the top menu and in the sidebar. Social connections are going to be really important for this site, so we’d love to have these quite a lot bigger. Can the social follow links be made bigger?
And is it possible to have the social share buttons use the same style, rather than those blocks
3. Category layout, article list
I’m using block 12 to show my list of latest posts when i need to add extra lists of articles and the M8 and M11 styles for category pages. I’d love to add a 1px line between each post so that they are a bit more seperated.
4. Mega Menu settings
I’d like to add some variation in the mega menu layout. Is it possible to use a premium mega menu plugin to add different contents to each column or would this cause errors with the theme? OR are there options that I missed within the theme? A sample of how I’d like the menu to look here:
http://theeverygirl.com/ Text column + recent post featured image + top articles
5. Article titles in Big Grid
The gradient really helps to improve the readability of the article title, but is it possible to have the text appear in a box instead, with maybe an opacity so the the image still shows through? The box would have to respond to the length of the title. Again, they do this on http://theeverygirl.com/
I’d really appreciate your support on this. I’d like to stick with the newsmag theme!
Thanks in advance 🙂
Claire
9. HTML 5 SEO suggestions/questions:
9.1 Could you wrap the main menu with the <nav></nav> tag?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav
9.2 Should the <header></header> tag contain the top menu, logo, top ad banner, and main menu?
I see that Newspaper does this: <article><header><h1>Title</h1></header> content </article>
One theme I have does this: <header> logo, menu, ad, search </header><article><header><h1>Title</h1></header> content </article>
Another them does this: <header> logo, menu, ad, search </header><article><h1>Title</h1> content </article>
In my opinion, <header> would tell Google the information in this tag is not the content. Thus I would go with the third option. I am not certain of this however. Any thoughts?
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header
9.3 Should the entire sidebar be wrapped with the <aside> tag? I think Newspaper widgets are individually wrapped with <aside> but this does not happen for all widgets. Two of my other themes wrap the sidebar with <aside>.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside
Hi,
How can I create a child theme for Newspaper? Do I ned to add functions.php, footer.php, header.php tot he child theme?
Regards
Hello,
I am working on including an image in the footer style 9 but the full image is not showing. In the Footer 1 widget I am using . The website is here: http://vbjusa.staging.wpengine.com/ and if you see that the header logo is what I want to use in the footer. Am I missing something?
Thanks.
Nothing changes an my iphone
is it why my menu has another name then td-header-sp-top-menu
the name of my menu is :td-demo-top-menu
or have th ei phone a chache?
nothing found reload the site but nothing changes with or without the code
i try to put the code in the css and in the advance css for mobile phone down in the box
please help me
Yoast SEO has had numerous bugs, check the changelog sometime to see how many bugs they have had. My contention was simply that using Yoast SEO as a “comparator” to anything else related to bugs, is not a good metric.
Total number of changelog items is clearly not a good metric for determining how buggy software is. There’s no way for a developer to anticipate how their software will work once it’s installed in a million websites. Without an analysis of the major releases, subsequent point releases, and any discovered negative impacts to the entire user base, you can’t just call WordPress SEO plugin “buggy”.
H1 is useful on home page; H2 also useful for topical elements such as section heads, but not so much for story heads ad they are ephemeral; meaning, they change daily, so they are not sticky and therefore not relevant to long-term, long-tail SERPS placement.
Blocks/modules that contain “featured content” or “most popular posts” can live on the home page indefinitely. I would argue that most niche site home pages do not change daily. If someone adds new content every day, they are likely more “authority” or “news” than “niche”. Niche sites rely on on-page SEO more heavily than authority or news sites.
If my homepage contains an H1 containing “Best Sprocket Reviews – SprocketReview.com” and an H2 link containing “Samsung Turbo Sprocket Review”, does this provide zero SEO benefit to my article in your opinion?
I only speak as an SEO expert having been building websites since March 1995… but what the hell do I know?
That’s all great but in this thread you suggested that short posts don’t rank, missing alt tags I defined are not a theme concern, 800-1200 word original content in lieu of on-page SEO is adequate for “the best SEO”, and H1 & H2 do not provide the benefit on homepages and archives to warrant adding them to the theme. I don’t think SEOs would agree with this.
Having the theme selectively add H1 to the home page is not as hard as you make it out to be. In one of my themes it’s accomplished with a single IF statement.
Having the theme add H1 and H2 to the home page and archive pages will help more users than it would hurt. Almost all of the sites listed on page one of the showcase thread are missing H1 and H2 on their home and archive pages. Sure, we can say that these users are responsible for knowing and correcting their own SEO. Or, the theme can help users who don’t know any better. The latter option is clearly better than the former.
One might also argue it’s useful to inspect the demo of a theme before buying it…
I actually mentioned the header issues to TagDiv before buying the theme (5/4 email). I purchased the theme anyway because I liked it and planned to pursue getting the SEO issues fixed. TagDiv has added the H1, H2, and Alt Tag issues to the list so, so far so good. I’ll be running more SEO tests on the theme when I get time.
…then using it, then posting numerous times how bad it is or buggy, vs. requesting possible changes politely?
I never said Newspaper was bad or buggy. To the contrary, in this very thread I said “I love the theme”, I said Newspaper was “awesome” and I said Newspaper “is not buggy”. All of my replies to TagDiv have been polite. You are clearly mischaracterizing what I said.
All this effort to block adding two HTML tags to a WordPress theme. Geez…
Hi, i have some problems in the html view between these 2 navigators, if you enter on the page “http://polosurtdf.com.ar/” with chrome you will se all is fine but dosent show the Ads (Advertisement) on the body the only ads that chrome show is in the sidebar. But if you enter with mozilla you will see correct Ads on body and sidebar but also in mozilla (in chrome shows ok) dosent show correctly the fonts, the image social network on the top page and footer, the scroll image and also the menu header. Plase could you helpme with this issue?
Hope hire you soon.
Regards.
Hi,
First of all I like to thank you for your hard work. Everything is great!
I am using qtranslatex. And I am having a issue about the category description translation. I guess it is compatibility problem but I’ll be thankful if you guys help me out.
So I created categories and translated the title and the category descriptions in 2 languages using qtranslatex. When I click the category on header menu, the category page shows the title in one languge but the description shows both with language indicators.
Here is how it exactly looks:
HEALTH AND NATURE
[:tr]Beden ve Dünya İyileştirme[:en]Body and Earth Recovery[:]
How can I make it pick one for the language chosen?
I mean just title and description in one language:
HEALTH AND NATURE
Body and Earth Recovery
I hope I could explain it. By the way I have checked almost everywhere couldnt find a solution. I have added some codes to functions.php last line:
<?php
$category = get_the_category();
_e($category[0]->category_description, ‘qtranslate’);
?>
It crashed my website. Thankfully I backed it up. Now it’s all good except this category description language problem.
It is probably a easy thing to solve but it’s been a nightmare for me. So any help is much appreciated. Thank you in advance!
FYI,
Yoast SEO has had numerous bugs, check the changelog sometime to see how many bugs they have had. My contention was simply that using Yoast SEO as a “comparator” to anything else related to bugs, is not a good metric.
So, you don’t need to debunk my statement, as it’s well known. Yoast has had numerous bugs which break the site, break other plugins, and major security flaws (where they finally hired a security firm to check them).
H1 is useful on home page; H2 also useful for topical elements such as section heads, but not so much for story heads ad they are ephemeral; meaning, they change daily, so they are not sticky and therefore not relevant to long-term, long-tail SERPS placement.
The “home page” is typically not “critical” for SEO, as you want your “post” to rank higher than your home page for a specific story, including the title and excerpt, so causing them to fight each other is un-wise.
I only speak as an SEO expert having been building websites since March 1995, and widely interviewed on SEO topics by Entrepreneur, PCWorld, Monster.com, etc. And we had a highly successful SEO business for 10 years with over 2 million #1 positions in Google and Yahoo for our clients. And, oh yeah, I have two Harvey Measurement Awards for “most responsive advertising,” and a design award from Apple Computer, Inc. for marketing campaigns for Apple retail products in California, and built Oprah Winfrey’s ecom solution for her “Begin with Love” video series; but what the hell do I know?
TagDiv does provide the tools to add H1 tags to any home page and it should be up to any theme user / site developer to manage their own SEO practices. It could be needlessly confusing to have a built in H1 element on the home page template as there is no default home page template technically, since the presumption is you would be “rolling your own.” So this would require yet another set of code to check if home page and insert something in header, have toggles for on/off, and remove code for those doing their own H1 placement as we have done with WP for 10 years now. Frankly if folks can’t be aware of SEO for their own site, they are generally not that worried about it — and these are often same folk not reading the WP codex to learn how to set permalinks, etc.
One might also argue it’s useful to inspect the demo of a theme before buying it, then using it, then posting numerous times how bad it is or buggy, vs. requesting possible changes politely?
These are just my thoughts, having used Newspaper for almost 2 years now, and have great traffic, great SEO, and placement in Google News, Bing News, and syndicated worldwide through major information systems like LexisNexis, etc.
But that’s just me. Your mileage, as in all things, will vary.
-
This reply was modified 11 years by
simchris.
Is there an option to use more than one Ad for example on the header ad position?
Different sizes (for devices) are clear but i have more than one advertiser that needs to show up.
I can only get it running with only ‘one’banner. What i need is some sort of slider to show for example 3 banners
Hi
You can style the the sub-menus using custom css like here: http://screencast.com/t/VXRHTVEAKq and you can change the style properties as you like, and here are a few example: https://css-tricks.com/almanac/properties/b/box-shadow/ Also if you want to create your own shadow here are a lot of useful information: http://www.w3schools.com/css/css3_shadows.asp The classes remain the same, just properties must be change if you want to customize.
.white-menu #td-header-menu .td-normal-menu .sub-menu{
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
}
To change the submenus color use this classes .white-menu #td-header-menu .td-normal-menu .sub-menu and set the background color as you want.
Thanks!
Hi
Try using this css and replace the other one i gave you:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}
}
it should work fine as you can see here: http://screencast.com/t/RdMUB9sk but like I said above the elements don’t have style properties and may not be displayed fine.
Thanks!
Hi,
In version 6 the logo can be used at 272×90 size like you already know, unfortunately it was designed like this and you can change it using custom css. You can upload your the size that you use in the footer and check it with this custom css in Theme Panel > Custom Css – http://screencast.com/t/exoB9n4gwr3 – http://screencast.com/t/jv6fQi15iDN
.td-header-style-1 .td-header-sp-logo img {
max-height: none !important;
}
.td-header-style-1 .td-header-sp-logo {
height: 115px;
max-height: none !important;
}
@media (min-width: 768px) and (max-width: 1019px) {
.td-header-style-1 .td-header-sp-logo {
height: 100px;
}
}
Regarding second issue I could not recreate this so please provide a link where you use this bloc so we can take look and inspect this. Also test it without any plugins active, leave only Visual Composer active, clear cache and see if the issue is still there.
Thanks!