Search Results for 'mobile menu'

Results from the Forum
vit.hofman
Participant
#0

Hello,

I use AMP and mobile plugin. There are three options in the settings. USE MOBILE THEME FOR
1) Mobile
2) Mobile + AMP
3) AMP

If I choose the first or second option, the menu is ok. The login option is displayed, the submenu is displayed.
The third option (AMP) makes the mobile menu simpler. No sign-in option. Only the main links are displayed. No submenu is visible.

If I choose the second option, mobiel + AMP, I have to duplicate the page content. When editing the page, just paste the content into the mobile page editor to the bottom. This is very impractical. I use the wpForo plugin on the web. If I paste the shortcode wpForo into a mobile page editor, the forum will appear on the web, but its style is totally scattered.

I need to use option 3) (AMP), but with this option to display the classic, simplified mobile menu, as with option 1). Is this possible?
The problem is that setting (3) (AMP) does not work (
MAIN MENU, FOOTER MENU, SHOW SIGN IN / JOIN. The mobile menu is always displayed as the main menu of the site.

Thank you for your help.

Vlad S
tagDiv Staff

Hello !

Please use this custom CSS:

.td-mobile-content .td-icon-menu-right {
display: block;
}

If you are using mobile theme than paste it here: https://www.screencast.com/t/LS6mvl2r
If you are not using the mobile theme than you will have to paste it here: https://www.screencast.com/t/MgoNBfpMtlY

Thank you !

Calin
tagDiv Staff

Hi,

In AMP you’ll have the main menu set for the mobile theme, so you’ll need to have mobile theme activate if you ant to have a specific menu on amp; also if you want to use the mobile theme only for amp menu, you can chose in Theme panel > Mobile theme > the AMP option, you can check more abut this here -> https://tagdiv.com/amp-newspaper-theme/

Thank you!

ashishvalvi
Participant
#0

1)I can’t change main menu when I choose AMP , I can change when I choose theme for mobile as a mobile.
2) can I choose mobile theme as a mobile just for menu and for rest of the things choose AMP (mobile theme for menu in mobile theme + amp at a time?)

palladin_d
tagDiv Member

Hi,
1. It’s work.
2. It’s work.
3. It’s work.

——
4. But, if I’m use mobile plugin, and when I go to menu, on page – nothing is shown.
In my menu, I use links to a page, not just a rubric. So here’s the page, there is nothing shown – only the header and footer of the site. https://drive.google.com/open?id=1UT4vbume0tsp8OeIgFmDm3EwjLk0hAs6

5. Another logo appeared in the header of the site. https://prnt.sc/nxvaf0

Thanks!

huma1985
tagDiv Member

sir where i add this code:

.td-mobile-content .td-icon-menu-right {
display: block;
}

Simion C.
tagDiv Staff

Hi,

1. The booster will not be active it it detects plugins that are not part of a predefined list, set in the plugin code – http://prntscr.com/nxtt2m The check could be disabled, this is a similar topic – https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/

2. The mobile theme has it’s own functions file, try entering it there
http://prntscr.com/nxtv2a

3. There is an issue in the latest theme version, the sub-menu arrows that should appear in the mobile menu modal are hidden. The fix is to enter this code in the theme panel custom CSS section

.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

Then they should appear – http://prntscr.com/nxtxu0 Sorry for the inconvenience. Let me know if you have more questions.

Thanks

nullfud
Participant
#0

https://i.imgur.com/NvyuUkC.png

Its also true for the search menu which is coming from the other side.

edit: its missing in both landscape and portrait view.

https://www.google.com/amp/s/nullfud.com/binance-got-hacked-over-40-million-worth-of-btc-stolen%3famp

heres the link if you would like to check it out, please only open it on a phone or toggle the device toolbar to mobile t see the error.

The same error happens on a high res ipad too so its not the resolution.

edit2: https://nullfud.com/binance-got-hacked-over-40-million-worth-of-btc-stolen?amp

it works correctly on my server, but it has issues when google starts storing it on their server

possibly redo the mobile theme so it will work after it gets imported there, afterall we need it to look good when its finally on their server

palladin_d
Participant
#0

Hello, please help me figure out the following NewsPaper settings.

1. Compatibility All In One Seo + SpeedBoost
Screen 🙁
https://prnt.sc/nxmfwj

2. For AdSense I’m using shortcodes in the following way:
In post’s – [adsense]
In files “functions.php”:


function vstavka_context_adsense_top()
{
return '<!-- Добро ЕСТЬ! - Медицина - 336x280 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:336px;height:280px"
     data-ad-client="ca-pub-**********"
     data-ad-slot="5076432727"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>';
}
add_shortcode ('adsense', 'vstavka_context_adsense_top');

But, in mobile theme (plugin) this code dosn’t work.
I’m put this code in files td-mobile-plugin.php, td_panel_settings.php, td_mobile_theme.php, but my site stops working.
I have a lot of articles, and ads look great with these shortcodes. What can you think of where to insert it? It is very important!

3. My menu has a submenu (not a mega-menu). Location – “Main”
However, when viewed from a mobile phone, only the main menus remain, with no submenus!
If you turn on the mobile plugin, then there is a menu and submenus. However, shortcodes AdSense do not work with the mobile plugin. (question – 2)

