- 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
Well, if you don’t want to use the Custom Code option in the theme admin panel, the only way to do that is either with a plugin (from wordpress.org repo, or one you make your self, since these survive theme updates), or manually editing the theme files, such as header.php or adding a function hook into the enqueue at bottom of your functions.php file.
I don’t work here, just a suggestion.
-
This reply was modified 9 years by
simchris.
Much better thank you. Any chance we can fix the Block Headers? All of them show up on my site except the default Header 1 – they are invisible on the site.
hi please help me to solve this issue i want to display logo in right side and search bar in left side
and news ticker to right side with right side text i try to do it my self but didnt go well
im using newspaper 8 theme with default theme demo installed and header style 12 and news ticker style 2
here is screenshot http://www.screencast.com/t/smbYqTnHA
Dear TagDiv Team,
I needed a small guidance.
I am using style 7 for header menu. The sticky header is automatically turning transparent. This is mixing the text and hence difficult to read . Is there a way to change the colour and transparency?
Screenshot :
https://www.screencast.com/t/LRi41Fo4
Thanks in advance!
Hi
Thanks it works.
1) This will only change the MOBILE VERSION right not what it looks like on a desktop?
2) Is there CSS code to show the Header Top Menu on desktop but when viewed on Mobile it adds that Top Menu links to the drop down menu like the other links?
Hello
I am using codes for non-AdSense ads. Please check this link
https://stredoevropan.cz/2017/07/03/floyd-mayweather-udelal-verejny-trenink-aby-zastrasil-mcgregora/
Ad in a header appears perfectly ok, but ads in a side bar and in a bottom have big additional grey box. Why it can be?
Hey!
First of all, I want to thank you for this awesome theme. I have been using it since version 5 for different websites.
Now, for this version 8, I have the following issue: I cannot SAVE DEFAULTs in Theme Panel.
– For example, in the FOOTER section, I can save Style 2 to 14 as Footer Template, but not Style 1. I also cannot SHOW FOOTER anymore, because I deactivated before.
– Another example: BLOCK SETTINGS > BLOCK HEADER TEMPLATE. I can SAVE any Block Header (2 to 17), but NOT Block Header 1 Default.
I checked the System Status, I made all the Settings you suggested in WPConfig and htaccess.
What should I do?
Thank you!
I just bought Newspaper8 theme for our HP.
I tried to add google adsense for Header AD
https://goo.gl/photos/rPC1P9rN222ewpeY7
I input a google adsense code and click save-settings
https://goo.gl/photos/2aH3HZ1khcxfM5p8A
and as you can see, never ending waiting signal pops up.
+++++++++++++++++++++++++++++
If your theme panel cannot save the modifications, please check the system status screen and increase your memory allocation: https://forum.tagdiv.com/system-status-parameters-guide/ Also try to disable the plugins as they can cause this issue as well. Make sure you clear cache afterwards though.
++++++++++++++++++++++++++++++
like you said, I increased memory allocation, and disabled pugins.
but still can not move foward.
Please help.
Hi,
If you would like the logo to stretch to the edges of the screen, you need to upload a bigger logo image. The current header style you are using does not have a limit for the image. You can use any size you want, and it will be displayed.
Also it is worth mentioning that when a background color or image is used, the website layout becomes boxed
– https://forum.tagdiv.com/background-introduction/
At the moment you have a white background color, so a full logo will be displayed like this example (boxed)
– https://www.screencast.com/t/6UPrVOC4pjVr
Removing the background color or stretching the header logo space with the options in the theme panel
– https://www.screencast.com/t/gHfCKSNkVjwM
Will display the logo in full width like this
– https://www.screencast.com/t/ouaeFnIWA
So you just need to create and use a bigger logo image, depending on your preferences.
There are dedicated custom code sections in the theme panel, that you can use to further customize the website. Or enter the code directly in the theme main stylesheet. A child theme can be used as well for this purpose.
You also need to create a homepage using the composer and set it
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
The header style you are using does not have a limit for the logo image. If you would like it to cover all the space, simply upload a bigger logo image. Your current logo is like this
– https://www.screencast.com/t/LHnIWzzEipl
And the logo container for me is bigger
– https://www.screencast.com/t/lfn4hZooD
The logo image will not get stretched to fit, you have to use a bigger one. On bigger devices there will be an empty space if the image is smaller.
On mobile you can try a code like the one below for what you want to achieve. It will remove the gap you mention, align the logo to the left and move the menu toggle to the right
– https://www.screencast.com/t/dx0y4Glys8zh
.td-main-menu-logo img {
max-height:54px;
margin-left:0;
}
#td-top-mobile-toggle {
float:right;
}
This code must be entered in the Theme panel->Advanced CSS in the phones section. Please let me know if I misunderstood something, and I will make adjustments.
Thanks
I noticed one thing. Theme options can be saved, but not the defaults.
For example, in the Footer Section, I cannot turn Show Footer to ON, and also cannot save the Footer Templates to Style 1. I can save any other Style for Footer Templates.
The same for Block Settings: I can set any Block Header Template style, EXCEPT Block Header 1 – Default.
Any ideas?
Thanx!
Couple of ways.
Some hooks in the theme panel; or typically make a plugin which added the function via enqueue to the WP header.
Hi,
Please add this code in your theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
}
Thanks.
Hello benitouk,
You can achieve this style if you will use a bit of CSS code. Try to add the code below in Theme panel->Custom CSS area, like this ->
.td-header-menu-wrap-full{
height:44px!important;
}
.td-header-style-6 .td-main-menu-logo a {
line-height: 44px!important;
}
.td-header-style-6 .td-main-menu-logo img {
max-height: 44px!important;
}
.td-header-style-6 .sf-menu > li > a {
line-height: 44px!important;
}
.header-search-wrap .td-icon-search {
line-height: 22px!important;
}
The result is here -> https://www.screencast.com/t/Xb4JM6Zov
Hope this helps!
Thanks for your understanding!
Could your please head over to thegadgetsite.com
On desktop, I want the logo to stretch all the way on both sides, not leave a gap as on higher resolutions.
On mobile, I wish the logo would go edge to edge with the top and bottom of the header bar. Now it’s a tiny gap.
Also on mobile, would it be possible to have the logo dead to the left and hamburger menu to the right?
Thanks!
Hello,
@Sami, as a quick fix, you can try using a bit of CSS code to increase the height of your logo. Use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-main-logo img{
height: 218px;
}
Please notice that property has the height: auto and if you will use another logo with a big height than this one, the theme will display the logo with the real height of the image.
@ChaotiX66, provide your website URL and also, some details about your header logo so I can understand what and where is the problem.
Thanks for your understanding!
Hi,
Please provide more details about these Continue buttons or a link to your website where they are present, for a more accurate solution.
The header style that the demo is using does not have a limit for the header logo. You can set any logo size you want, and it will be displayed as it is. This is the case for header styles 9, 10 and 11
– https://forum.tagdiv.com/logo-favicon/
Thanks
Hi, I hope somebody can help me.
I wanted to underline only the hyperlinks in the body text of my posts/pages/widgets.
In the style.css I changed some code, but now all hyper links are underlined (menu/titles/footer/header). đ
I changed this part of the code:
a:active, a:focus { /* IE remove focus */ outline: none; } a { color: #4db2ec; text-decoration: underline !important; } a:hover { text-decoration: underline; } ins { background: white; text-decoration: underline; }
What did I do wrong or do I have to change?
Kind regards,
Bernard
Website: https://www.brazilie.rocks
Hello arolee,
You could try to manually upload the tagDiv Composer editor in the plugins folder. Simply unzip the plugin and upload it to the plugins folder in your WordPress installation by FTP. You can find more useful related information on this topic ->>
https://forum.tagdiv.com/topic/visual-composer-does-not-have-valid-header/
Hope this helps!
Thanks for your understanding!
Hello,
Please use this custom css code to change the uppercase back to lowercase and to change the text color and size:
.td-category-header .td-page-title{
text-transform:none!important;
color:blue;
font-size:28px;
}
You can add the code in the theme panlel-> custom css box
Thanks.
Hey, I am trying to create a home page like the one in Gadgets Demo. I first tried to import the demo but for some reason my page keeps loading for a few minutes even after content is loaded. So, I uninstalled the demo and now i am trying to build it. Here are some problems that i am unable to fix so please help me with that.
– How do I remove the distance between header menu and first content block?
– What if the font being used in Gadgets demo?
– Main Menu hover color doesn’t change and there is no option of hover color in Theme Panel > Theme Colors > Main Menu (under header). The option Active and Hover color changes the color of whole block but i just want to change the text color like in Gadgets demo.
– How do I make sure that different blocks will not show same content?
PS: This is the link of my blog where i am trying to build that page.
Hi, i’ve setup my Adsense account, got approved, created some Ad Units, got the code and pasted on the available spots for Ads in the theme (Header and Sidebar), created an Ad Unit for each.
After that theres just a blank space showing where the ads should appear, when i use Text only Ads the do appear, but Display ads don’t work (did everything the from the tutorial https://forum.tagdiv.com/ads-adsense-overview/).
senderoartesmarciales.com is my website.
Hi!
I have some trouble getting my header foto in a good size and resolution. If I cut it in which size it will be sharp? Site: http://www.backpackenopwieltjes.nl/
Kind regards!
Hello, how can I reduce the header height? I’m using Style 6 header, and I want to go from this:

To this:

I believe the height is 80px, I want it to be 44. Thanks!
Why is the header logo not responsive?