- 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,
Indeed there seems to be an issue with the search icon line-height when the menu is sticky. Please enter this code in the Theme panel->Custom CSS section
.td-header-menu-wrap.td-affix #td-header-search-button .td-icon-search:before {
line-height: 48px!important;
}
Then check the search position when the header menu is sticky again. Let me know.
I will add this on our list and it will be fixed.
Thanks
How Fix the Search bar Option in Coffee shop demo, like when you scroll down and the menu sticks to header the search menu down a little bit, not in a line with the social icons
here is the screenshot:- https://imgur.com/a/SApMtlJ
Hi,
It is small because of the line-height imported by the demo, installing a demo will import theme panel settings. The gadgets demo initially uses header style 5 and a line-height for the main menu of 48px
– https://www.screencast.com/t/4PFowsFu
That looks good in that particular case, if you change the header style it may not.
That means the header will have a total height of 48px in this case. Set the line-height to default or a higher value for the main menu and the logo will be display fully.
Let me know if you have more questions or you need help with something else.
Thanks
I believe that is the default header ad code with a default placeholder image, if you want to use that please check if the image it uses still exists in the media library. Maybe it is not found. Or replace that image with something of your own in the code.
That container is an ad spot, to display ads. Not meant to display blocks with posts. You can use Adsense or non-Adsense ads if you want depends on what you want
– https://forum.tagdiv.com/newsmag-header-ads/
– https://forum.tagdiv.com/newsmag-using-other-ads/
Hi Simion,
Here is a link to the site, as you can see the logo is very small in the header.
https://walkerbuild.biz/hittingthegreen/
Thanks!
Thanks. I tried your advice. Here’s a screen shot.

but the home page still looks like this:

