Search Results for 'mobile menu'

    No search results were found in Documentation!

Results from the Forum
ivy-suncity
Participant
#0

Hello there,

The 2nd level menu doesn’t displayed when in mobile, but works fine on webpage PC version. Please advice.

Many thanks

Ivy

opatica
Participant
#0

Please see my website https://thanitha.com on mobile devices. How can I put text logo into menu bar?

omrakdeniz
tagDiv Member

Hi
Mobile menu
is there a way to remove or off hover this event.

Bogdan B.
tagDiv Staff

Hello,

It could have been the cache as both the mobile theme and the mobile menu work fine on your install. Please check again as we cannot see any issues.

Thank you!

Simion C.
tagDiv Staff

Hi,


@Rob576
Looks like there are a couple of images not found (404). These can slow down the loading speed of the website considerably. The mobile menu will be accessible as soon as the page is finished loading.

One of them is in then homepage, the thumbnail from a video in the playlist which was removed by YouTube
https://www.screencast.com/t/BYOjOdhf
You could remove that video from the playlist.

The other image I believe it is set here – https://www.screencast.com/t/DJBJExyx6sc
Check there and remove/replace the image found there.

After doing this check if this improves the loading speed.


@Epic
From what I can find online deferring jquery can break the website, the theme or plugins which depend on it being loaded early. For example in this guide it is recommended to exclude it from being deferred and keep loading it in the site’s header
https://wpshout.com/make-site-faster-async-deferred-javascript-introducing-script_loader_tag/

Thanks

Adeboyejo
Participant
#0

Hello,

What can i do to fix my mobile menu not working, my site is jodsodi.com/magazine, I installed the mobile menu plugin yet it is not working. Please i need it fix asap.

Thanks

Rob576
tagDiv Member

My Mobile menu is taking a very long time to finally show. It acts as if it is not working then after like 3 minutes it comes across the screen if i just let it process. Is there a way to fix this. I disabled Jetpack as you mentioned in another reply to me thanks. https://www.davao.life

NBak18
Participant
#0

Hello.

I have a question regarding wp-rocket.

When the “defer javascript” option is enabled the mobile menu is not clickable.

Could you please tell me which javascript files i have to exclude so i can load js defered and also the mobile navigation to be functional?

thank you

jmisenti
Participant
#0

Hello,

On two of our sites familyproof.com and toddstarnes.com the mobile menu will not open. Is there documentation on fixes here? We are unable to find the issue.

Thank you,

ctoweett
Participant
#0

Hi. I realized that with the mobile plugin enabled, when I click a category page, the hamburger menu does not respond when I click it again to navigate to another section. I have to refresh the page for it to work. That is, like let’s say I click on category “money” from the homepage, then it opens the category, if click the menu again, it does not respond and I am stuck at that category, unless I refresh the page.

Gregory
Participant
#0

Hi,
I have an issue on the mobile theme with the sticky menu. When I scroll down, all is ok. When I scroll up, a black line appears briefly then disappears (or doesn’t disappear, it depends). I tried with other phones. Same problem. I deactivated all the plugins without results. I don’t know what to do. If it were a white line, it would not be visible but black is ugly.
You can check on my site https://bestiapolitan.com/

I have another issue with the sticky widget. It is not sticky on my Ipad. It is on my iphone and my desktop. In the builder, the widget are sticky.

Thank you very much for helping.
Gregory

Calin
tagDiv Staff

Hi,

No, for mobile you need to edit this file menu-mobile.php from this path wp-content/themes/Newspaper/parts/menu-mobile.php

And if you are using mobile theme you’ll need to edit menu-mobile.php from this path wp-content/themes/Newspaper/mobile/parts/menu-mobile.php

Thank you.

RunningAddict
tagDiv Member

Hi !
Same issue here, check on mobile https://www.running-addict.fr
I have checked all what you mentionned before, everything is up to date and parameters are correct according to systeme statut of the theme…
Can you have a look on that hamburger menu that does nothing else than “zooming in the page”

