- TutorialsWhat is Ajax preloading?
Me too
I have a problem with home and search icons on the mobile version of my website.
On PC, everything is ok, but on ipad or android phone, icons are missing or wrong.
Hi,
Please use this custom css to fix this:
@media (max-width: 767px){
.td-header-bg .header-style-3 .td-logo img {
position: fixed;
top: 3px;
z-index: 3;
width: 180px;
height: 48px;
}
.td-menu-placeholder .td-affix {
height: 48px;
z-index: 2 !important;
position: fixed !important;
}
}
Should work like this: http://screencast.com/t/OTIVJzbYW8p
The logo looks like that because of it’s original size, try to add an logo for mobile from theme panel.
Thanks
Hi,
The menu loaded on mobile screens it’s different in appearance and functionality from the one used for the tablets and desktop screens so the mega menu dose not work on mobiles. In order to have an category with it’s subcategories you will have to add them like this: http://screencast.com/t/y9FnwtA0g which will be displayed like this in the mobile menu: http://screencast.com/t/lh5kwtedaaUP
If you decide to use the mega-menu to display a category with subcategories you will not have the subcategories displayed in the mobile menu.
A workaround would be to add the category twice in the menu from appearance > menus, once to display the subcategories as a mega menu and once to to add the subcategories as sub-items then use custom css to hide one on desktop/tablets and the other on mobiles.
Sorry about the inconvenience.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Sorry for the delay on which I’m answering.
@dexterion
Please send an e-mail at contact@tagdiv.com so we can send you a fix for this. Please note in your message this issues details or send a link to this topic.
@Ljubisa B.
Do you still have this issue? I have checked your site and found no issue with the mobile menu icon: http://screencast.com/t/RNDMJRoF1z6U
Thanks
Hi,
another thing that is annoying me, I don’t know if it’s my fault or not but I find the behavor of the mega menu while converted in mobile version very strange :
I have a category with 4 sub categories, and I want to display them, so I choose the parent category to be mega menu, It works like a charm on full width version, I can see all the sub categories and navigate in them with all the links and thumbnails.
But when my menu is converted into mobile version I see only the parent category and not the child categories, I don’t understand the logic here… why do we have something different from full width to mobile ?
is there a way to display the sub categories also on mobile menu without changing the full width menu ?
thank you
Hi,
Use this css to make the logo look like this: http://screencast.com/t/22Ydp8GV7a3R
.mobile-logo-wrap img {
height: 100% !important;
width: auto !important;
top: 0px !important;
}
@media (max-width: 767px) {
.td-menu-wrap {
height: 55px !important;
}
}
Change the values as you like.
Regarding the “menu icon” I have noticed that it’s there now: http://screencast.com/t/DJlgZSaviL also looks like it should. Please let me know if you have any other issues with this.
Thanks
I have the same problem maybe someone can help, ICON from Mobile Menu disappeared. Thanks in advance. My Link is http://www.football-eu.com
-
This reply was modified 11 years by
Ljubisa B..
i have a small problem with the mobile adaptation
this is how the menu looks on mobile, same with an ipad

this happened with the latest update,
it looks nice on chrome though

