- 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
Hello whyistayhungry,
Unfortunately, the theme does not have any such an option that allows you to combine two header styles, sorry! This is not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for the message!
Hi,
One of the category templates has to be set, they cannot be disabled. However I could give you a code to remove the category header for that particular category template you are using, the result is like this
– https://www.screencast.com/t/7pv1iZiMM2
– https://www.screencast.com/t/RpkdGqDAxgc1
This is the code, if you should consider it a solution enter it in Theme panel->Custom CSS section
.td_category_template_1 .td-category-header {
display: none;
}
Thanks
I need to change text on social header from the right side (or remove it) on Category page.
Hello,
The theme has different options for headings that have a different implementation of the ajax filter. Please select a different header style. Header 8 for example will only show the dropdown: https://www.screencast.com/t/C7t5zI9Zq
Than kyou!
Dear guys,
some months ago i put this code to center the header menu and works ok.
.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
text-align: center;
}
but now after upgrade to 8.5 and remove one item from the menu, the menu is how center to left

how can i solve it? i want to put center again
Regards,
is it possible to put an advert above the header logo in header style 10 very much like the times?
https://www.thetimes.co.uk/
Either with a code hack or a shortcode to insert a google ad?
ThAnks. Here is my url https://lumynexessentials.com on how you can assist me to allow top header to be visible along with main menu on mobile devices
Hi,
It seems some insecure images are used. Please remove or replace the footer background set here
– https://www.screencast.com/t/qsPvF3hXRJHH
Also the header ad replace the image or remove it (or remove the demo ad code entirely)
– https://www.screencast.com/t/h0zwxnmXFCm
Then check if everything is fine, the problem should be solved.
Thanks
Hello,
Please check all of the theme ad spots and remove ALL of the ads in the ad spots.
Only place the header ad and test again. If there are any extra ads besides the header ad, then they most definitely do not come from the theme. The theme only shows what you add. There are no extra ads in our theme especially rotating ones depending on the page visited. Our theme does not have such a feature. Check the pages as well and see if there are any ad boxes set up.
Thank you!
Hi,
You can add your logo image in Theme Panel > Header – https://forum.tagdiv.com/logo-favicon/
If you want to modify the code here you can find the file – https://www.screencast.com/t/6YsYhG9r8hVN
Thanks!
Hello bragavieirabraga,
I suppose that you want to create your own block header template, right? Notice that is not a simple task to do this. So, if you want to do this, first of all, you should register your block template in td_config.php like this -> https://www.screencast.com/t/Enwv63wPQw4 (example for block template 7) and then, after this was created here, you should start to customize it in style.css with your desired style, like this -> https://www.screencast.com/t/LjTP5xiq Itțs not a simple task and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you becasue we cannot provide custom services at the moment, sorry! Another alternative, in this case, would be to target the whole class for block title, which is td-block-title -: https://www.screencast.com/t/jumM7zpo and then, using a custom CSS code you should start to customize it by your desire.
Thanks for your understanding!
Hello, i am using Header style 6 and have the option to to make the menu sticky (so that the logo sticks to the menu when scrolled down). Is there any way to use the header style i am using and still display the logo in the menu area when not scrolling?
Thanks for your time.
Hi,
If you use the desktop logo on affix menu it will still be resized, making it somewhat smaller. I could give you a code that will make the menu remain the same when sticky
– https://www.screencast.com/t/cQ315Bgwm
Increasing just the logo size to normal size will not look properly, this would be a solution in this case
@media (min-width: 768px) {
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 60px !important;
}
.td-affix #td-header-menu {
min-height: 60px !important;
}
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 60px !important;
}}
Thanks
Hello majosfuss,
1)Regarding this problem, you should check the following useful topic here -> https://forum.tagdiv.com/topic/header-style-8/ because there was explained this concept. I guess that you have done some customization with a CSS code, you are using the speed booster and that’s why the theme will display you first the default setups and then your customizations.
2)Unfortunately, the theme does not have any such an option that allows you to do that when the Ad Block is enabled. You should just use a bit of CSS Code to remove that white space but the theme does not know when exactly the Ad Block is enabled or disabled to apply this. This thing probably will have to be done with the code and we cannot provide custom work at the moment, sorry!
Hope this helps!
Thanks for the message!
hi all…
I want to disable to category template header so that it does not display on category pages. At present theme panel forces you to choose one of the templated but does not offer the option to completely disable this page feature under category global settings.
Even under per category settings the option > HIDE CATEGORY ON POST AND ON CATEGORY PAGES just doesn’t seem to do anything.
I have even tried to a
Is there a way to get rid of this page feature?
Hi,
The speed booster plugin will move the stylesheet and javascript loading to the bottom of the page. This should improve the website speed by simply activating the plugin
– https://forum.tagdiv.com/how-to-make-the-site-faster/
Activating it should not cause the header menu to be black, that is unusual.
The plugin status will appear in the theme status section, it will not be active if it detects plugins that are not part of a predefined list. This is implemented because the booster could cause some plugins to not function correctly. The check could be disabled with the solution provided in this topic
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thanks
Hello IFP News,
Please refer to the following topic here -> https://forum.tagdiv.com/topic/header-style-8/ because there this concept has been explained.
Thanks for the message!
Hello team how can i find file for header image ? look the screenshot here> i.is.cc/H70lk4R.png
How I can allow my top menu header (about us, contact us ect.,) to appear with my main menu on mobile devices. Both only show on personal computer, not both on mobile device. I can either have the top menu or the main menu made visible on mobile on news paper 8 of fashion demo.
Thanks
On the home page using the pinterest insert box from the WP Bakery Page Builder. I drag and drop to side bar on the home page. It reads like this. I copied and paste it below.
pinterest_id/board_name
Enter the pinterest board ID as it appears after the pinterest.com url ( ex. http://www.pinterest.com/ username/board and your board id will be username/board )
I enter this: https://www.pinterest.com/naturalhairblog/natural-hair-care-and-hairstyles-group/
It does note generate my pinterest board. I even tried https://www.pinterest.com/naturalhairblog/11111111111 with my board ID number as an example, after my username (naturalhairblog). It still does not show board visible. Just error on homepage.
Pinterest header
Hello,
I was recently approved for Google Adsense and proceeded to paste the codes into the theme panel -> ads. So to be totally clear – I only had (3) places on my site for ads. But when I post just a single code under, say, the “header ad” section, I have roughly 2-3 ads showing up depending on the page I’m on. Obviously one is the header itself, but then randomly another ad with similar dimensions will sometimes be posted half way down the page, and then another one below the footer is always present. And again, this happens on all the pages even with different ad placements.
If I additionally paste another ad unit code under “sidebar ad” then it’s a free for fall… I mean, it looks ridiculous. I am limited to (3) ads and I need them to be placed in the correct spots.
I feel like there has to be something going on with repetition of the ads in the Newspaper theme itself. No other section in the theme panel under ads has any code, and I even went in and disabled the ads on all devices for good measure.
Has anyone had a similar issue or know what could be going wrong?
Excellent, thank you! That worked perfectly.
Can the contents of that box be modified? I’d like to add a line of text at the bottom as well as change the colors, put a header etc?
Also, you’re support and theme is fantastic. I’ve gone through about 5 themes this year, this is really a stand out from the rest. Well done.
I want a new design to Globel Block Header, do you understood? What file i have to change it?
Thanks you Bogdan. I amended that selection and chose header menu and cleared cache but the logo is still smaller on the scrollable sticky menu.
Also, any idea how I can make the logo bigger on the main header mega menu?
Same problem here with header style 12. I use W3TC and Amazon cloudfront.
It appears to be a problem with the W3TC / Cloudfront interaction. When I disable the CDN, the search icon appears as expected. When I enable Cloudfront, I get the broken behavior. I’d expected that since W3TC is combining and minifying my HTML, JS, and CSS (I’m still http/1) that any time I purged cache in w3tc, the new file combined file names would ensure no caching problems.
Looks like I was wrong. Guess I have to wait a week for the theme files to expire or learn Cloudfront invalidation…