Is there an editor that would let me see/manipulate the blocks within that container?
You did not mention any ad until now.
If you want to place the border underneath the header ad, use this code:
.td-a-rec-id-header{
border-bottom:1px solid lightgrey;
}
Thanks.
Worked well, thanks… Except with 320 widths, where the title is dividev in two lines. So, I came up with this modification, which seem to work:
@media (max-width: 767px)
div.td-header-sp-info {
width: 60% !important; /* More width to the container */
margin-left: 0;
position: fixed;
left: 21%;
right: 10%;
top: 14px;
text-align: center;
font-size: 200%; /* Adjust the size with respect to the container’s */
}
I dont know if the best possible, solution, though.
By the way, “right 10%” do something?
Thanks
Hi,
1. The unique thing about the black demo is the extensive design created to make it black. Since this not possible with theme settings most elements were colored with CSS. You could modify the demo stylesheet if you want to modify some aspects of the demo
– https://www.screencast.com/t/jIeOStTdu1qg
2. What exactly are you referring to? I don’t quite understand what you mean. If you are referring to the website address please check here
– https://codex.wordpress.org/Changing_The_Site_URL
3. There is a simple gallery for pictures, it can be used in pages as well (through a text element)
– https://forum.tagdiv.com/gallery-2/
– https://demo.tagdiv.com/newspaper/td-post-aston-villa-beat-liverpool-to-join-arsenal-in-the-fa-cup-final/
4. A general width setting does not exist, you can stretch rows or use full width grids. There are full width elements to be placed in pages, like grids
– https://demo.tagdiv.com/newspaper/full-big-grid-1/ (10 types of full width grids)
Rows in pages can be stretched – https://www.screencast.com/t/LjPxJ1iLIIz
Header and Footer elements – https://www.screencast.com/t/HgtsNIs1
There are also multi-purpose elements in the tagDiv composer, you could check them out.
5. There is a news ticker element in the tagDiv composer, it looks like this
– https://demo.tagdiv.com/newspaper/news-ticker/
Thanks
I’m so sorry, it looks like I’m asking the completely wrong thing. What I’m trying to do is put a horizontal line underneath the header ad, kind of like how I did to the right of the (left) sidebar using this code:
.td-ss-main-sidebar{
border-right:1px solid lightgrey
}
that is because you have no top menu. That code targets the top menu. you only have the main menu. in this case, use this css:
.tdm-header-style-2 .td-header-menu-wrap-full{
border-bottom: 5px solid lightgrey;
}
Thanks.
Hi,
So you want to insert the code in the AMP header file, that would be here in this plugin file
– https://www.screencast.com/t/TAQGzA4Zldt
Be sure to test if the ads appear with a mobile or mobile emulator.
Thanks
Hi,
Why not simply install the plugin by FTP, that would take about a couple of minutes. The theme plugins are provided in the theme package plugins folder
– https://www.screencast.com/t/C0rn9NLmbHo
Unzip the composer and upload it in the WordPress wp-content->plugins folder. That would be all there is to it.
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..69i57j0l2.3112j1j7&sourceid=chrome&ie=UTF-8
Hello,
You simply have to change the classes
The multi-purpose class is
.tdm-header-style-2 so your code will become
.tdm-header-style-2 .td-header-top-menu{
border-bottom: 10px solid lightgrey;
}
Thanks.
Hi,
I could take a look, please provide a link to your website so I can inspect it. The height of the header is affected by the line-height setting
– https://www.screencast.com/t/itBOTSz5B
Most header styles have a recommended size for the logo for best overall results. The exception are headers 9, 10 and 11, these have no limit for the logo image.
Best if you check some SEO guides and tutorials online, and decide for yourself how to create the content of the website. Some guides I found
– https://www.hobo-web.co.uk/headers/
– https://yoast.com/how-to-use-headings-on-your-site/
– https://www.link-assistant.com/blog/how-to-optimize-header-tags-of-your-website-for-good-seo/
The post title is the h1 heading, so you could follow it with the other headings to create a structure.
I want to add AMP ad script in head and body AMP HTML editor. This is not a normal header.php. Where I can find that? I need to put auto AMP ad in head and body tag of AMP HTML…
Second issue is even after setting AMP option from Theme panel, ads are not showing in AMP page…
Thanks
Hi,
To the right of the header logo would be the ad, if you use one. Meaning content entered in this field in the theme panel
– https://www.screencast.com/t/CDqRO34wVCX
So maybe you removed the code you had there, or maybe disabled the ad
– https://www.screencast.com/t/Zcx9qNcIF56Y
Thanks
Hi,
1. You can remove/replace the default ads, that will not be a problem. Please check the theme ad spots and make the modifications as needed
– https://www.screencast.com/t/Q21fWNthaZtC
You can enter your own ad codes there
– https://forum.tagdiv.com/newsmag-header-ads/
Also the Ad box elements will allow you to place ads in pages in the positions you want. You can place them in pages with the composer or as widgets.
2. The playlist will display only videos, it cannot display posts if that is what you mean. It will display YouTube or Vimeo videos, by entering their IDs
– https://forum.tagdiv.com/newsmag-video-playlist/
So to chnage those videos, edit the page with the tagDiv composer and select the playlist. It’s settings will appear in the composer left sidebar.
Each block or grid in the page can be configured to display the content you want
– https://forum.tagdiv.com/tagdiv-composer-tutorial-2/
– https://forum.tagdiv.com/newsmag-block-settings-tutorial/
The same for the widgets in sidebars, in Appearance->Widgets.
Let us know if you have more questions or you need help with something.
Thanks
Hi,
I’d like links in posts to be blue, however when I change this in the theme settings it changes the color of the Block Header 1 too. I’d like BH1 to be black. How can I achieve this?
Thanks,
Matt
http://www.matjoez.com
Hi epickenyan
Also, is that possible we can move the sign/join modal to right most side of the menu or to any other location (lets say to main header)?
Thanks in advance!
Hi there,
I am developing a website and using both the headers and created menus for both the headers (top bar menu and main header menu. On the desktop version both are showing up fine but on mobile version, I can see only main header menu and for top bar menu, I can see only social icons and sign in modal but not the rest of the links(top bar menu). I checked all the options but could able to find the settings to activate top header menus for mobile.
Can you please help me out for that?
Thanks in advance!
Cheers.
My logo is also cropped on the top, but under the top menu bar. I am using header style 10.
i have problem with Category template style 5 (header of the category). The sub category (the end category) is on the wrong place.
You can see it at http://cleanpowerindonesia.com/category/news/
Hao can i fix this?
could you help?