- TutorialsDefault Block Settings Guide
Hi,
You want to add widgets in the theme header? What widgets would those be exactly? If those are composer elements you could add them by shortcode
– https://forum.tagdiv.com/search/do_shortcode/
Thanks
Hello,
Line 6 if the file contains the header call https://www.screencast.com/t/NfG1dAq3
Please check this forum topic: https://forum.tagdiv.com/topic/call-to-undefined-function-get_header/
Thank you!
Hello,
Header styles 9, 10 and 11 will show the exact size you upload you logo in. However, please make sure you upload he full size, not a thumbnail of your logo: https://www.screencast.com/t/xpeVGHXyaAf
Thank you!
Hi,
Sorry for the misunderstanding, that is indeed an image. It is the header logo image, this default demo image can be replaced wit your own, in the theme panel
– https://forum.tagdiv.com/logo-favicon/
The header style used for that demo is style 11
– https://forum.tagdiv.com/header-styles/
This style does not have a limit for the header logo, you can use any image size you want.
The footer logo can also be changed in the theme panel
– https://www.screencast.com/t/Xz4jWbZTTmI
Please let us know if you have more questions, or you need help with something.
Thanks
Is there a way to add space above the header? (Top margin) Here is my site: Socalthrills.com I just want some space above everything.
Hi,
I want to use TagDiv composer to add 2 widgets in the header.
What would be the PHP code ?
Thank you
Hi
I watched the tutorial. In settings, you could slide a tab over and it would activate the weather in the header bar. My version does not have the tab in newspaper 8. At the moment my home page displays the weather in the sidebar position. This is working. The widget in the header says the api key is not activated + it has not changed colour like the side weather widget. I would like the weather displaying in the header and not in the sidebar.This is the openweather widget. Can you help?
Thanks
Hi
I have entered my logo for the header style 10 but it will not appear in a large enough size. Can you confirm the max size I can use please.
Thanks
Hello Catalin,
unfortunatelly I can’t provide the url because the page is in maintenance mode.
But I can provide 2 screens, hope this will help to identify the issue.
Both are screens of the main header.
First one (light blue) appears when the page is loading
Second one (navy blue) appears when the page fully loaded (second one is right)
-
This reply was modified 8 years by
wdziedzic.
That would be how the logo is displayed with that header style. The size is limited with a max-height
– https://www.screencast.com/t/qvIAzTNar
Most header styles have a recommended logo size to be used
– https://forum.tagdiv.com/logo-favicon/
A larger logo can be used with header styles 9, 10 or 11. These do not have any limit in terms of size for the image. You could use one of those, it would be like this with your current logo
– https://www.screencast.com/t/dIPezyEG
The image used also has much white space so maybe you would also need to re-create it, make it more compact if possible to avoid unused space that causes a big height
– https://www.screencast.com/t/36RmdT9j
Well I don’t know. In fact I want to keep header style 1 and change the animation on the Menu.
I must be misunderstanding something, those are the same for me
Header style 1 – https://www.screencast.com/t/ta55ks0Xj
Header style 2 – https://www.screencast.com/t/7f91Yjvl
How exactly do they look for you? I am comparing default header styles with no modifications and default demo installed.
Hello juniorcalazansdcsj,
There are many cases of this issue happening, a simple search on Google and this can be seen, also various fixes can be found:
https://www.google.ro/search?q=wordpress+the+plugin+does+not+have+a+valid+header&oq=wordpress+the+plugin+does+not+have+a+valid+header&aqs=chrome
Hope this helps and let us know how it goes!
Thanks for the message!
I would like to add our brand’s logo on the top left of the bar of the menu that appears when I scroll up, the same icon that I placed on the regular header of the site http://www.trendymami.com. Is there a way to do it?
Thanks!
Dear, I am using the footer logo style 10 and the same style I have used for header logo. The pic I have used in the header has dimension 183 x 183 and it works perfect, but when I uploaded the pic with dimension 183 x 183 in the footer logo, then it appears somewhat stretched and I have to changed its dimension to 150 x 150 and it works perfect here. I want to ask that if you are saying that the footer style 9,10 and 11 will support any image resolution, then why my image is not showing correctly as the case with my header logo. Please help me on this issue.
Hello,
how to turn off the hover effect on header?
When the homepage is loading the header has light blue color and the header logo (I have header type 12) i displayed correctly. But after about one second the header color changes and the logo does not appear correctly any more but only partially.
Appears this ero when trying to install the plugin td_composer.
The plugin does not have a valid header.
wp-content/themes/Newspaper/includes/plugins/td-composer.zip?uid=5b6308d307df1…
60: SSL certificate problem: self signed certificate
Hi,
What animation would that be exactly? There aren’t many differences between header styles 1 and 2. The positions of the menu is different, but that would be all I believe.
Thanks
Hi,
You can set any logo you want in the theme panel. For the header and footer
– https://www.screencast.com/t/Z1uxGaAOh9od
– https://www.screencast.com/t/LktQDy4JvGJj
This is specified in the theme documentation
– https://forum.tagdiv.com/logo-favicon/
Please let us know if you have more questions.
Thanks
Hi,
A quick fix is to increase the line height, with a code like this
– http://prntscr.com/kdru53
Enter the code in Theme panel->Custom CSS code section
.home .td-header-style-10 .td-logo-wrap-full .td-logo {
line-height: 200px;
}
Thank you, that seems to work!
I actually have the same problem with the “make money online” menu option as well. I tried adding the code twice, like this:
.single .td-header-main-menu .menu-item-1558 .mailmunch-embedded,
.single .td-header-main-menu .menu-item-1558 p,
.single .td-header-main-menu .menu-item-1558 .td-mega-grid hr {
display: none!important;
}
.single .td-header-main-menu .menu-item-1559 .mailmunch-embedded,
.single .td-header-main-menu .menu-item-1559 p,
.single .td-header-main-menu .menu-item-1559 .td-mega-grid hr {
display: none!important;
}
but that didn’t work. How can I combine them so it works for both?
Hi,
When you select a header style, the main menu animation changes. I want to have the header style 2 main menu animation with header style 1. Also I want to customize menu animation. I could not find where it is in the style.css file!?
Can you help me,
Thank you
Hi,
I believe the plugin treats that page in the menu as a normal page, and inserts itself in it. Maybe the plugin has some exclusion settings to prevent it from displaying in certain pages.
I could give you a code to remove it from the menu, only in single post pages
– https://www.screencast.com/t/wusDkKsB
You could use the code if no setting is found within the plugin
.single .td-header-main-menu .menu-item-1558 .mailmunch-embedded,
.single .td-header-main-menu .menu-item-1558 p,
.single .td-header-main-menu .menu-item-1558 .td-mega-grid hr {
display: none!important;
}
Enter it in Theme panel->Custom CSS section if you decide to give it a try.
Thanks
You could do that with some CSS, like this example
– https://www.screencast.com/t/kftxN7C9lTf
Code used in example
.td-drop-down-search .td-module-thumb {
display: none;
}
.td-header-wrap .td-aj-search-results .item-details {
margin: 10px 20px 10px 20px!important;
}
The code will remove the thumbnail and position the post meta to occupy the remaining space.
Hi,
We reply in all topics as soon as possible, no need to worry about that.
For AMP auto ads, see this topic. I believe this is what you are looking for
– https://forum.tagdiv.com/topic/info-adv-amp/
For the mobile theme the header file is here
– https://www.screencast.com/t/XXXmvPipsV
Thanks