Thanks

Rob576
Participant
#0

I recently corrected my SSL so my site will forward to the HTTPS:// version but now on a mobile device the site renders showing code for the blocks. How can I fix this and its only seems to be on the homepage. If I click on any of my menu items other than the home or homepage on logo. It renders correctly.

Calin
tagDiv Staff

Hi,

If you are not using theme mobile you can disable the sign in from mobile in Newspaper>Theme panel>Header>Top bar
https://www.screencast.com/t/JGNvJ708

In order to remove the social icons you need to go in Newspaper>theme panel> Social Network ( but will hide from desktop to ).

Or you can add this custom css In Newpaper>Theme panel>Advance css> phone
.td-mobile-container .td-menu-socials{
display: none;
}

Unforgivably our theme do not have any option to set a logo in mobile main, sorry ( this can be done only with custom code ).

Thank you for your understanding.

Jose
Participant
#0

Hello team,

This is my mobile version and my AMP version, how can you appreciate AMP seems to be a little out of shape and is aesthetically less attractive, something that along with the absence of a menu, impairs the user experience.

Is it possible to focus and center the logo on AMP?
Is it possible to put a different logo just for AMP?
Is it possible to add the highlighted image at the beginning of the article in AMP?

Thanks, Jose

https://fotos.subefotos.com/67ade69c7c3dcae699db463c1b8055b3o.jpg

Anonymous
Inactive
#0

Hi,now the mobile menu on my site have social icons and sign-in on the top of the menu,how can i remove these and repace with our logo?

ySV
Participant
#0

Hello, when the page start to load on mobile the menu bar color is the standard #222 and when loading is complete change in a custom color. How i set always custom color?

miltonrodas
Participant
#0

Hello, when I view the site on my iphone, the menu drop down does not work.

The site simply sinks into the screen, but nothing comes up or drops down for any user to see.

Simion C.
tagDiv Staff

Hi,

The sub-menus appear for me on mobile like this – https://www.screencast.com/t/vRwomOfG
While the customization made to the sub-menu (menu items in two columns) looks fine on desktop, on mobile it doesn’t look quite nice.

I suggest that you enter the code used for the customization in the Advanced CSS desktop section of the theme panel, so it does not affect mobiles and they display normally
https://www.screencast.com/t/ISgBjLUXZ3B
Or create one design for desktop and a different one for mobile.

Thanks

Aman Singh
Participant
#0

Hello,

My website https://www.wpxpresso.com/ has sub menus which I can’t see when using on mobile. Let me know how to fix it so the sub menu is visible on mobile as well

Thank you

Simion C.
tagDiv Staff

Hi,

A code like this should do that when not using the mobile theme plugin
https://www.screencast.com/t/Bfj98RF8

#td-header-menu #td-top-mobile-toggle {
position: absolute;
right: 0;
}
.td-header-main-menu .header-search-wrap {
right: auto;
}

be sure to enter this in the Advanced CSS phones section.

Or like this when using the mobile theme – https://www.screencast.com/t/jRGckQ2wKugx

#td-header-menu #td-top-mobile-toggle {
position: absolute;
right: 0;
}
.td-header-wrap .td-search-icon {
right: auto;
}

Thanks

tankm
Participant
#0

Hello,

I need some help

I want to display the Hamburger Icon for menu on the right and search icon on the left when viewed on a mobile device.

Thanks

EXB
tagDiv Member

Thanks Calin,

Both tips worked for the most part.

What about the issue on mobile when clicking on the sandwich menu? There is a “connect/subscribe” option that shouldn’t be there and I don’t know how to get rid of it.

Any idea?

ySV
tagDiv Member

Thanks for your reply, i don’t use a mobile theme plugin but only a responsive features of the theme. There is also a way for fix an element after main menu in all pages of the site an not only in a home page?

Viewing 25 results - 4,526 through 4,550 (of 8,091 total)