- 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,
Please check your email, my colleague has replied in matters concerning your website header and menu. The menu seems to look as you wanted.
3. For the moment the tagDiv composer does not have this kind of element. This might chnage in future updates, and more elements and options will be added to this editor.
4. There are multiple way you could do that. Use a single image element and stretch the row and content for example. The result will be a full width image.
5. The category tags color can be changed but only for the post page, for each category.
– https://www.screencast.com/t/nRF4bJd8N
On pages that could be achieved with custom CSS code.
Thanks
Hi,
There is a flash noticeable, before the page fully loads. The default background color for the header is overwritten by the custom colors that are set. CSS works in cascade, first it will apply the default color, and then the other one. If this requires a few moments, this is more noticeable.
In this case you could try to remove any color you set in the theme panel or by any other means, and modify the background color in the theme stylesheet directly
– https://www.screencast.com/t/Y4XYn8EOvDdD
Thanks
Hi,
You could edit the header style template file that you are using and insert the text there. I see you use Header style 5, this would be the file to edit
– https://www.screencast.com/t/xbNvOw3qog
Thanks
Hi Chris,
I really don’t have the time for a long form debate on this. I will just add one more reply for the sake of the people you are confusing here.
“Google’s own information on their algo”
There is no information on google algo, these are just guidelines for webmasters, let’s not pretend your or me know how Google algorithm works.
So, if your site is “Giant Killer Puppies” and you do a page about “Best Food for Brown Puppies” then you can have h1 tag on your logo with site name in the ‘header’ section, and this is *separate* than the h1 tag for “Best Food for Brown Pups” which would *also* be used for referential links within site, inbound and social links, meta tags, and possibly alt tag for the hero photo on page.
it’s all nice and good theoretically, but when I removed this, my ranks are all coming back slowly across different sites.
https://forum.tagdiv.com/topic/h1-in-logo/
regarding this, I don’t think they are penalizing for this, so you are correct. but this doesn’t mean in some cases this will not affect your ranks due to relevancy or god knows what. Anyway, google is nice to inform us but many times things are different on the field, you must know that if you are such a hot shot SEO
for anyone who’s websites, like mine, lost ranks because of this. Just change this and see how it affects your ranks and report back on this thread. This is the only way to really know.
Anyways, last response here. Time is money. I just come here when I need help and wanted the info to be here for those how need help as well, not interested in participating in a pissing contest.
-
This reply was modified 9 years by
salocharly.
-
This reply was modified 9 years by
salocharly.
Actually, I’ve been doing SEO since 1995, and ran a leading company in that space from Jan. 1996 to Jan. 2005, and have 10 million impressions per month. But whatever… not wrong.
If you look at Google’s own information on their algo – you can have more than one h1 on the page with proper modern markup … the header section is separate from the article section, and the h1 for the site name on the logo is totally acceptable in the DOM for that.
Their algo looks at h1 for ‘content’ in the article area to match page content, and *that* h1 should match the meta tag for page title and be semantic to the content within the article area – the de-facto page content.
HTML5 specifically is engineered to support more than one H1 tag to identify the ‘header’ element per ‘section’ — h = header, not seo.
If your site is, for some reason on old HTML, xHTML, etc., then yes only *one* h1 tag per page is correct. Under HTML5, more than one h1 tag used within ‘sections’ is correct.
Again, anybody telling you otherwise doesn’t know what they are talking about and has not lived on Google’s dev site, or the HTML/W3C dev community as I do.
So, if your site is “Giant Killer Puppies” and you do a page about “Best Food for Brown Puppies” then you can have h1 tag on your logo with site name in the ‘header’ section, and this is *separate* than the h1 tag for “Best Food for Brown Pups” which would *also* be used for referential links within site, inbound and social links, meta tags, and possibly alt tag for the hero photo on page.
Duh.
If that doesn’t work for your site, you have some DOM / markup errors.
We use this methodology on 25+ sites with top ranking for all content, millions of page views, and we’ve been building sites for 23 years, doing marketing since 1981, and doing SEO longer than most folks on here had a web connection.
Share and enjoy!
Read up on HTML5, Google’s own help site, webmaster tools info (search console), PageSpeed Insights, etc.
Welcome to the ‘semantic’ web — using header tags in proper way, with good content helps SEO, doesn’t hurt it, and there is *no* penalty with Google for using h1 tags correctly in modern markup — where appropriate and not intended to ‘black hat’ the usage.
I won't be on this site anymore starting Sept. 1, so winding down my help here *forever* -- so take of it what you will.
-
This reply was modified 9 years by
simchris.
Howdy … I have no idea which site is on my profile here, sadly, so might have to peek at that 😉 I actually have a main business site which hasn’t been updated in years, as I’m building my own WP theme from scratch for first time since 2011 for various reasons, from Bootstrap 3.x. But I manage a news network which uses TagDiv themes, and our main news ‘parent’ online since 2000 is mix of static shtml with 100/100 pagespeed score, and then news platform running on WP, but with a semi-custom theme not running TD, due to fact we started that prior to TD being in business and way too much hacking to switch.
As general rule for hacks:
a) yes, if you update theme, they get over-written as common sense — if you edit functions.php and then update theme, it uploads new file, so old one is gone. So, common method is to keep track of changed files, and edits by line number, then re-apply to new theme, then upload new theme with the same hacks applied (FTP, and I use TextPad on Win10, or BBEdit on Mac).
b) what I’ve started to do, with this new theme from scratch project, is move all mods to a plugin. This allows me to keep hacks, security mods, speed mods, inserts, RSS hacks, etc. in “one place.” — This is useful for stuff you don’t want to change every time with TD or other themes, but can’t always address stuff you actually do hack. — For instance, I take out the login code from TD theme headers. Have to do that every time. I also remove the xmlrpc, pingback or any of that stuff. == but again, with WP, you can often create your own plugin with a function to ‘enqueue’ something to the WP header, and this gets inserted to WP header, same way the theme panel does, but if you put it in your own plugin (which is insanely easy to do), then it survives theme update.
Not sure that helps — but food for thought. Thanks for kind words.
Also, I stopped posting links to my sites here as they end up getting barrage of hack attempts due to popularity of TD themes and a few bad actors lurking here.
As to JSON, I’m just learning how to build that from scratch myself, for this new ‘in house’ theme project — so, guess what I’m doing this coming Saturday! 🙂
Hi there,
We are using header style 12 and for some reason when refreshing the page (or navigating through pages) the menu changes colours upon refreshing the page. Please check this gif here: https://ibb.co/iePdK5. Also, I took a screenshot of the split of the second when the menu is different: https://ibb.co/hpFJK5. You can also check it live here: https://www.em360tech.com.
Thanks for your help.
Adam
Note – to disable the oembed function, however, you’d need to disable the embed code added to header by WordPress.
(the o-embed allows people with WordPress sites to put your page URL into their post and it drops in a Twitter like excerpt of your story …) — we disable this too.
I have turned off the Tag Div Social counter plugin
Turned off sharing in post settings
Turned off social icons in the header settings
There aren’t any javascript pop ups added to the site
We use slider revolution for the front page but I disabled that and the page still did not load
I do not have any plugins running other than
tagDiv Composer
Slider Revolution (Disabled and tested no change)
Jetpack by WordPress.com (Disabled and tested no change)
Akismet Anti-Spam (Disabled and tested no change)
I checked for malware and the only files that were changed were by GoDaddy
Those files are
gd-config.php (GoDaddy added for their configuration)
wp-admin/install.php (Removed for security should not effect theme)
wp-config-sample.php (Removed for security should not effect theme)
wp-admin/includes/upgrade.php (Removed for security should not effect theme)
What should I do now
Hi,
You can add the code in the header through a child theme, that way it will not be lost when the theme is updated
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Create a child theme and copy the header file located in the main theme folder, inside the child theme folder.
This is the purpose of having a child theme, to make customization to the theme without losing them after updating. All the files that can be modified through a child theme are mentioned in the guide.
More information about child themes in general here
– https://codex.wordpress.org/Child_Themes
Thanks
Hi, Chris. On a separate note, would you be willing to check out this thread I started and weigh in if you have time? Basically I’m interested in adding some schema markup to posts, but it looks like Newspaper will override them every time I update it. I’m wondering if you add markup to posts and how you get around this? Also, I’m new to this markup stuff. Could I add it to the header code for the post in the editing panel? I’ve been researching this for days and can’t yet find anyone who shows exactly how to insert it (and the plugins I’ve found so far offer a very limited number of markup categories).
Thanks in advance if you can help shed light on this in any way! 🙂
https://forum.tagdiv.com/topic/google-rich-cards-and-json-ld-markup/
Hi,
Try a code like this that will remove the margin
– https://www.screencast.com/t/farfFoWZS
@media (min-width: 1019px) {
.td-header-style-5 .td-a-rec-id-header > div {
margin: 0 auto!important;
}}
Thanks
I have a long winded explanation about this for those who don’t understand how HTML5, the DOM works, or semantic markup. You can search for it if you want.
An H1 tag on logo inside the header element simply indicates it’s the most important element within the header area, vs the article area or footer area. And falls back for text logo vs image logo.
It helps in identifying most important branding, link, site specific element within the header, vs menu links, and other elements such as logins, dates, search, super menus, etc.
It does *not* hurt to have it in the header area in modern markup.
Anybody who tells you it’s a problem simply doesn’t understand how modern ‘mark up’ works.
So, peeps can like chill out! 😉
Check in the theme panel of your website – do you see any suspicious code in the ‘Ads’ section – under either header / sidebar ad?
Then, under the ‘custom code’ part of the theme panel do you see any suspicious JS code?
If you do, then you should immediately either upgrade your theme, or (also) install WordFence and activate the firewall there. Edit – not to mention, delete the code…!
Let me know how you get on.
P.s. I’m not representing the developers but just offering my help.
-
This reply was modified 9 years by
Andrex.
OK, so to counter the gzip and leverage browser caching probs I added codes to the htaccess file. Everytime I add that the themes breaks. Please check the website readandfix.com
Can you tell me where am I going wrong?
The codes are following
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/x-javascript “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 2 days”
</IfModule>
## EXPIRES CACHING ##
<IfModule mod_deflate.c>
# Compress HTML, CSS, JavaScript, Text, XML and fonts
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE font/opentype
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/xml
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
Header append Vary User-Agent
</IfModule>
This helped! Thanks!
But now there’s a margin between the header and the row – is it possible to remove it? https://holographica.space/
Hi,
If it needs to be placed in the head, insert in the header theme file, between the head tags
– https://www.screencast.com/t/VrkBzpze9
Any modification made directly to the theme files will probably be lost when the theme is updated.
You can make modification through a child theme, as this will not be affected by the theme update
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Manipulating the header.php did, indeed, solve the issue.
I’ll keep an eye on finding a more future proof solution.
Thanks
Hi,
I could not say why this is happening, I found that it might be related to server parameters. Try something like the code mentioned here, which seems to work for me in changing the language for the Facebook video
– https://wpism.com/embed-facebook-live-videos-wordpress/
Default – https://www.screencast.com/t/vfkwI05FrkM5
With code added in the header file like this
– https://www.screencast.com/t/EdcsIFYB
– https://www.screencast.com/t/Cr8lY8QcC7P
If you have caching clear it before checking the results.
Thanks
Hi,
The border is already present in header style 9: https://www.screencast.com/t/QwN92Okg8rN
Please provide a link to your site if you do not get the border on your end.
Thanks
Yes, now it’s made with composer as a separate row. If I copy the code of the row and insert it as a header ad, the row works fine, but there’s red background below.
Hi,
Can I add JavaScript in the <head> section from the “Theme Panel” or shaould I edit header.php.
If I add the code in the <head> section of header.php, does it affect when I update theme via “Evanto Market Plugin”
Regards,
how to add bottom border in top header menu (header style 9).
thank you
Hey! I hav an issue with the blocks element.
When I set site language to arabic, Header name and Ajax dropdown – filter are now above each others
Here’s an image
http://lebaniz.com/wp-content/uploads/2017/08/issue-1.png