could someone help me please
Hi,
Follow these steps:
1. First you have to register the new-menu, for that go to td_menu.php file and add this line: http://screencast.com/t/WJy9nhodUS
'header-menu-login' => __( 'Header Menu login (main)', TD_THEME_NAME),
You will get this result: http://screencast.com/t/ihF4cmqRgq
2. Secound go to menu-header.php file and add this condition like, this: http://screencast.com/t/OtKQsOJosx0
if ( is_user_logged_in() ) {
wp_nav_menu(array(
'theme_location' => 'header-menu-login',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
} else {
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
}
3. Do the same for mobile menu, into menu-mobile.php file: http://screencast.com/t/3CQa5fpkw
if ( is_user_logged_in() ) {
wp_nav_menu(array(
'theme_location' => 'header-menu-login',
'menu_class'=> '',
'fallback_cb' => 'td_wp_no_mobile_menu'
));
} else {
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> '',
'fallback_cb' => 'td_wp_no_mobile_menu'
));
}
After this set which menu you want for logged visitors and which for unregistered visitors and test it.
Hope this helps!
Sorry for the delay!
Thanks
Hi,
I’m having an issue with logo display on mobile.
I’m using header style 2, and i’ve configured same image on both places (Logo => Logo upload & Logo for mobile => Logo mobile In Menu).
I had logo problems in the past, and i was told to add following css:
.mobile-logo-wrap img {
height: 100%;
width: auto;
top: 0px;
}
but since recent theme upgrades (older than 4.2.1), i have a new display issue.
Is there a way to use Style 2 and adapt custom CSS ?
my site:
http://www.fantasy-coach.fr
Also, ‘menu icon’ is no more visible on mobile, this is since 4.2.2 upgrade, any advice on that?
thanks for your herp
BR
Hi,
Please add this custom css in theme panel > custom css:
@media (max-width: 767px) {
.td-menu-background {
z-index:2;
}
.header-style-3 .td-logo img {
height: 48px;
top: 0px;
position: fixed;
width: 180px;
}
}
Modify the height and the width to enlarge the logo on mobile screens.
Should work like this: http://screencast.com/t/fcPUHPX2drG1
Thanks
Mehedi there are 6 subcategories. “Mobile” is not showing and there are articles in that category too.
and congos dude 😉 Can you please teach me how to increase traffic?
I’ve installed the speed booster plugin and noticed a huge speed improvement. Like you advised, i add the 4 .js files in the exceptions.
To not break any slide are the menu on mobile please add these files in the
Exceptions (files to ignore and load in render-blocking way) box to the bottomjquery.min.js
external.min.js
site.min.js
js_composer_front.js
The problem is that there are some problems:
1. The header menu is not sticky and the pull down columns are to small
2. There are no header image visible at theme 4 (other templates are ok)
Did i miss a file to exclude?
Thanks in advance!
JB
Hi,
You can change the menu icons color to white from theme panel like this: http://screencast.com/t/1NZufAorUmcP you will get this result: http://screencast.com/t/uUrJNxtxw
Hope this helps!
Thanks
Hi,
How can I change the color of mobile menu icon: http://oi61.tinypic.com/3509ztk.jpg
I’ll customize it to color white because I’ll use a black background.
Thank you.
Perfect, thank you!
Hi,
Please send me your site’s URL, I need to inspect this so I can provide you a fix.
Or try to replace the css which centers the menu and use only this one:
#td-top-menu .sf-menu {
display: table;
float: none;
margin-left: auto;
margin-right: auto;
}
Should’n affect the menu on mobile: http://screencast.com/t/EOBRjXJzr4Y
Just center it on other screens: http://screencast.com/t/kTql787mh1ll
Thanks
Hi,
Add this css or just add the width: 150px !important; to the previsious custom css i gave you:
@media (max-width: 767px){
.mobile-logo-wrap img {
width: 150px !important;
}
}
Should solve it http://screencast.com/t/b9dHstBboWKQ
Thanks
-
This reply was modified 11 years by
Lucian.
@TheMediumUTM, thanks for the info. I don’t necessarily want to center the logo on mobile I just want to be able to use the logo I have set for mobile. @Lucian, I replaced the .sfmenu with your adjustment but seeing no new results. It is still being displayed behind the menu and using the desktop version of the logo.
Hi Lucian, thanks for that, the logo is within the navbar now, however, the logo is now squished a bit and looks distorted. How to prevent this?
Hi,
Thanks @TheMediumUTM, that’s right!!
@sbo
You would have to use a more specific selector, try using this id #td-top-mobile-toggle on mobile, like this:
@media (max-width: 767px) {
#td-top-mobile-toggle .sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
This way you will select only the mobile menu and the other will remain hidden like it should and you will be able to center the menu as you like but you will also have to center or work on the search icon also.
Thanks
The issue looks like the fact that you’re setting .sf-menu to display: block on screens smaller than 767px. The team has designed the two menus (desktop and mobile) to both exist on the page and just hide one or the other using display: none. (Not a great way to do it in terms of SEO but they say they’re working on it.) By setting sf-menu to display:block you’re forcing it to show on mobile too.
The actual mobile menu id is #td-mobile-nav — that’s the one that slides in on the side. The little toggle icon for it is td-top-mobile-toggle. Your CSS would want to affect one of those. But are you sure you want to centre the mobile menu as well? There isn’t much to centre. 🙂
Hey guys. I am using style 3 (full width logo + menu). I am also using custom CSS for centering the menu which you provided being:
.sf-menu {
display: table;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* responsive phone */
@media (max-width: 767px) {
.sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
I have a different logo for the desktop logo and mobile logo. The mobile logo is smaller. Now on mobile view, it is showing the desktop view logo. It is also hiding behind the transparent header of the mobile view.
What is the issue here?