Search Results for 'mobile menu'

    No search results were found in Documentation!

Results from the Forum
Itsrohitpandit
Participant
#0

when I press the menu button the initial animation is starts (the website is “pushing” back). This takes time and it’s laggy. How can I remove this animation?

thank you.

Mireia87
Participant
#0

Hello,
So I am trying to adjust the mobile theme on my site noestamosperdidos.com, and although its working really fast )which I really want), there’s too many problems with it. When I open it with my Iphone the menu does open, I have no sharing buttons on the articles, the gradient over the “featured” post its moved and looks awful, and some categories have a black background so the text cannot be read. When I try the site with an android phone the site looks better and I am able to share posts and check the menu. So its there any problem with iOS?
I still haven’t figured out how to add pages to it though, as the tutorial seems outdated and theres no such a thing as a mobile editor (or is there?).
Thank You

Gregory
Participant
#0

Hi !

Is it possible to have the mobile main menu different from the desktop main menu ? How ?

Thanks a lot !

Grégory

DKF
Participant
#0

Hi there,
I found that the mobile menu (toggle) on my website http://www.wandelingen.info is not opening when I first go to my homepage.
When I go on to another page the menu is working fine.
When I go back to the homepage after that, the menu is opening as well
So only on my first visit to the website, the menu is not opening, ie the menu items are not shown.
I don’t understand what’s happening here. Can you help me out?
Thanks! http://www.wandelingen.info

sgaialand
Participant
#0

Hi,

since a couple of days, I’m having issues with symbols and social media icons not displaying properly.

The social media icons on the top header of http://www.sgaialand.it display as Japanese characters from Explorer, Edge, Safari. In Chrome for mobile, all icons (including navigation arrows, menu items, etc.) now display as crossed boxes (screenshots: 1) https://drive.google.com/open?id=1v1-rc3ojO2sgSSmet5a1tHMvXxkehhu3 and 2) https://drive.google.com/open?id=18arUx4lpvxkpLVVfk2pl07p3_BrK_0yo).

