Search Results for 'mobile menu'

Results from the Forum
Catalin
tagDiv Staff

Hello Rhys,

Please notice that we have not tested our theme on Google Pixel Book, sorry! The main functionality for mobile should be applied to this device…for one tap should open a menu dropdown and for double tap, you should be redirected to that category. That’s the functionality for tablets.

Thanks for your understanding!

Simion C.
tagDiv Staff

From all the menu items I tested, currently only this one does nothing on desktop or mobile from what I can see
https://www.screencast.com/t/r7OoEO6dXl
If the menu items work properly when the plugin is disabled then the plugin would be causing the issues.

Or maybe I am misunderstanding the actual problem here, please mention what exactly I should test to see the problem.

vargaspazdaniel
tagDiv Member

No, that menu is create you your theme. When the theme switch to mobile version the menu automatically has a # as link so it reloads the entire page…

Simion C.
tagDiv Staff

Hi,

I don’t know about that or what plugin you are referring to, maybe try it and see what happens if it is recommended by the plugin author.

The only issues I see with the menu on your website would be these items
https://www.screencast.com/t/hDYVbTPdLSR1
Those do not do anything on desktop, so they will not do anything on mobile. If those are pages add them as pages
https://www.screencast.com/t/jp0WRMPX
If they are categories add them as categories, same for custom links (enter valid URLs).
If you add the menu items like this they will be used properly by the website users. Currently from what I can see they do not do anything.

Simion C.
tagDiv Staff

Hi,

Unfortunately not, there are no plans that I know of to change the functionality of the mobile menu in that way. That could only be done by making probably a lot of code modifications in the theme, and will require additional design most likely.

If this is required for you, maybe you could consider hiring a developer or freelancer to help you with these modifications. We do not have theme customization/modification department at this moment. We always recommend the professionals from Envato studios
https://studio.envato.com/

Bogdan B.
tagDiv Staff

Hello,

You can only show different content for mobile devices if you use the mobile theme. If not, the same menu will appear on both devices.
If you want to contact us in private, please contact us on our email address at contact@tagdiv.com

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Please check your menus section and if you have the menu set up with custom links pointing to # then you will not be able to click them on desktop or mobile devices. Here is an example: https://www.screencast.com/t/WcGkkAJDk
Please check the links in your appearance->menus section.

Thanks.

jad
tagDiv Member

Hi, are there some news about: how to remove hamburger menu to get a standard menu on mobile theme?
I need to have only 3-4 links in the menu and then must show under the logo in mobile theme.
I don’t like hamburger menu, animation during opening and similar.
I want a fixed menu

melpno7
Participant
#0

Hello!

I created a separate menu for mobile, and have it selected in the menu section of WordPress, and in the theme portion, but all that is being shown is the desktop menu.

The site is under password protection. What is an email I can send you login info?

Thanks!

Mellissa

amirates
Participant
#0

Hello,

all demo’s work excellent. However I want to use the black version to start with. on mobile devices the menu does not fold out. It happens on my S7 and my wife her Iphone. All other demo versions work great and the menu does fold out on mobile devices. Please help me out. my website

vargaspazdaniel
tagDiv Member

I found the problem: in mobile version the menu has the following structure: the button to open menu has a link with address ’#’, that is why by clicking this link it redirects to this URL. weekenjoy.com/#

How can i fix and change this?

Simion C.
tagDiv Staff

Hi,

The mobile menu will be loaded and ready to be used as soon as the website is done loading. Maybe something is delaying the website causing the mobile menu issue. We could take a look if you could provide a link to your website.

Thanks

vargaspazdaniel
tagDiv Member

I found the problem: in mobile version the menu has the following structure: the button to open menu has a link with address ’#’, that is why by clicking this link it redirects to this URL. weekenjoy.com/#

How can i fix and change this?

AcarelTV
Participant
#0

Hi,

when I press the menu button the initial animation is starting (the website is “pushing” back) but then nothing happens. Works with the search button though, but the mobile menu is just now showing. Anything I can do to adress that behavior?

thank you.

vargaspazdaniel
Participant
#0

Menu in desktop version works perfectly, however in mobile version the menu doesn’t work properly, please check this:

http://www.weekenjoy.com

Everytime i hit the menu it reloads the entire page

vargaspazdaniel
Participant
#0

Menu in desktop version works perfectly, however in mobile version the menu doesn’t work properly, please check this:

http://www.weekenjoy.com

saranoa
Participant
#0

Hello! Sorry forma my english. Im from España.
I have the following problem:
I installed the AMP plugin for newspaper to adapt my website to the new Google mobile technology.
When I enter from Google with my mobile the web looks very bad. The displaced images, has changed some translated texts and the color … You can not see the drop-down menu above. It seems that it does not adapt well. When I enter with a computer there are no problems. I have unmounted the AMP plugin for newspaper because I had many visual problems.
But if it is true that the pages of the web were loaded very fast with the AMP plugin. I wish I could have it installed. How can I do it? Is there any newspaper technical support? Thanks for answering!

