- TutorialsDefault Block Settings Guide
I should note that I’ve tested this on several test installs and it never changes the border radius of any button. Definitely not the header buttons.
Maybe move the other meta instead of the new time format
– https://www.screencast.com/t/Lu6RZgNDx
header .td-module-meta-info .td-post-author-name {
top:0;
}
Or do it the same with a div and class. For the mobile theme, CSS code has to be entered here
– https://www.screencast.com/t/CsHYYBlQFh7
That code works for me, posts within a month
– https://www.screencast.com/t/Ou41YeLbgd
Older posts – https://www.screencast.com/t/5p0PvZjvjq
How did you setup the styling ,what is happening exactly? Provide a link to the website where I can see this if possible.
How do i add header image to the post page? Currently all post page’s header are empty.
So below the header and above the page content. By using the page builder you can design any page with the content you want. If you want that section to be displayed on every page of the website (posts, categories etc) you could include it in the header template you are using maybe. Use the shortcode of the elements you want. Example with a block
– https://www.screencast.com/t/sDQyDAtC
– https://www.screencast.com/t/c5D8VynHx
– https://www.screencast.com/t/HJAUVEYy
– https://www.screencast.com/t/0UwGJGHE4
<?php echo do_shortcode('Shortcode here'); ?>
Other than this there would be no way I can think of to do what you are trying to.
Hello,
The standard background of the header on the site in question is yellow and then there is a custom css element added as a :before pseudo-element with a custom css shape added.
There are many css shape generators online: https://css-tricks.com/examples/ShapesOfCSS/
Thank you!
Hello lifemathmoney,
Notice that our theme uses a lot of Headers Style and you can choose one of them from here -> https://forum.tagdiv.com/newsmag-header-styles/ We do not recommend to edit the logo or header style because you can easily break the theme layout.
If you want to remove that border-top from your header menu you should use a bit of CSS code for that. Try the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.td-header-border:before{
display:none!important;
}
The result is here -> https://www.screencast.com/t/BZWIr7ZPIwA
For your latest request, provide some useful screenshots with your desired changes so I will be able to provide a more accurate response/code.
Thanks for your understanding!
Hello, how are you?
I hope you are well
I want to ask, how to create a header/menu like https://www.mrbuzz.com/
Is it use image background?
Or use two different colors?
Screenshot: http://nimb.ws/09rcNM
Thank you
It doesn’t work unless it’s a bug on my end.
Best,
IC
I see you stretched it, it could be centered now like this
– https://www.screencast.com/t/GMMxoFgZLhz
– https://www.screencast.com/t/iwV298SMG
@media (min-width: 768px) {
.td_stretch_content .td-container {
text-align: center;
}}
@media (min-width: 768px) {
.td-affix #td-header-menu {
display: inline-block;
}}
But the same will happen on smaller devices. That code can be entered in the normal custom CSS, not advanced if it is of any use to you.
Here is the link.
http://www.workagain.in/wp-content/uploads/Header-For-Widgets.png
Hi,
I bought this theme thinking that WPBakery Composer worked with it but it doesn’t!
I use it to have 6 columns and Full Width on posts. But:
- As soon as I activate TagDiv Composer, WPBakery Composer stops working properly (no more full width, limited columns…)
- If I deactivate TagDiv Composer in order to make WPBakery Composer work again, I get “wp_booster errors” and the website’s header doesn’t load anymore…
How can I get rid of the errors? Or get full width on articles and 6 columns with TagDiv?
I’m wasting so many hours on this. Please help.
Newspepper theme I work well, even I really love this theme. But it turns out when I open my website from facebook browser, it turns out my mobile display does not have a logo in the header. Can anyone explain why? and how to solve it? my website https://monitor.co.id thanks
Like this screenshot of the problem I mean:

how can i limit the count of categories in the blocks, in the post header or on the archive pages? i run a wiki where a post can have 20 categories. this is too much for displaying in the post header or in the blocks. i want to switch from the publisher theme to newspaper but i need this option
Hi Catalin,
So, to confirm, all of the below code (not just the string Header add Access-Control-Allow-Origin “http://skin.cdn.com”) needs to be added to the top of the htaccess file?
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “http://skin.cdn.com”
</IfModule>
Thanks,
Keith
I do NOT want to show the header ad on my newly created (by TD Composer) homepage but I want it to be displayed on all the posts (as it is showing at the moment).
The option to remove ‘Header Ad’ on TD Composer is not visible and if I delete the code from the theme panel it won’t show in posts as well.
Please let me know how can I remove header AD on my homepage from TD Composer.
https://bikeadvice.in/
Thanks
Hi,
How can I change Header 2 <h2></h2> size on single post, this is my website.
http://www.musicforlondon.co.uk
Many Thanks
Titus
Hello Kjray,
I’m sorry but please notice that’s no bug in the theme, regarding on this case. Do you have tried to switch the theme to the main theme? YOur child theme contains some codes which hide the header Ad on the homepage. -> https://www.screencast.com/t/a5w1YTzebM3
Thanks for the message!
Hi,
So you want to have a full width layout. A general width setting does not exist, you can stretch rows or use full width grids. There are full width elements to be placed in pages, like grids
– https://demo.tagdiv.com/newspaper/full-big-grid-1/ (10 types of full width grids)
Rows in pages can be stretched – https://www.screencast.com/t/LjPxJ1iLIIz
Header and Footer elements – https://www.screencast.com/t/HgtsNIs1
There are also multi-purpose elements in the tagDiv composer, you could check them out.
Thanks
Paste this code in the custom css section of theme panel
.td-header-wrap .td-logo-text-container .td-tagline-text {margin-top: 15px;}
Hi,
This is something that you addressed in a previous query on the forum, but I’m struggling to determine where to place the code you recommended at this link.
I’ve inserted the code from my htaccess file below, could you show me exactly where to place the following?
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “http://skin.cdn.com”
</IfModule>
———————-
#Expires headers configuration added by BREEZE WP CACHE plugin
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A2592000
ExpiresByType application/javascript “access plus 7 days”
ExpiresByType text/javascript “access plus 7 days”
ExpiresByType text/css “access plus 7 days”
ExpiresByType image/jpeg “access plus 7 days”
ExpiresByType image/png “access plus 7 days”
ExpiresByType image/gif “access plus 7 days”
ExpiresByType image/ico “access plus 7 days”
ExpiresByType image/x-icon “access plus 7 days”
ExpiresByType image/svg+xml “access plus 7 days”
ExpiresByType image/bmp “access plus 7 days”
</IfModule>
#End of expires headers configuration
# Begin GzipofBreezeWPCache
<IfModule mod_deflate.c>
AddType x-font/woff .woff
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
</IfModule>
# End GzipofBreezeWPCache
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I’ve changed the type of header because I can’t have such a weird header, so if you need proof of what I was saying, please let me know and I’ll put it back.
I have done this: https://www.screencast.com/t/2ZImkvYhTd
With a fairly good resolution image, as you can see here: https://raizdiario.es/wp-content/uploads/2018/06/WhatsApp-Image-2018-06-29-at-18.30.05.jpeg
But when I try to put this image as a header image, it degrades its resolution to absurd levels, as you can see here: https://raizdiario.es/
Plus the image is cropped and not displayed in full.
Hi,
Thank you for your reply. I don’t see this option at the “Text with title”-element: https://www.screencast.com/t/Nvi3OMsvHA.
And is there a way I can set a default? I have lot of pages made in TagDiv Composer, so would be great if I could set it for all the pages. Need to be able to set text and header styles.
I am sorry that this solution will not work. In an earlier query here I was told that Newsman theme can not display Vidoes on the Home Page displays but only on Single Posts. because of that I can not use td-Composer any more. I still use the theme but my front page is created through another plugin Content View. Hence, I would like to create this Widget Are Header within the Theme options and not via td-composer which forces me to put the short code in a Page (the other plugin Content View is already using that Page to create front page display).
Is there a CSS code possible by which this Widget Header can be create above the Posts area. Content View only uses the Posts display area. All other areas I am managing via the Theme only.
How do I add standard text in a Row/Column?
I see an inline text element, but no text element.
What is the Column Text element? When I attempt to set it up it looks like a Column header text.
There is not documentation on TagDiv Composer that is readily available so here I am asking what is probably basic questions.