Search Results for 'mobile menu'

Results from the Forum
mehedi
Participant
#0

Hello!

Is there anyway to choose a different logo for mobiles? My menu colour is Cyan and the logo texts are also cyan. That’s why in mobile devices the colour matches and none can see the logo. It will be really great if someone from tagDiv tells me how to select a different logo for mobile.

Thanks
Mehedi

nate
tagDiv Member

To center the logo:

@media (max-width: 767px) {
.mobile-logo-wrap img {width:170px;position:absolute;left:0;top:-3px;margin-left:auto;margin-right:auto;}
}

The key is auto margins. I’ve only tested this on my Galaxy S3 but it works for both landscape and portrait.

puirseal
Participant
#0

Hi,

My logo is wide. In theme panel I have tried header style 3 and header style 6, both are described as full width logo.

In desktop and mobile the logo is displayed below the main menu

When the screen size is standard mobile the logo is reduced in size and is displayed top right above the menu and search icon.

How can I ensure my logo appears below the menu and search icon and is displayed responsively.

Thanks in advance

r1kay
tagDiv Member

I have the same problem. It only occurs on the android stock browser. I’ve tested it with my own site (swipe menu enabled) on my HTC One and it works perfect on chrome and firefox. It’s only buggy on the stock android browser. Please fix this in the future update, because many android users still use the stock android browser.

atflaten
tagDiv Member

Radu and Marius: The logo shows in the menu when scrolling on mobile if I choose “Header Style 1” (as in your demo).

It doesn’t work if I choose “Header style 3”, which is the one I’m using. This must be a bug?

atflaten
tagDiv Member

But your demo doesn’t support the logo in the menu on desktop (not mobile) when scrolling. That’s the whole point. How do I keep the setup you have in the demo, while also adding the logo in the menu when scrolling on desktop? Thanks for taking the time helping me out : ) Are

Marius
tagDiv Staff

Hi,
I don’t know why on your screenshot on mobile the logo is not there like in our demo. AS you can see on our demo everything works fine.
Please give me your site URL to inspect the issue. Something went wrong there.

Thanks!

syangtar
tagDiv Member

Hi Marius,
I think the swipe menu disabling solves this issue. Thanks. Does that mean I can never use this swipe menu?

Thanks

atflaten
tagDiv Member

Thanks for the CSS codes Radu.

The question still remains: How do I make the logo visible in the menu bar when scrolling, both on desktop AND mobile?

In your demo, the logo is visible in the menu when scrolling in responsive mode (mobile), but not when scrolling on desktop (see the images in this post: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/)

I have followed Marius’ steps to make the logo visible as an image in the menu when scrolling on desktop. It works great (see http://www.screencast.com/t/DeYJSyxDZpF).

HOWEVER, this fix has made the logo in the menu disappear in responsive mode (see http://www.screencast.com/t/KSoryFQcTRIB)

Thanks for helping me out!

Are

Marius
tagDiv Staff

Hi,
Please can you try with swipe menu disabled. http://screencast.com/t/rgLHKvRul
Also can you give us your site url to test it.

Thanks!

atflaten
tagDiv Member

2. Thanks for the CSS advice. I’ve tried it out, and it looks great (http://www.screencast.com/t/DeYJSyxDZpF)… until I zoom in. The logo jumps to the right (http://www.screencast.com/t/TUHQptYM).

I’ve used the following CSS:

 .menu-item-37076  {
    position: absolute;
    left: 260px;
    right: 260px;
}

How do I make it centered, no matter what?

1. Zooming in further (mobile view), the logo disappears: http://www.screencast.com/t/KSoryFQcTRIB

How do I make the logo show in the menu bar, both on desktop AND mobile?

Are

Stefan
Participant
#0

Mobile symbols disappeared in 3.1. F ex MENU, HOME, ARROW UP. THE EYE counting wiews…etc

atflaten
tagDiv Member

I am using logo in Logo section (http://www.screencast.com/t/jlBHzbkqRd),
but the whole point is to show the logo in the scroll-menu on desktop as well as on mobile.

I have followed your previously described steps to make the logo show in the menu when scrolling on desktop (see the screencasts in my original post). However, these steps have resulted in the logo to disappear from the scroll menu in mobile view.

Marius
tagDiv Staff

Hi,
1. If you use a logo in Logo section that should be on mobile like in our demo http://screencast.com/t/joWnovxu62Gv

2. You can align it manually for each device via CSS, using position relative and left.

Thanks!

Marius
tagDiv Staff

Hello,
I’m not sure, we want to improve the menu, to add one like mega menu but custom made.

Thanks for the suggestion!

dreamsiter
tagDiv Member

I have the same issue, the header menu appears to be broken together with the “up arrow”. site: http://www.lsport.nl/

atflaten
tagDiv Member

Hi

1.
– It looks like this on desktop: http://www.screencast.com/t/87nJU4mMgt
– When I zoom in (responsive mobile view), the logo disappears: http://www.screencast.com/t/JKWHWH03b
–> I would like the logo to show in mobile view as well.

2.
How do I center the logo in the menu? It currently looks like this: http://www.screencast.com/t/87nJU4mMgt

Thanks!

mofiki
Participant
#0

My header menu button broke after updating from 3.0.1 to 3.1. Any thoughts on the issue and or fix coming? (androidadvice(dot)com)

Ulmi
tagDiv Member

Ok, so you also have no plan to add this as an option for version 3.x of this brilliant theme?

Marius
tagDiv Staff

Hi,
There is no easy solution, what you can do is to align it manually from CSS, with left, right but is not flexible on all devices. You can inspect it and take a look. Is complicated, sorry for the inconvenience!

Thanks!

Ulmi
Participant
#0

What’s the easiest way to center the logo on the mobile menu/navigation and to have the search icon on the right-hand side?

atflaten
Participant
#0

Hi

I’ve added the logo as a menu item that comes into view when I scroll down on the page (after following these instructions: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/).

1. However, the image doesn’t show in the menu when I zoom in until the category menu button changes from three lines to nine small squares (mobile view). I would like the image to follow in the menu bar when I scroll down on a mobile device, as well.

2. How do I make the menu-image center-aligned? I’ve tried to modify the ‘display: block;’ line in CSS, but with no luck.

Thanks,
Are

atflaten
tagDiv Member

Marius, I’ve followed your instructions, and it works great on desktop.

1. However, the logo-menu-image doesn’t show when I zoom in until the category menu button changes from three lines to nine small squares. I would like the image to follow in the menu bar when I scroll down on a mobile device.

2. How do I make the logo-menu-image center-aligned? I’ve tried to modify the display: block; line, but with no luck.

Thanks,
Are

  • This reply was modified 12 years by atflaten.
Marius
tagDiv Staff

We need to add it in the panel, we prepare an update in 2-3 days that will include this to.

Thanks for your patience!
Have a nice day!

Akshay
tagDiv Member

Is there any quick fix? I want to activate it for my website.

Viewing 25 results - 8,001 through 8,025 (of 8,091 total)