- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi how to di edit the header section so i can add my web header/banner in that section please help
Hi, in my website I have the header style 1 : https://www.screencast.com/t/SuorfZk30
I want to edit logos size like this : https://www.screencast.com/t/BVfuQCOqUW
Can You help me? Thanks.
Hi,
1) i noticed that in your demo and in different categories you have different color titles:
for example:
in this page you have black title https://demo.tagdiv.com/newspaper/td-post-denton-corker-marshall-the-mysterious-black-box-is-biennale-pavilion/
in this one, instead, you have white title https://demo.tagdiv.com/newspaper/td-post-after-effects-guru-tracking-and-stabilizing-footage/
and it is perfect!
In the website im tryng to setting if i change post title color form theme-panel|theme colors|post title color it affects all posts, so if i insert white color it works for video template, but it doesnt work for the “post style 6” template (see https://d.pr/FREE/Sc9bW0) because the white title is on white background…
How to have different colours as in your demo?
2) how to have different colour background in the video template? (style 11 and 12?)
only via custom css?
thank you
Hi,
when I use the mobile version, I need to also view the Top Menu items, now I can only see the items of Header Menù.
My website is http://fisrabruzzo.it/
How can I do?
Thanks and regards!
I have rotating banners on my header banner zone of 278×90. I discovered my cache plugin is stopping the landing of the banner. When I clear the cache, and refresh the page, the banner will appear on the header banner zone.
What can I do to stop caching on the header banner zone area.
See pix https://www.screencast.com/t/mQoEjGsEY2Lg
Thanks
Hi,
Try something like this – https://www.screencast.com/t/UfiN3Lol
The code must be entered in Theme panel->Custom CSS if you decide to use it
.td-header-style-12 .td-header-sp-top-menu {
float:none;
text-align:center;
}
Thanks
Hi,
thank you for your very detailed answer.
Now, I have added my rev slider but I whant it immediately under the header menu.
Not between the Top grid and latest articles.
Is there a way to do this above?
Otherwise, how can I disable Top grid in mobile theme?
Regards
Dr. Cocci
Hi,
The menu is centered based on its container width
– https://www.screencast.com/t/nqwTl9HK
Visually it does not appear centered because of the logo. I could give you a code to position the menu items closer to the logo, something like this
– https://www.screencast.com/t/JnQg3Vf5v
.td-header-style-12 .td-logo {
margin-right: -110px;
}
Test this solution and see if it provides the desired result.
Thanks
Hi,
Then you could maybe increase the height of the featured image, in post template 7. If the image used is big enough there should be no problem. This post template has a fixed height of 700px, it could be changed with a code like this
.td-post-template-7 .td-post-header{
height:900px;
}
This code should be entered in Theme panel->Custom code->Advanced CSS, in the desktop section, so it only applies for desktop.
Post template 3 uses a thumbnail for featured image
– https://www.screencast.com/t/aVt36W9y
If it would be stretched with code to full width, the image may not look properly. Try the provided code and it will increase the height of the post header image, in post template 7. Maybe experiment with different values for the height.
Thanks
Hello,
Please keep in mind that the Header Style 10 uses the logo in full width. So, if you want to achieve bigger logo on your website you should load a bigger logo on your website if you want to achieve best theme results.
Thanks for the message!
Hi,
Check all the custom code sections in the theme panel, and the analytics section as well. You could take a look in the theme functions file, double check the header.php file for scripts. If it is not present in the theme panel, then it must be is the theme files.
Thanks
Thanks for replying.
i fixed the website now.
anyways, i wanna use header 10. but is there anyway to make the logo part of the header bigger?
Hello,
You can center the menu items on header style 12 by using this css code in your theme panel-> custom css box:
.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}
Hi Simion,
this is my website under construction http://fisrabruzzo.it,
i need the link of the pages (ARTISTICO – CORSA – HOCKEY – ALTRE DISCIPLINE) align with the center of the page, such as the Header Menu.
Thanks and regards!
Hi
I added google adsense script into Header.php between the <Head> to validate that I own the website. When I did that on my Home page (News) the breadcrumb appear is there any way to hide only for this page as it was before.
My website
thank you
Hi,
That happens because there is a condition that hides the image on mobile
– https://www.screencast.com/t/eEQS1YeLEj
Maybe there is a reason why it is not supposed to appear. You could make it display with a code like this, but it may require more modifications as the text is not visible anymore
– https://www.screencast.com/t/kVU6Ud6c
@media (max-width: 767px) {
.store-header-wrapper .store-image {
display: block;
}}
Thanks
Hello,
The size depends on your logo size. If I am to provide a code I will need a link to your site so I can test it on your logo.
This code works on the default logo:
.td-header-style-11 .td-logo-wrap-full .td-logo{
line-height: 109px;
}
.td-header-style-11 .td-logo-wrap-full{
min-height: 110px;
}
If you want to remove the header section completely, you can use this css code:
.td-header-style-11{
display:none;
}
Thank you!
Hi,
I believe that is happening because of the demo, this contains custom design and automatically loads the demo style at first, then the other settings from theme panel are applied.
A solution would be to modify the menu borders (top menu and main menu) directly in the demo stylesheet, change them to your current color there
– https://www.screencast.com/t/yNRc6jMqei1S
These flashes are noticeable if it takes a longer period of time to load the website.
For the top menu and main menu backgrounds, please try and enter this code directly in the theme stylesheet
.td-header-style-1 .td-header-top-menu-full {
background-color: #f9f9f9;
}
.td-header-style-1 .td-header-wrap .td-header-menu-wrap-full {
background-color: #303030;
}
This will load the backgrounds together with the rest of the style, reducing or removing the flash.
You could improve the website loading speed, to try and prevent such issues. Even installing a caching plugin may reduce or completely remove the problem
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Thanks
Hello,
I’m not using Mobile Theme.
This is the link http://www.ilfattodicalabria.it/
It’s not in header.php or footer.php or in THEMEPANEL—>ADS, etc.
It’s like a ghost. The code shows ads sitewide on mobile devices.
Could you find where is it?
Thanks
Hello Mr.P,
Please try to refer to these links here -> https://forum.tagdiv.com/topic/call-to-undefined-function-get_header/ and https://forum.tagdiv.com/topic/site-not-reachable/ and follow the steps which have been given there to solve your problem.
Hope this helps!
Thanks for your understanding!
Hi,
That is a design choice for that particular demo. You could remove it with a code like this for example, in Theme panel->Custom CSS section
– https://www.screencast.com/t/NhYXDqgnYwg
.td-sound-radar .td-header-style-1 .td-header-menu-wrap:before {
display: none;
}
Or remove it directly for the demo stylesheet
– https://www.screencast.com/t/VuTmWZkq1
You could customize it if you wish, I will help you if you could provide details about hwo you wish it to be.
Thanks
Hi,
Try adding it in the header template you are using, the files are found here
– https://www.screencast.com/t/iBhFHQs2AHzj
Placing it as a menu item will require you to enter it in these files however
– https://www.screencast.com/t/49Z1aMDLcCgi
Edit the files and experiment with the code, while checking the results. Maybe you can get the result you want. If you cannot get it where you want it to appear, maybe try to place it in a different location.
Thanks
Hello sublimedjs2296,
I have tried to access your website but it seems to be broken, as you can see here -> https://www.screencast.com/t/6ID9H5G4FGY Please notice that we do not recommend to edit the header styles because you can easily break the theme layout. Please keep in mind that our theme has a big list of header styles which can be used from here -> https://forum.tagdiv.com/newsmag-header-styles/
Hope this helps!
Thanks for the message!
Dear support,
I am using a Woocommerce Multivendor Plugin for my vendors. I discovered the header image banner on the vendor store is visible, but nothing shows up on the mobile.
See link and pics for better understanding.
https://www.screencast.com/t/Gdtwmq50
https://www.screencast.com/t/NxTNTTpNf
https://w.warrimarket.com/store/wealth-transfer-network/
I will appreciate a solution to make the mobile view visible.
Thanks