- 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 mystudent,
Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-menu-wrap {
border-bottom: 1px solid red;
border-top: 1px solid red;
}
The result -> http://screencast.com/t/lkzMJWF7XOSy
Hope this helps!
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hi – really need to find out if it’s possible to remove the advert from the header of the website – of it is not, how do i put my own advert there – we don’t want other advertising on there until we are established….
Hi.
If you want to remove the main menu/ mobile menu, you have to remove tis part from the header style you use:
http://screencast.com/t/yIwud1VcKeh
Thanks.
Hello Ben7777,
If you want to make your menu to be transparent, you have to use a bit of CSS code for a background-color. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-banner-wrap-full, .td-header-menu-wrap-full {
background-color: transparent;
}
The result you should see here -> http://screencast.com/t/LZW6lv7WRIc
Thank you for the message!
hi i don’t want any advertising to appear on my site for now , how do i remove the advert from the header design, (and anywhere else it appears?) i’m using newspaper theme…thanks
Hello,
You will need to remove any custom css you might have that affects the title and use both these classes to target both versions of the logo:
.td-header-style-7 .td-header-sp-logo img{}
and
.td-header-style-7 .td-affix .td-header-sp-logo img{}
Thanks.
Hi,
Header style 10 uses the logo-text file: http://screencast.com/t/UaqJhTG2y, so you will need to remove/replace the path from here: http://screencast.com/t/JzzYXX0pmhP
Thank you!
Thanks Bogdan,
I’m using Header Style 10 (Newspaper Theme).
Hello,
Please specify the header style you use as the logo is added differently on every header style.
Thank you!
Hi,
This can be done only by altering the theme files. You need to remove the code for the ad place in teh header style 3 file: http://screencast.com/t/MZ0vGILsmG and then use this css for the logo positioning:
.td-header-style-3 .td-header-sp-logo{
margin-left: auto;
margin-right: auto;
float: none!important;
}
result: http://screencast.com/t/MjMAIP1k
Thanks
Hi
Make sure you added the condition in the right file, corresponding with the header style used. Also check if the category added in condition is the same with the exact name of that category registered here: http://screencast.com/t/WNvWv7HSQ One last thing: if the post belong to several categories then you need to add all this categories in condition using an array like this:
if (is_category((array('cat 1', 'cat 2'))
Hope this help.
Thanks!
Hello,
It is possible but it will require a bit of css knowledge to adapt it to your own case. You can remove the this code from the specific top bar template you use: http://screencast.com/t/cNbVHo90SN
Then you need to paste the code in the header-menu file: http://screencast.com/t/uSStTxxMGVLJ
It will require further customization for positioning though.
Thanks.
Hi
The login widget can be enabled from theme panel > header > top bar: http://screencast.com/t/RfuDJL9G0DH
Let us know how it goes and if you need further instruction please provide more details.
Thanks!
Hello,
The search icon does not work anymore (as well as your mobile menu) due to a js error. This is most of the time a plugin conflict. Please disable all your plugins except visual composer and clear cache and it should work fine again. Then you need to identify the plugin that causes the issue.
As for the menu item, you can create a custom link: http://screencast.com/t/GNxckduyl
It depends on the header style you use for the modification as the search icon is not positioned in the same way.
For example I used this code on my end:
.menu-item-57{
position: absolute!important;
right: 30px!important;
top: 50%!important;
margin-top: -24px!important;
}
for this result: http://screencast.com/t/PiL7y2m4d
This is on the default header style. Every menu item has a unique class. Mine was 57. Youcan use your browser inspector to get your menu item number and replace it in the code.
Thank you!
Hi
The height of the header depends by the header style used. To re-size header height you need to affect the elements displayed in that part of the page. Please provide your site url and more details about the changes you wanna make so I can inspect this closer and get back to you with a more accurate answer.
Thanks!
Note there are different post settings you can choose “per post” on the post page.
Also, different “default” post templates have different layouts as far as header, columns.
Good place to start, for exploring that 🙂
In Header style 3 the logo is not aligned with the beginning of the main menu and leaves white space, but the ad banner ends perfectly where the main menu ends. Here is what i am saying https://gyazo.com/958fe4a3fbf6ae18dc2def477902315e
How to move the logo towards left so that it can align with the beginning of the main menu? Will it do if I create the logo without any space on the left? I think I have tried but it hasn’t worked so before I try it again I just wanted to ask.
Thanks.
Try the header.php file.
If using YOAST SEO plugin, there is spot to paste in the verification code.
Or, download the .txt file from Google and put in the root of your website (nice as it’s not theme specific, so you can just leave it there forever !)
Hi,
I hope someone can help with this similar issue. I want to remove the link from the logo totally.
I replaced the code href=”<?php echo home_url(); ?>”
in the files
header-style-1.php
logo-mobile.php
with href=””
But, the logo is still hyperlink and it points to my homepage.
May I know how to remove the link from the site logo completely?
Thanks!
Jon
Hi
I can enter text in the header of the category as shown in the attached image? Thank you.
https://mega.nz/#!t8wCAJqJ!CQCTyxGTb0leDeQJWMRsK7qXtwUZ33seCGUpdU6BqlM
First Of all, thank you for your tips, they work like a charm!
The only problem I have encountered right now with this solution is that every time I enter a post on a specific category is still shows me the generic header banner, instead of the category banner, how can I make the posts of each category to include the desired banner?
Hi,
I managed to create and insert a new menu for the mobile view.
It shows up in the admin panel and loads the elements in the front-end perfectly, but somehow it’s breaking the code of the submenus (both standard and mega menus) that I have in the main menu.
Let’s see if I can make it more clear:
If I open ‘menu-mobile.php’ and switch back to using ‘header-menu’ everything gets back to normal (submenus in the desktop view appear as they should) but when using my new ‘mobile-menu’ they just show a list of subcategories, unstyled and without images.
I tried using other menus in my ‘menu-mobile.php’, or even deleting all the code related to loading one, but the same keeps happening. It somehow seems to need ‘header-menu’ to be loaded in there.
Do you have any clue of how to solve this issue?
[Note]
Just to see if the problem was coming from my new menu I tried to use both at the same time.
In this scenario everything works as it should, but well, It’s not ideal to have both menus in the mobile view, isn’t it? 🙂
I am using Style 3 – Boxed dark menu, in my header. Most of the area for the logo seems to be reserved for ads. How can i remove the ads area so the logo gets placed in the middle?
http://puu.sh/ndP2p/a0aecdaef4.png
Hi
You can use the custom ad-spots to achieve that. The file that must be edited it’s the one which generate the header. That depends by the header style used: http://screencast.com/t/UGqIID8VFO
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
The result will be like here: http://screencast.com/t/ybG5tpCBjF7 I’ve used custom ad 1 for this example but you can use any custom spot ad, just update the number from shortcode.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello. I’m using the header ad on my home page to be basically a huge logo (like a welcome splash page), but I don’t want that on all of my pages … can I put a different image for the header ad for different pages, or none at all on some? … basically customize that space for my own images to be at the top of each page? Thanks!