- 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,
I’m not sure what do you want to do, the top menu it’s already responsive. If you need to enable it on mobiles you will have to do it via css because the top menu it’s hidden on mobiles by default: http://screencast.com/t/ck4PFM7JvM
@media (max-width: 767px){
.td-header-menu-wrap {
display: block !important;
}
}
Hope this helps!
Thanks
Hi,
Add the logo as a menu item like this: http://screencast.com/t/uYar7EvV8k
Result: http://screencast.com/t/vOUutsaa1
Use css to set the max-height to 100% for the logo image to fit well. This method works fine, just tested it.
Use another header style or set the logo you have now to be hidden in desktop screen mode.
Thanks
Ook, i don’t know, maybe it’s cache or something…
I use this, right?
@media (max-width: 767px){
.header-logo-wrap .header-logo-wrap img {
display: inline !important ;
}
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
.entry-crumbs {
display: block;
}
.post header h1 {
margin-top: 17px !important;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.td-header-bg .header-logo-wrap {
width: 295px !important;
}
}
Hi,
You can change the menu background and underline from theme panel > theme colors: http://screencast.com/t/EtZzSh24fg
To change the text color of the menu go to theme panel > custom typography > menu’s section: http://screencast.com/t/82P6qW1k4
For the underline you can also use this custom css: http://screencast.com/t/SRXSJa1se
.sf-menu > .current-menu-item > a, .sf-menu > .current-menu-ancestor > a, .sf-menu > li > a:hover, .sf-menu > .sfHover > a {
border-bottom: 4px solid #52b3e9 !important;
}
You should also consider changing the menu icons color from white to black: http://screencast.com/t/TC4gyvpPJ6y
Thanks
Hi,
I am wondering how to enable responsiveness for the top header menu? I am using it for my Login/Registration forms.
Does anybody have an idea?
Thank you,
Carolin
My website: http://www.blinzzle.de
Hi,
How can I change the background of the main menu from blue to white?
I also want to change de text color of the menu to black and the underline to blue.
Thanks
Hi,
1. Use the following css (add it inside the Theme Panel -> Custom CSS):
.single_template_3 .header-logo-wrap img {
margin-bottom: 10px;
}
2. Check if the sharing buttons are enabled in the Theme Panel – http://screencast.com/t/Vjr7zkgjiZ5Y and if the line is present inside the loop-single-3.php – http://screencast.com/t/7ExjQf21
Maybe you commented the line or moved it in the past.
Thank you, Emil G.
Hi,
Wen I apply the layout 3, as I did in this article, the featured image is on top of the header and the sharing buttons doesn’t show. How can I fix this?
Thanks
Hi,
1. Yes, use the css for those borders like this to only show it in on tablets and desktop screens:
@media (min-width: 768px) {
.td-menu-placeholder .td-menu-header {
border-bottom: 2px solid black !important;
border-top: 2px solid black;
border-right: 0px solid black;
border-left: 0px solid black;
}
}
Or you can use it like this to hide it on mobiles: http://screencast.com/t/XMOsFYY2
@media (max-width: 768px) {
.td-menu-placeholder .td-menu-header {
border-bottom: 0px solid black !important;
border-top: 0px solid black;
}
}
2. Unfortunately that happens, and it’s because of the font being large and if you use many menu items, to fix that you can use smaller font (like you did) or modify the menu items width.
3. That is possible but you will need custom work for that as the same classes are used to make the others elements responsive and setting a fixed width for those would apply to all, you would have to find a way to target just the elements you want and change the css, if you want to do it you can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for reporting this issues, we will test this.
Thnaks
Good day!
How to change widget title: <h4 class=”block-title”><span>Text</span></h4>
<Div class=”block-title”><span>Recommend</span></Div>?
The header H in the widgets – it’s bad for SEO!
They do this normally unless you put in a background color from the theme panel to create boxed layout 🙂
Is there any way to extend the header and footer to stretch across the width of the entire page?
Hi,
You can use position to move the menu and search as you like: http://screencast.com/t/DirLEMZ4Bqm
Hope this helps!
Thanks
Hi,
@mehendi
I noticed you are using header style 8 so you can upload a mobile logo and that logo will show on smart snap video.
Thanks
Hi all,
Yesterday we managed to migrate our old theme to newspaper.
http://www.musiccorner.gr
Everything looks great but i have 3 small issues.
1. Between the header menu i put a single line which created with the following css code (i found this code from an answer here in forum)
.td-menu-placeholder .td-menu-header {
border-bottom: 2px solid black !important;
border-top: 2px solid black;
border-right: 0px solid black;
border-left: 0px solid black;
Checking the site through a mobile phone (NEXUS 5) i see a black line, in the upper level of the screen. I suppose that this is caused by the CSS????
2. Checking the site through a PC with screen resolution 1152×864, menu is breaking in two lines. I had to reduce the font size in order to fit into one line.
I thought that the responsiveness of the theme could avoid that to happen. Wrong?
3. Scrolling down the first page you wll find a bolock with 5 tabs (different categories).
Those tabs are changing every 5secs but i want to stop the responsiveness for this. Is this possible?
For developing reasons, also keep in mind that enabling Contact form 7 plugin i had the following issues:
Trying to enter o photo into a post through media gallery was not possible. It was tyrying to read the images with no result (blank page). Disabling the Contact form, everything was fine.
Revolution slider could not save a new slide (Ajax error was the message)
Thanks!
S.
Hi,
I have emulated and tested this on devices you have mentioned and found no issue, you just have to add this css, which fixes the breadcrumbs issue:
.post header h1 {
margin-top: 17px !important;
}
ex:
* http://screencast.com/t/DpwwuRAk
* http://screencast.com/t/SQu9m8gG
* http://screencast.com/t/uHtXSmIk
Thanks
There is no space between the menu items and the search icon. Even if there is only one item in the menu, it gets aligned right resulting in no space.
See this: http://postimg.org/image/yamj8k5f3/
A Live site is http://www.gdgtarena.com
Can you please inspect the menus to move it in middle? I mean to align it centre.
Like this:
LOGO <-space-> MENU <-space-> SEARCH
Yeah, theme is pretty good about loading larger logo. I did the same thing, and went ‘duh’ … I had wider but not as tall logo, and worked just fine. I had ‘expected’ it to be distorted, but seems you can just upload the logo the size you want and it works, which is awesome. 🙂
-nod nod- Recommended size 🙂
Ok, I feel pretty stupid, but I guess I just had to upload a bigger image 🙂
Hi,
I’d like to have the possibility to change the size of my logo from 300×100 (600×200), to something like 350×200 (700×400).
I am working with the wull width logo type + menu (style 3)
Is there a way to do this?
Thanks!
Not sure why you would; it’s actually somewhat required by Google and Bing now to identify which page is the defacto page for indexing and to avoid duplicate content penalties.
I think you can remove it from header.php
The reason a WordPress shortcode isn’t rendered is often that it has formatting around it. Please check the shortcode in the text editor rather than the backend/visual editor and check which, if any, tags are surrounding it. Yours is bolded in that screenshot, which is a telling sign. Accidentally setting the shortcode as a header, or including it in an image caption div, could prevent it from being expanded.
How do I remove the canonical bit from the header?
Can’t find it anywhere.
thanks
hi,
i have one question..
is possible to have difference header menus for some pages and some categories?