Search Results for 'mobile menu'

Results from the Forum
dvlada
Participant
#0

Hi there,

I have a problem with Opera 32-bit browser Version 12.17 Build 1863 – it show home page until full load then switch to mobile menu through the full screen. Close icon (X) don’t work, click to any item from the menu also don’t work.

Opera 43.0 64-bit working normaly, IE11, Microsoft Edge 40.15063.0.0, Chrome Version 60.0.3112.90 (Official Build) (64-bit) also working normaly.

Matthew
Participant
#0

Hello,

On mobile with the mobile plugin installed the menu button is not clickable and the arrow button to get to the top no longer appears.

Site:http://www.monkeysfightingrobots.com/

Thank you for your help.

bentoons
tagDiv Member

Simion, Chris, thank you for the help.

Once I deleted the files out of there, saved, cleared browser, retested, it still shows the error: GET http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/4.jpg net::ERR_CONNECTION_TIMED_OUT

So I tried to replace the file with my same background from the first of the three sections, Theme background, into the second section, Mobile menu/search background, and third section, Sign in/Join background.

The error received now is new but similar: Failed to load resource: net::ERR_CONNECTION_TIMED_OUT 4.jpg (notice no URL info in front of the file name)

In both instances, it’s still taking >7 seconds to display the error. I don’t think this resolved the issue.

bokitchan
Participant
#0

Dear
I think i need your help:
1)when i ‘Edit with TD Composer,show Erro
Edit with TD Composer erro

2)The Mobile Theme,I done like this:
https://forum.tagdiv.com/the-mobile-theme/
but,Don’t show the menu,
setp
menu no work

erro:
menu not show

thx.

Dannysmits
Participant
#0

Hi,

Quick question about header ads. I’m currently using the default header style (number 1) on my website mmacentral.nl. However if I clear the code in the theme panel it shows up on mobile as a “missing image” icon and presses the main menu down. What I want is for it to just disappear completely and have no white space above the main menu at all.

Do I have to use another header style for it? Because I installed the default newsmag theme demo before and it didnt have the white space (but it does use header style 1 if I’m not mistaken)

keyforweb
tagDiv Member

Yes Chris sure but if i have the same menu for mobile and desktop why could i have the same code duplicate?

  • This reply was modified 9 years by keyforweb.
simchris
tagDiv Member

Note all modern ‘responsive’ themes may have what look like duplicate links, but are not. Meaning, you may have a ‘switch menu,’ with a larger desktop menu, that switches to alternate menu for phones. Obviously both versions need to be in the code to switch, such as on a phone going from portrait to landscape and this is very common.

Some sites do a more technical ajax menu loading trick, or custom mobile template, but most ‘responsive’ themes may have two menu versions to switch. Nothing wrong with that as the ‘visibility’ is set to only appear on specific devices.

keyforweb
Participant
#0

Hi, i am trying to cut down the number of internal links and i have checked my site and i am getting duplicate internal links from my main menu being duplicated by mobile menu? i tried turning the mobile plugin off but they remain?
I also check that author box link are duplicate (i turning off) and i have a lot of https://www.keyforweb.it/#

In all single posts i have other then 120 link and 70 / 80 are duplicate internal link!

You can change a page here: Keyforweb.it

thanks

Bogdan B.
tagDiv Staff

Hello,

The social icons are found in this file here: https://www.screencast.com/t/oVub43zs
You can change the html and links to your desire if you have basic html skills.
If you use the mobile theme however, the file you need to edit is found under newspaper>mobile>parts>menu-mobile.php

Thank you!

macksix
Participant
#0

Table Colors >> Mobile Menu/Mobile Search >> Text/Icon Colors has no effect on the close X, text or separator on the mobile menu. Those items stay white no matter what color I set.

Simion C.
tagDiv Staff

Hi,

Maybe you mean the logo that is displayed on the sticky menu, when scrolling the page. Please check and remove the logo if needed from the mobile section
https://www.screencast.com/t/XOTx1iWT0
That will be displayed when this setting is selected
https://www.screencast.com/t/A6wbGTixg
Regarding the Big grid, you can control the posts that are displayed in each of the blocks or grids in the theme. You can filter and sort the posts how you want.
Please read this guide for more information
https://forum.tagdiv.com/block-settings-guide/