Barnikl
tagDiv Member

Hi Catalin,

I now made a new menu (not mega) which works. However, when I try to make changes in the color theme or background for Mobile, none of those changes are applied.

<b>Mobile</b> <b>Menu</b> Background Not Responding

SoNowner
tagDiv Member

Just wanted to say thanks. I was having the same issue on my site. I have cloudflare as well. When I turned it off mobile menu and search bar are now functioning.

lazdim
tagDiv Member

Hi,
I have already changed the footer background URL image with HTTPS.
Unfortunately, this doesn’t change the protocol of the background image URL in .td-menu-background:before, .td-search-background:before and .white-popup-block:before classes. It is generated by the theme, in td_css_generator.php file ans, as a result, we get an none-found image:
.td-menu-background:before,
.td-search-background:before {
background: @mobile_gradient_one_mob;
background: -moz-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, @mobile_gradient_one_mob), color-stop(100%, @mobile_gradient_two_mob));
background: -webkit-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
background: -o-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobileu_gradient_two_mob 100%);
background: -ms-linear-gradient(top, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
background: linear-gradient(to bottom, @mobile_gradient_one_mob 0%, @mobile_gradient_two_mob 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’@mobile_gradient_one_mob’, endColorstr=’@mobile_gradient_two_mob’, GradientType=0 );
}

/* @login_background_image */
.white-popup-block:before {
background-image: url(‘@login_background_image’);
}

/* @login_background_repeat */
.white-popup-block:before {
background-repeat: @login_background_repeat;
}

/* @login_background_size */
.white-popup-block:before {
background-size: @login_background_size;
}

/* @login_background_position */
.white-popup-block:before {
background-position: @login_background_position;
}

/* @login_background_opacity */
.white-popup-block:before {
opacity: @login_background_opacity;
}

  • This reply was modified 8 years by lazdim.
Bogdan B.
tagDiv Staff

Hello,

You cannot sped up just the mobile menu.
Please use this guide to increase your site loading speed: https://forum.tagdiv.com/how-to-make-the-site-faster/

Thank you!

Pradeep Augustine
Participant
#0

Hello,
I had written a tutorial to implement Google custom search in Newspaper theme at the URL https://www.getcooltricks.com/wordpress/google-cse-integration-to-newspaper-wordpress-theme/. Everything works fine. But the modification to the search form in the menu did not load custom search when the mobile plugin is active. I tried the child theme and it did not work. When I directly edited the file located in Newspaper> Mobile> parts> Search.php, the form seems to be working. Is there any workaround to have this modification using the child theme.

redarmy
Participant
#0

Hi,

I want to speed up to show mobile menu when click Hamburger button

PS. Just only mobile menu I need to speed up

Thank you
RED

Catalin
tagDiv Staff

Hello mmmmarchese,

Please understand that there is talking about two different functionalities.
The main functionality of AMP plugin is to display the posts very quickly on the Google’s eye. Basically, when a client in on AMP version, he is not on your website (that’s why your visits were falling down more and more) and the main goal is to redirect it to your own website. The AMP will have to be viewed as a preview to the posts pages of your website which are delivered by the Google AMP Cache. This is a proxy-based content delivery network for delivering all valid AMP documents. It fetches AMP HTML pages, caches them, and improves page performance automatically. For more information about this case and to better understand the operating system for this plug-in, please check the following useful manual from here -> https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/
As a very good example, please check the official page of Seo Yoast and there you will see that they have not implemented the menu bar on AMP pages, as you can see here -> https://www.screencast.com/t/OfzMGTLPQk
For more references and for a better understanding of AMP functionality please read the plugin documentation!!!
The Mobile plugin refers only to your own website and how it looks on the mobile phone, regarding on theme layout. For more information, please check here -> https://forum.tagdiv.com/the-mobile-theme/

Thanks for your understanding!

Bogdan B.
tagDiv Staff

Hello,

If you do not want to use the mobile theme plugin, then you can only hide them on desktop and tablets.
You can target each individual menu item with css and hide it on all other devices except mobiles.
However there could be a downside where you can see them for a split second and then disappear from view. Css cannot remove a code entirely. Only hide it. You can try to put the code directly in style.css to minimize this effect but on slow connections you will still be able to see the change happen.
Here is an example on how to hide 2 menu items based on the menu item id number:

@media(min-width:767px){
.menu-item-3960, .menu-item-3961{
display:none!important;
}
}

Thank you!

Viewing 25 results - 5,051 through 5,075 (of 8,091 total)