Search Results for 'mobile menu'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Hi,

I see you are using the mobile theme plugin
https://forum.tagdiv.com/the-mobile-theme/

In this case the color settings for the menu are in Theme panel->Mobile theme
https://www.screencast.com/t/Ss3gkuet
The settings for choosing a mobile menu, as well as a toggle for the Sign in/Join are also there
https://www.screencast.com/t/fVhZNjAF6q
So that is where you can customize the colors, choose a menu, and disable the login.

Note that the mobile theme plugin is optional. If you activate the mobile theme it will display a different and simpler version of the website on mobile.

Thanks

ComfyCozyHome
Participant
#0

on mobile, how do I change the color of the bars to the right in the menu and the search tool.
they are white on a white background and I’ve tried every background in all the themes to change it.

also when you click on the white bars you get a menu that is Not what I have in the theme setup.
it is showing the sign up and I have that disabled. Also when you click on my account, another menu bars comes up which is actually the one I did make in the theme.

why do I have two? I just want one on the first screen and it should be the menu that I created.

this is the first menu that comes up when you click on the bars on the upper left
First menue from first screen

then if you click on My contact (which is not in my menu I created) this comes up and then there are new bars on the top right
My contact pressed

then when you click on the top bars again you get the menu I created.
menu i created

Also my post I did today is not showing up on the first page, but if you click through the categories it is there.
why did it not show up as the latest post?

Simion C.
tagDiv Staff

Hi,

The theme mobile menu can’t be disabled by a setting. You could hide the entire mobile header with a CSS code. For example a code like this should work
https://www.screencast.com/t/tS2bzBOKE1GQ
In this case the code can be entered in Theme panel->Advanced CSS->Phones
https://www.screencast.com/t/2PhZn7vc

.td-header-menu-wrap-full {
display: none;
}

This code should remove the mobile menu bar with the menu icon, logo and search icon.

Thanks

Catalin
tagDiv Staff

Hello Codywoodworth,

You can try using the Mobile Theme if you want to have a different menu on mobile version than the desktop version. Also, if you want to display the top bar menu on mobile version you should provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.

Thanks.

Codywoodworth
Participant
#0

Hello, Is there a way to have a different menu set up for mobile. We have some of our menu items in the main area, and some in the top bar on the desktop version. But it doesn’t show the top bar items in the mobile version. I would like to set up the mobile with its own menu so it shows everything. How can we do that? Thanks.

Simion C.
tagDiv Staff

Hi,

That is not possible unfortunately, the mobile menu is created and designed to be displayed only on phones (smaller viewports).
The mobile menu also does not show mega-menus. Even if it would be made to appear on larger viewports by modifications it will not be a pleasant user experience with it’s mobile intended functionality.

I believe there will be improvements to the current header styles in the future, to make them more customizable.

ericatfitz
Participant
#0

Hi,

Recently noticed that my website has a slight display problem on mobile (I am using the mobile theme), the menu is not attached to the top (notice the gray space at the top in the screenshot). It’s not causing functional problems but is there any way to fix this?

Screen: http://i67.tinypic.com/t9bfjm.jpg

Also, is there any way to freeze the menu bar on mobile when scrolling? Thanks.

Eric

Archware
Participant
#0

Hello, I’d like to have the portrait mobile version of Header style 8 to be used on larger viewports instead of the in-line navigation that shows up now, how can I acheive this result? Thank you!

petrakaroliina
Participant
#0

Hi, well, there it is in a nutshell: The social media icons are not disappearing from the mobile menu even though they’re disabled (desktop is fine). I’ve run out of things to try. Thanks!

henrib
Participant
#0

I have trouble with the mobile theme. When i create a menu for mobile devices the menu itself shows on my smartphone but when i click on an item it does not show posts. Only the menu-title (e.g. ‘sport’) does show. In the live-preview mode it looks fine. My site is http://www.lochemsnieuws.nl

I do not use the AMP-plugin.

Where do i go wrong.

deepmill
Participant
#0

I have the latest theme
on the mobile view clicking on the menu brings up the menu but above the menu on the centre is a “Sign in”
how can I disable this ?

(I tried installing the mobile plugin in but this is not work and is different from the documentation)

thanks

TheLuckyGuy
tagDiv Member

I changed the design of the Blockquote. But it won’t display on the mobile theme.