Everything works fine only from Chrome for desktop, but in the console there are plenty of errors (see here: https://drive.google.com/open?id=1XM3HvIOlvWoQ2nQTggnhRw0B5yn4s81i).

I’ve tried to modify the .htaccess file as you suggested in other posts, but didn’t work for me.

Could you please help? The site has thousands of views each day, and the situation is pretty embarassing. The worst thing is that the mobile menu is ugly and hard to navigate.

Many thanks and kind regards

AndersAnd
Participant
#0

Hello
I have a site, where the mobile menu is not functioning properly.
My url is bedstetech.dk

Can you help?

Umashankar Thakur
Participant
Main Menu - topic
#0

Hello Sir,
When we install newspaper theme our default mobile menu look like this(https://prnt.sc/mducu0). but it takes too much time to open in slow internet connection.
i visited beebom.com they are also using newspaper theme but they changed Their mobile menu (https://prnt.sc/mduil0). i don’t know how they did that. i also want mobile menu like them on my website.
i hope you understand my problem.
Thanks

Simion C.
tagDiv Staff

Hi,

Something like that could be done with CSS, for example – http://prntscr.com/mdlnrw
Enter the code in the Advanced CSS section of the theme panel, in the desktop field.

.td-header-style-7 .td-header-sp-logo {
margin-bottom: 60px;
}
.td-header-style-7 .td-header-sp-rec {
margin-top: -109px;
}

For the mobile case something like this – http://prntscr.com/mdlpgb
This time enter the code in the phones section of the Advanced CSS section.

.td-header-style-7 .td-header-menu-wrap {
margin-top: 60px!important;
}
.td-header-style-7 .td-header-sp-rec .td-header-ad-wrap {
margin-top: -114px!important;
}

geor_ro
tagDiv Member

Hello,

About this post. After installing the multi language plugin i noticed that the menu shown on mobile phones is only in the default language. How can I instruct the site to use a different menu for a different language ?
Thank you.

spu
tagDiv Member

Ok, will check and let you know.

Also, in our mobile site the 3 top bar menu is not opening.

http://www.gadgetbridge.com

Bogdan B.
tagDiv Staff

hello,
Please try to test after disabling the mobile theme plugin. There is a current ongoing issue with the use of the mobile menu together with the tagdiv composer, where the composer is not able to save changes properly. Please deactivate the mobile theme plugin for the moment. If this is not the case, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This is the mega menu functionality which will not work on the mobile menu. The mobile menu cannot show the posts under a specific category. This only works on larger devices that can handle the standard menu.

Thank you!

xavierum
Participant
#0

Hi,
I’ve a category menu, with one post for each category. When I click a category in this menu in a Desktop browser I can see the post (that it’s what I want) but if I do the same with a Mobile browser, first a I see the category and then I’ve to click to see the post.
How can I’ve the same behavior on both?

Thanks!

Calin
tagDiv Staff

Hi,

In order to have all social network on mobile theme you need to add this custom code ( the social on mobile theme was designed to be show only on one line )
#td-mobile-nav .td-menu-socials {
height: auto;
}

https://www.screencast.com/t/hpXvwyoD

Thank you.

wilhard
tagDiv Member

Thank you. I set 7 social networks in Newspaper>Theme panel>Social networks. I have 7 social icons on desktop version. But on the mobile menu I have only 5 social icons. How do I fix it?

rodrigobirolini
Participant
#0

Hi, I deployed my application, all correct. Just one problem: the mobile menu is transparent on the smartphone, but simulate a smartphone in the browser works perfectly. How can I solve.

Here is the simulation in the browser, notice that you can not see the background of the blog:

not-transparente-imagem

Here, it is on the smartphone, notice that you can see the bottom of the blog:

transparente image

dmxsta
Participant
#0

Hi Guys,

I have a few questions regarding AMP.

1. The TagDiv AMP seems very basic maybe I am missing something? Is there any settings / options anywhere?

2. How do I add our logo to the AMP for mobile? Also we want a menu of some sort? It seems that we have a high bounce rate due to using AMP, users / readers just come off as they struggle to navigate.

3. Would I benefit from deleting TagDiv AMP plugin and installing something else that offers more in-depth options / settings?

Please advise.

Calin
tagDiv Staff

Hi,

If you want to hide this social on mobile -> https://www.screencast.com/t/7zN10vM0xY6Q you can use this custom css
#td-mobile-nav .td-menu-socials {
visibility: hidden;
}

https://www.screencast.com/t/EV37DPnlch7

Thank you.

wilhard
Participant
#0

How do I change (add/rmove/reorder) social icons from mobile menu?

Thank you in advance…

Simion C.
tagDiv Staff

Hi,

The mobile menu has a background color. If you do not use the mobile theme you can customize it here
https://www.screencast.com/t/i1dpgzlZNyZo
If you use the mobile plugin you can customize it here
https://www.screencast.com/t/FwT5RYERd

Thanks

Simion C.
tagDiv Staff

Hi,

The mobile menu is created specifically for mobile devices. On desktop it is not possible to display the mobile menu. You could create mega-menus, simple drop-down menus or page menus on desktop
https://forum.tagdiv.com/mega-menu/

Thanks

wilhard
Participant
#0

How can I change mobile menu background image?

Thank you in advance…

GurjyotSandhu
Participant
#0

I purchased newspaper theme yesterday and i loved it.Is there any option to add explore menu for the desktop version like we have on mobile version theme. As i have many categories and subcategories in my website and want them in a linear way.

nexttvc
tagDiv Member

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap” class=”td-theme-wrap”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

This is the only code I have in my theme header php

Ajay
Participant
#0

Hi, I have made some changes in header menu. The changes are showing perfectly correct on desktop but when I use my website on my mobile the changes are not getting updated immediately. Why it’s happening? Please help in solving my issue.

Viewing 25 results - 4,476 through 4,500 (of 8,091 total)