- 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
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
Hi Gwen,
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/aJfMSuTPS
.td-post-template-4 .td-post-header-holder {
margin-bottom: 0 !important;
}
.td-post-template-4 .td-post-featured-image .entry-thumb {
margin-bottom: 10px;
}
Thanks!
Hi,
Please use this custom css in Theme Panel > Custom Css – http://screencast.com/t/rx20qkVo
.header-logo-wrap {
margin-top: 40px !important;
margin-bottom: 40px;
}
Thanks!
Hi
To remove the logo you need to edit the file corresponding with the header style that you’re using and delete this code: http://screencast.com/t/tdX9Sat7CeFQ
Let me know how it goes.
Thanks!
Hi
Thanks @Chris!
In addition at what Chris said, you could try to remove the header ad code, clear all caches deactivate the plugins except VC and test again. Also make sure you empty the phone cache memory too.
Let us know how it goes!
Thanks!
Hi,
You will have to modify the ads.php file and create a condition there to have header add only for homepage and a custom ad for all other pages(archive, post pages..) – http://screencast.com/t/r6H49nRN6xtC
You can find more information – https://codex.wordpress.org/Function_Reference/is_front_page – https://codex.wordpress.org/Function_Reference/is_single and create your condition like you need.
Thanks!
Hi,
You could use header style 12 to have the top menu bellow the main menu – http://screencast.com/t/Qb2ko0ctHE – http://screencast.com/t/A1s0SgTPk
Or you can register a new menu and use it, but you need to alter the code and if you don’t have basic knowledge I suggest to hire a freelancer to do it for you.
Also you can follow this tread and find out how to add and register a new menu – https://forum.tagdiv.com/topic/conditional-logic-for-menu/#post-66025
Thanks!
Hi
Indeed your logo is smaller than the dimension you indicated: http://screencast.com/t/oNCaXnGroTqm
Try this custom css in theme panel > custom css to increase its size: http://screencast.com/t/KSNBsrjvTpeO
.td-header-sp-logo img{
width: 100%;
max-height: 150px;
}
.td-header-sp-logo{
width: 500px;
}
.td-header-header {
margin-top: 15px;
margin-bottom: 15px;
}
Let me know ho it goes.
Thanks!
Hi,
Please replace the old code with this one:
@media (max-width: 767px){
.td-header-top-menu-full{
display: table!important;
background-color:#222!important;}
.td-header-sp-top-widget{
display: none!important;}
.td-header-sp-top-menu{
float: none!important;
display: table !important;}
.td_data_time{
display:none!important;}
.td-header-style-8 .td-header-top-menu{
padding:2px 0!important;}
.top-header-menu li{
margin-left:-280px}
.td-header-top-menu a{
color:white!important;}
.td-header-top-menu{
background-color:#222!important;
display:block!important;}
}
Thanks
Hello tigruz,
I have tested multiple logos at on my end with header style 8 and the logo has no positioning problems.
Make sure you upload a 272 x 90 px logo, or close to these parameters.
Please check other modifications to the header if you have some.
If this is not the case, provide us with a link to your website so we can take a look at the problem.
Thank you!
Hi,
Using Visual Composer pagebuilder, you can create/add buttons only for page content.
If you want to add it next to the header ad, you will have to edit the code:
*Here is the header ad – http://screencast.com/t/CcAmZjkSz
*It is used for each header styles(to have it in different position) – http://screencast.com/t/wNhmPEIHj7oh
So you cannot achieve this only if you alter the code and use the shortcode directly there and some css for positioning.
Thanks!
Hi,
The theme doesn’t have an option to display to codes in the same spot – https://forum.tagdiv.com/header-ad/ I suggest to find a plugin which allows that or to alter the theme files.
Thanks!
Hi,
In order to use the header files in your child theme you can follow our child theme tutorial at section 4 about headers:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you.
Hello,
I would like to customize the mobile header of my newspaper website.
http://www.journaldufranc.com
I wish to have the logo centered in the middle of the header, and being able to set its width and height.
Also, I would like to have the search logo on the right. So it will be better balanced.
Could you please tell me how to set this ?
Many thanks.
Likely need to edit the header template file.
Hello,
I’m having a problem with putting up a logo. Header styles 9, 10, 11 are not allowing to upload a logo wider than 272 pixels. Actually no matter what header style I choose in Logo&Favicon section I see a note “Upload your logo (272 x 90px) .png or .jpg”.
I’ve tried adding
.td-logo { width: 800px; }
in Custom CSS, and it didn’t work.
What else can I do?
Hello,
I need to have my HEADER STYLE with no logo on my menu. All available styles have the logo attached one way or the other. I just want the menu to exist without any logo added.
Thanks.
t2e
I think it used to be in the header.php file ….
Hello.
I use “Header Style 8” and found problem with logo position. I use 272 x 90px logo and its too top.
I try “Header Style 7” and its look good, but i need “Header Style 8”.
Header Style 7

Header Style 8

P.s. i found CSS and make like i need, but maybe it’s some kind of mistake?
I’m trying to use the ‘Go Button’ next to the top header 728×90 ad. I tried using the visual composer for it but it’s not working out as well as i thought. Is there an easy css to use for adding this button next to the ad? Ex: http://pasteboard.co/1fLZ8343.jpg
Thanks in advance!
Hello,
I need to put some code at the header.php so what to do. I don’t have a header.php at my child theme files. Do I have to extract the header.pho in child theme or I need to put the code directly at the heart.pho on the newspaper file?
How to put h1 tag at my page. It should put on the header.php I have put it on that file under the newspaper theme but when I go at my website it looks my description up in the front of my logo. Any solutions?
My website: http://www.storypickers.com
I like the boxed dark menu (option 3), but I’d rather just modify the default one. How do I modify the default header so that I can make the white background into a boxed dark background?
I was hoping there was just a setting to adjust the navigation background and the navigation text colors.
Thanks for the help.
Hello,
There is no option for that in the theme panel but it can be done if you modify the theme core files:
http://screencast.com/t/sF4MCft8Y
Just reverse the 2 div elements.
result: http://screencast.com/t/DQbA9q91C
As an alternative you could use a different header style: https://forum.tagdiv.com/header-styles/
Maybe style 5? and make the site boxed by adding a background or background color (white works too)
I hope this helps
Thank you!
Hello Team,
Just bought your theme and it is pretty awesome :)!
Am encountering a small setback. Am using Header style 4 : Box dark with menu. I rendered the
top menu transparent but I would like to put the ad just after the menu with the logo. Is it possible ?
Please find how it is actually http://www.screencast.com/t/23GdHjaL