Thank you!!!!!!
WP 5.2.1 (site: https://medicina.dobro-est.com)

Vlad S
tagDiv Staff

Hello !

Please try this custom css for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}

-> https://www.screencast.com/t/mZ00jNoM0

2. Here you will find some usefull tips and tricks on how to increase your page loading speed: https://tagdiv.com/how-to-increase-page-loading-speed/

Thank you !

Calin
tagDiv Staff

Hello,

If you are referring to the space between ad and mobile menu, then you can remove that space using a custom css -> https://www.screencast.com/t/GCsenxQ4
.ad-728x90 {
height: auto;
}

You need to set the code in Theme panel> Custom code> Advance css> Phone

Hope this will help you!
Thanks.

Calin
tagDiv Staff

Hi,

Hire is how your mobile menu is look now for me -> https://www.screencast.com/t/tbwhhGUe2hw5

Please make a new test, make a new mega menu and set it in mobile menu to see how is look.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please try this custom css for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}

-> https://www.screencast.com/t/mZ00jNoM0

If the problem is still there, please provide me a link were I can inspect this problem, in this way I will be able to provide you the right answer.

Thank you !

ekreator
tagDiv Member

Calin,

What kind of tests have you made?
Here’s the comparison of our desktop vs mobile menu:
https://www.dropbox.com/s/g8oen9j0olq1uoc/EKRATOR.jpg?dl=0

As you can see from the screenshot there is a limitaion of number of categories that could be displayed on mobile menu.

So I will repeat my question for the third time:

Is there any other way to increase the number of subcategories (that is second level or level below main categories or subcategories) that could be displayed within mobile menu?

Thank you!

Calin
tagDiv Staff

Hi,

Please try this custom css for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}

-> https://www.screencast.com/t/mZ00jNoM0

If the problem is still there, please provide me a link were I can inspect this problem, in this way I will be able to provide you the right answer.

Thank you!

Umar Kashif
tagDiv Member

My site
https://www.steelbraintube.com/
Demo
https://demo.tagdiv.com/newspaper_fast/

open both links on a mobile device and then check the menu or navigation

Epiq
Participant
#0

Dear support team,

While trying to hide a mobile login container, which seems to be conditionally displayed depending on whether ‘tds_login_mobile’ setting is equal to ‘hide’ or not, I couldn’t find a reliable way to set it to ‘hide’.

I tried Export’ing theme settings from Theme Panel, base64-decoding it, then unserializing the settings with PHP and adding the ‘tds_login_mobile’ setting to be equal to ‘hide’, serializing and base64-encoding it again and importing it back to the Theme Panel, but it seems that it didn’t work, perhaps because the theme stores the settings on whitelist-basis, ignoring my attempt 🙂

What would you recommend for hiding the login container in mobile menu?

Hiding it with CSS is not an option for me, since the container attempts to display ‘get_avatar()’ picture and for some reason generates bogus URLs like “/mm” which cause errors in Dev Tools console.

As always, trying to provide you as much technical details as possible.
Yours kindly,
Eric

Epiq
Participant
#0

Dear support team,

while moving my child theme into a plugin and testing it, I discovered that there are calls to
locate_template() instead of require_once() in the following file:
td-composer/legacy/Newsmag/parts/menu-mobile.php

My guess is that it’s a bug since you replaced all the ‘locate_template’s with ‘require_once’s elsewhere.

Since I am customizing that part of the theme, I though I would share, and hope that can help you make this theme even better.

Cheers,
Eric

yomyom
Participant
#0

Hi,
The mobile menu is showing whenever I access the website on mobile, instead of the homepage, and the X button won’t close it.

The website is at https://elections2019.org.il/

Thanks ahead

dragonstreet
Participant
#0

Hi newspaper team,
Are you aware of a bug on mobile theme, the burger menu doesn’t work. It just slightly shrink the actual page but does not open the menu . Is it an issu known or a css problem on my website ?
thanks
David

marsel
tagDiv Member

hi,
did what you told but still get the same error. Also lost mobile navigation. when pressed it says “click here to use wp menu builder”
Can you check from my backend?
Thanks

Umar Kashif
Participant
#0

The Menu on mobile device not working as shown in the demo

Calin
tagDiv Staff

Hi @amandajholden@me.com,

Please try this custom css for mobile arrows
.td-mobile-content .td-icon-menu-right {
display: block;
}

-> https://www.screencast.com/t/mZ00jNoM0

Hi @ekreator,

I have made some test and for mew is working normally -> https://www.screencast.com/t/kwbQqK6FtR3 desktop -> https://www.screencast.com/t/xJsgSg3ni mobile -> https://www.screencast.com/t/4oFnO2e3cHTM

Thank you!

IanGJ
Participant
#0

Hi
Since updating the site with the latest theme, the menu on the mobile doesn’t display subcategories. Seems fine on the desktop version. Please let me know the solution. Am sure I just need to tweak something somewhere. Many thanks
Ian

Calin
tagDiv Staff

Hi,

Please try this custom css for this problem -> https://www.screencast.com/t/9bmnrXXto
.td-mobile-content .td-icon-menu-right {
display: block;
}

Set the code in Newspaper> Theme panel>Custom code> Advance css > in phone section, clear all cache and try again.

Thank you!

Viewing 25 results - 4,076 through 4,100 (of 8,091 total)