Thanks

ZIMM
tagDiv Member

It seems that you still do not understand what we are trying to do. Hopefully this screenshot below helps:

http://919dv.us/_private/mobile-menu1.jpg

We need to remove those social icons, and instead put up regular textlinks there. What is the best and easiest way to do so?

Thank you 🙂

naadal
Participant
#0

td-mobile-plugin was working fine with newspaper version 8.0. After updating theme with newspaper version 8.1 td-mobile-plugin is not working properly.

Menu and search buttons are not working.

I updated the plugin given in version 8.1 then also no use. Please help me to fix the issue.

My website- http://naadal.com/

Gregwatson
Participant
#0

Hi Everyone,

Can someone please advise on a solution to why the menu tabs are not loading on mobile (except home tab). The website is http://www.southafricaexposed.com – Look forward to your response.

Regards,
Anthony

upyoggyan
Participant
#0

Theme mobile device dose not support. mobile menu bar, search bar, widget and full footer not support.
please help me.

dawo5010
Participant
#0

Hi,

On my site yeartoyear.ac , after updating to Newspaper 8.1, the mobile menu and search sidebar will not open. Is there any reason for this, and any potential way to fix this?

Luptern
Participant
#0

The three little bars that take you to the mobile version of the menu aren’t working when clicked. Nothing happens! What could be wrong here?

Simion C.
tagDiv Staff

Hi,

It would be very helpful if you could provide a link to your website so we can inspect it, and see this happening.
If a plugin is not responsible, then maybe custom code or modifications or a child theme could be the cause. The mobile menu should not display on desktop, if it does something is not working properly.

Thanks

Catalin
tagDiv Staff

Hello harmario,

Sorry for my bad understanding! Try to use the code below and you will have the both menu hide on the desktop and mobile devices, without the logo.

The code is ->

@media(min-width:767px){
.td-header-main-menu{
display:none!important;
}
}
.td-icon-mobile{
display:none!important;
}

Hope this helps!

Thanks.

scrip
Participant
#0

Hi, I’ve just updated the theme to 8.1 version (previously I was with 6.5).
I have used the FTP-way, deleting the old folders (both for theme and plugins) and then uploading the new ones.
There is one big problem. In desktop version, the mobile menu appears upon my logo. I have tried to deactivate all the plugins but the problem persists. I have emptied the cache many times, with no result.
Any ideas?
Thanks in advance

harmario
tagDiv Member

Hi Catalin!

I was testing the last codes and is not what I looking for.

I will try to explain me better.

.td-header-main-menu{
display:none!important;
}

This one yout give before works fine on desktop cause I see the logo but on mobile hide all the header (menu, logo and search icon) and I´m looking for something that hide both the menu on mobile and desktop but not the logo (the search icon I really dont mind now).

Thank you for being patient ;D

  • This reply was modified 9 years by harmario.
  • This reply was modified 9 years by harmario.
DaveS
tagDiv Member

Hey guys,

I recently found out that the shop menu dedicated to woocommerce pages is not showing on mobile, but only on desktop devices. Instead of it, the primary site menu appears. Any ideas what else should be changed in order to fix this?

Thank you.

Simion C.
tagDiv Staff

Hi,

That would be helpful to help identify if a plugin is causing the issue. Simply select them all at once (except theme plugins) and deactivate theme at the same time. Then check if the mobile menu is displaying properly. If it is, then one of them is responsible.

Thanks

Catalin
tagDiv Staff

Hello harmario,

If you want to hide only the menu items from the top of your website, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.menu-item{
display:none;
}

Also, if you want to remove the menu only from mobile devices, you should use only the following code ->

.td-icon-mobile{
display:none!important;
}

Or also, if you want to hide from the entire website, use both of codes.

Thanks for your understanding!

harmario
tagDiv Member

Sorry, I was so fast saying it works fine hehehe

It doesn´t work like I want:

.td-icon-mobile{
display:none!important;
}

This part of the code work nice and hide the icon menu on mobile but, If I include the next part, hide all the header including logo and icon of search option.

.td-header-main-menu{
display:none!important;
}

On desktop work fine and hide only the main menu.

Any idea?

Thanks a lot!

  • This reply was modified 9 years by harmario.
Viewing 25 results - 5,651 through 5,675 (of 8,091 total)