- 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
Hello – is there a way to have unique ads in the header for each category? I’ve figured out how to have unique widget ads in the sidebar but not the header area yet.
Thanks,
Kent
First of all, great work on having your own working and optimised AMP plugin 🙂 I’ve switched from using the Automattic AMP plugin to this one on my site.
Some feedback from myself – I know it’s still an initial version so I understand more updates will be coming, but here they are:
- On the /amp page, the search icon/button on the top right links to the WordPress Address URL, and not the Site Address URL (i.e I have my WordPress files in a folder structure, so the search icon goes to 404).
- The Related Articles on the /amp page are using 300×194. Hoping there are more options on the administration panel to either disable thumbnails, or use other dimensions? For example if I visit my site on a mobile (regular page, and not the /amp page), the Related Articles are using a different thumbnail dimension/block
- There is an empty “About Us” section on the Footer of the /amp page. This is probably my fault for not knowing where should I enter the information in 🙂
For those who want to “hack” or edit the plugin files and know a bit of PHP:
- Change search URL: under td-amp/templates/header-bar.php, change “site_url” to “home_url” on line 22
- Disable About Us on Footer: under td-amp/templates/footer.php, comment out line 46 (add a ‘//’ in front of the About Us print-out line)
Hello –
I’m using Block 21 on my home page, but I also use it throughout the site. I can’t figure out how to change the color combo of the text and header block. On this page, it’s white letters on blue (which I like) https://www.kvnutalk.com/for-the-people/
And on this page (scroll down about halfway) it’s dark gray on black https://www.kvnutalk.com/
Any help would be great – thanks!
Hi,
The related articles font properties can also be influenced by the global block header style. When using default for example
– https://www.screencast.com/t/kG2lALqqHN
The font weight of the related articles/more from author is normal
– https://www.screencast.com/t/O0Gow8dlU
A dedicated font setting just for that is not available, they will be affected by these font settings
– https://www.screencast.com/t/ZtrEcpWQU
The mobile front page grid does not need a scroll, it will display 3 articles one below the other
– https://forum.tagdiv.com/the-mobile-theme/
Desktop grids when responsive, have an intuitive design that would lead to scrolling by the user
– https://www.screencast.com/t/USOi2Jk3nh2
A scroll will appear – https://www.screencast.com/t/5btaOSSK4
Thanks
Hi,
I believe it would be best to enter the javascript code directly in the theme header.php file right after the opening body tag
– https://www.screencast.com/t/GIORCAAii6UA
Then the actual code in a raw HTML element
– https://www.screencast.com/t/pQOcY6OzAn
This way it should work properly.
Thanks
Hi,
You can edit the category names the same way you would using default WordPress. This is a guide about how to do it properly, and the consequences of this action
– http://www.wpbeginner.com/beginners-guide/how-to-properly-rename-categories-in-wordpress/
If this is not what you want to know, please provide some more details about it, for a better understanding.
The socials displayed in the header and also footer will be the ones you enter accounts for in the theme panel. This is an example for Instagram
– https://www.screencast.com/t/a2Opr5CThM
– https://www.screencast.com/t/eIBWV4wqkk
– https://www.screencast.com/t/oIB4Ds6Hxa
Thanks
Hi guys, just a quick one: im using header style 1, but like the logo to be more to the left. is this possible and what kind of code would help me here?
Please see the screenshot:
http://i201.photobucket.com/albums/aa183/Saikological/logo%20to%20left_zpsxua1yisq.jpg
thanks in advance!
Hi,
The actual ad codes can be entered in the theme panel ads section, for the locations you want them to appear
– https://forum.tagdiv.com/ads-adsense-overview/
So if your Adsense account is activated and there are no problems, the ads should appear
– https://support.google.com/adsense/answer/76228?hl=en
– https://support.google.com/adsense/answer/9724?hl=en
The code that could be needed to be inserted in the header file would be the verification code, more in this topic
– https://forum.tagdiv.com/topic/adsense-ad-shows-above-header/
Also be sure to not have ad-blockers enabled when testing, and the ads are not disabled
– https://www.screencast.com/t/miopD6jeK4Q
Hi Simion,
The css code that is causing the blank space is this one:
.admin-bar .td-header-menu-wrap.td-affix {
top: 32px;
}
It’s a theme css code.
Tks
Hi,
@cccadmin I could give you a code for that, something like this
– https://www.screencast.com/t/2odI0OxLtyi
You can increase the value if you want, then enter it in Theme panel->Custom CSS section
.td-header-style-10 .td-logo-wrap-full {
min-height: 150px;
line-height: 150px;
}
Thanks
Hi,
Maybe you have deleted it accidentally, or moved it. The default header.php file can be found in the theme files, upload it on your server
– https://www.screencast.com/t/rR4hN8Ue
Unless you have a backup of the theme files you modified or the added code, or the deleted file can be restored somehow, the file could be lost together with your modifications.
I mentioned nothing about any margin-top as you can see in my previous reply. Remove the margin from the header wrap as it created a space but it will not be clickable. Only the position will create clickable space.
Thanks.
Hello rumbilo,
Please notice that’s the default behavior for header menu, as you can see here -> https://www.screencast.com/t/842KpgHJm
Thanks.
Hello,
Sorry but the theme width can be changed exclusively for pages. You cannot alter the theme width for posts/articles
As for the header, I’m not sure what you mean. Please provide more details to your request.
Thank you!
Hi,
Please first make sure the multi-purpose plugin is installed and active
– https://www.screencast.com/t/XGMUaWQcC7
That issue would happen if you install a demo which uses multi-purpose elements, and the required plugin is not active. That demo uses multi-purpose header style 3, and that error will appear if the plugin is not active
– https://www.screencast.com/t/IykBllSkwLyN
Thanks
Hello.
If I put the code in a file “header”. With automatic ads from adSense from google.
Ads are not showing up – do I need to do something else in the console? (my site was confirmed by Google).
I want to change td-header-menu-wrap-full td-container-wrap height from 60 to 100px with text adjustment.. But It is not getting right.
Everytime I add My Google analytics code in the Analytics section of Theme Panel it shows on my header publicly. Somethings is wrong. Any help? Im running the 4.3 version
@Alicegreentree – From the changelog it was dealt with in v8.7.3
Version 8.7.3 – April 18th, 2018
new: font settins can now be saved as a preset and apply on all the blocks from tagDiv Composer easly
fix: pinteres board url
fix: facebook videos support now works again
fix: we updated to the latest instagram api, this should fix all the problems
fix: updated multipurpose plugin with fixes for: boarders, image settings, newsletter and font settings
fix: Big grid slider with no posts
fix: Various css fixes
fix: header ad when block template 17 is used
fix: gallery slider now works in pages as expected
fix: background click ad on template 8
fix: amp points and percents are working as expected now
fix: css fixes for trending now block
Hi, I have a problem with the main menu and the video background in the header. In the home page, the menu bar is transparent and it appears on the video background. However, in the rest of pages, the main menu bar has a black background and it appears above the video background (https://www.screencast.com/t/MY0Vl8Q0). Please, could you help me to solve this issue?
Thanks.
Hello, I am contacting you because I accidentally lost all my “header.php” of my Newspaper theme on my website https: //.2paclegacy.fr on the PC version.
I do not know how it could have happened. Do you know how to find all my code I had?
Thank you.
Hello Bogdan,
Thank you for this. I replaced this code:
.td-header-wrap {
margin-top: 120px;
}
with this code:
.td-header-wrap {
margin-top: 249px;
}
But now the top part of the background image is gone.
What can I do? 🙂
Thanks.
Hi, can I know how to set the header like the news magazines? It seems it not only set it by just choosing header style.
And can I know what the width proportion used in news magazines like post width, site width and sidebar width ?
Thanks
Allen
Thank you Catalin,

Is it possible, to make both Top Bar and Menu Bar sticky when I scroll up/down? Sticky without any animation.
have a read at this article Shaiju : https://forum.tagdiv.com/logo-favicon/ . Scroll down to logo size section and it will tell you which size to use for header styles