.td_block_related_posts .td-related-right {
display:none;
}
.td-main-menu-logo img {
margin-top: 5px;
}
.-hd-los-game-slider .-hd-los-game-slider-game.-hd-label-LIVE {
background-color: #2e7d32;
}
.text-bellow-footer{
width:100%;
height:90%;
background:#222222;
color:#666666;
font-size: 70%;
}
.td_block_related_posts .td-related-right {
display:none;
}

blockquote {
font-size: 20px;
line-height: 30px;
text-align: left;
margin: 0;
text-transform: inherit;
}
blockquote:before {
content: "\f205";
font-family: "dashicons";
font-style: normal;
position: absolute;
left: -1.25em;
font-size: 2em;
top: -0.5em;
color: #2e7d32;
display: block;
}
blockquote p {
font-size: 20px !important;
line-height: 30px !important;
color: #4d4d4d !important;
text-align: left !important;
text-transform: inherit !important;
}
@media all and (max-width: 992px) {
blockquote:before {
left: -1em;
}
}

@media all and (max-width: 640px) {
blockquote:before {
top: -30px;
left: -25px;
}
}

Catalin
tagDiv Staff

Hello Linda28,

Unfortunately, all of these plugins have not been tested with the theme and therefore, we cannot say for sure if it will work or not as expected, with the theme, sorry! You should make it yourself some tests with the plugin and also, you will have to remove the default mobile menu which appears by default in theme, using the
display: none for that element. It’s just a suggestion but you have to make some tests because we cannot provide additional customizations.

Thanks for your understanding!

Viju
tagDiv Member

I forget to say that, i just want to display FAQ, Rules, Feedback and About only in top menu for mobile.
Thank you.

Viju
tagDiv Member

How to add Top menu for mobile?
My website: Softfully.com
Thanks

Linda28
Participant
#0

Hello! I’d like to disable the theme’s mobile menu so that I can use a custom mobile menu. I am using the WP Mega Menu Pro on desktop and would like to use the Superfly Menu on mobile. How can I go about doing that?

Thanks in advance!

Bogdan B.
tagDiv Staff

Hi,

Please check this topic for a solution:

https://forum.tagdiv.com/topic/mobile-menu-28/

Than you!

Calin
tagDiv Staff

Hi,

1. Using amp for mobile your menu will disappear, please read more about this in this topic https://forum.tagdiv.com/topic/amp-menu-where/

2. If I understand correctly you desire to have a different layout/theme, if is that you need to install the mobile theme plugin and you can make changes for your mobile webe site if this is your wish ( https://www.screencast.com/t/YAjLMHz7 ).

Thank you for your understanding.

Calin
tagDiv Staff

Hi charli_vk,

When you use amp on mobile ( example: search for something on google from mobile, if the page that appear in results is build whit/for amp, you will get a preview of page with out background color, menu, search, and if you click on it you will be redirected on that page) you can read more about amp here https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/

Thank you for your understanding.

jalewa
Participant
#0

Hello… on mobile it just shows main menu…. How I can set so that it shows top menu as well.

Please help me…

eballi
Participant
#0

Hi

I have two Problems.

1. Menu don’t work on Amp theme (newspaper)

http://www.kadindenince.com/bimde-satilan-yuz-maskesi/amp

2. Mobile theme is showing original bbpress theme

http://www.kadindenince.com/forum/

Rebecca White
Participant
#0

mobile menu not showing in my website in the mobile version, can I please help

Calin
tagDiv Staff

Hi,

Amp is use for acceleration mobile page ( but that just give you an preview of page, that way you don’t see the menu ), and yes it can be done custom css, but will need to be done manually, and if is not done correctly will slow down the plugin.
You can read this documentation https://ro.wordpress.org/plugins/amp/ , also you can

Thank you for your understanding.

NickDeBaerdemaeker
tagDiv Member

I have found the culprit, the theme keeps looking for this
http://192.168.0.208/wp_011_sound_radar/wp-content/uploads/2017/04/mobile-menu.jpg”

The site has been developped offline with wamp64 and it looks like a left over from when I was starting to build with the sound radar theme. Any thoughts on where this specific link might be referenced ? I’ve looked but can’t seem to pinpoint it’s location. It takes a whopping 21 seconds to load…

I might uninstall the sound radar demo but I fear it will mess up the design.

Catalin
tagDiv Staff

Hello hinonashi,

Unfortunately, the Mega Menu has not been designed to be used on Mobile Devices and also, we do not have any plugins which allow you to achieve something like this, sorry!

Thanks for your understanding!

Viewing 25 results - 4,701 through 4,725 (of 8,091 total)