- NewsmagMain menu
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagBackground introduction
- NewsmagTheme colors introduction
Hello,
If you want to remove the mobile menu completely, you can do it from here:
https://www.screencast.com/t/xs0A0VGNO
Thanks
Hi,
we have some issue with the menu displayed on Ipad 2.
We need it to be displayed as a mobile menu not like a desktop one.
We cannot be able to solve this even with css hack.
Can you help us? Thank you in advance
Hi,
There is no option to change the breaking point for the mobile menu to display.This is deeply implemented in the theme, and it would not be easy to do it. If there would be an easy solution, I happily would give it to you.
If you have many menu items that is how they will be displayed in these conditions. There simply is no space to show them all on a single line is smaller monitors.
Maybe a feature that will allow modifications as to when the mobile menu will be displayed, will be added in future updates.
I cannot seem to be able too access your website at the moment
– https://www.screencast.com/t/P4w8BeiNYw
We can try to find a way to display the menu items differently. But this may not work if you decide to add more in the future.
Thanks
Hi,
At the moment there is no option to choose when the mobile menu is displayed. It will appear when the predefined condition is met. I am sure you will find a combination of header style and theme panel options to achieve the result you want.
Like I mentioned, if you could provide a link top your website, and more information about the problem and how you would like the menu to look, I will try to give you a solution.
Thanks
Hi there!
I’m here cause i noticed a little bug on the mobile version of Newspaper. When you load the homepage or an article, before that the browser loaded the full HTML/CSS, there is a blue color on the page that cover the content, exactly the color of menu’s background. Is there a way to fix this, i don’t really like that.
Screenshot link: http://i.imgur.com/HK21fPV.png
Thanks in advance
https://www.screencast.com/t/jS5ncduNBo
The menu isnt functioning correctly. We are using Hero Menu plugin. How do we disable the theme menu [ it slows the site as well]
ojewish.com
try it on mobile
Hi,
1. The background image for the Mobile menu/Search section as well as the Sign in, can be changed in the theme panel
– https://www.screencast.com/t/ScwAfDsYjKZd
2. There should be a Join option next to the Sign in
– https://www.screencast.com/t/N4u3aU04e
Maybe you have disabled the option for registering in WordPress settings
– https://www.screencast.com/t/dlSArAKL
3. There is no option for logging with socials at the moment. It will have to be made custom or maybe through a plugin that has these options. You can find similar topics here on the forum that you can try if you want
– https://forum.tagdiv.com/topic/want-social-login-short-code-on-login-page/
Thanks
Hello,
The top menu cannot be sticky. It does not share the main menu functionality to scroll with the content.
As for the mobile menu, it is probably a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Our menus are not working with mobile. Also how do we get sticky menu for the TopMenu.
Thank you, Catalin. I got it. Just for further clarification, for others –
If you want your sign in/ login to re-direct somewhere OTHER THAN WordPress login, it’s as simple as two steps:
1. modify top-menu.php.
A. Replace with your link.
B. Delete td-login-modal-js from the a class so that the popup will not be applied.
https://www.screencast.com/t/Y5UNRYyGf
2. ALSO – you must modify login.php so that the MOBILE version also redirects. Here:
https://www.screencast.com/t/j6UNDYJ0Qfa
replace with
Hi, How do I change the hamburger to a menu button in the mobile view. I am running newspaper 7.
thanks
t
Hi,
The try deleting or commenting the code containing the login elements in the files shown. Then they will not appear anymore
– https://www.screencast.com/t/krMP4825DJ
– https://www.screencast.com/t/a56qSfYA
The menu and search background can be changed as shown above for the mobile theme
– https://www.screencast.com/t/25tKLwyI
Or like this
– https://www.screencast.com/t/aiQ33JndR9Ha
Thanks
I want the sign in/join on the desktop and the mobile to re-direct.
The documentation was clear and I was able to edit top-menu.php and insert my direct link.
Having trouble understanding how to modify the mobile part.
I found the /parts folder and was directed to menu-mobile.php, register.php, and login.php
http://www.screencast.com/t/GvRNTZfs
That isn’t helpful, as it’s not telling me which line(s) to delete nor where to insert my re-direct link nor which file needs to be edited.
Please specify: which file(s) need to be modified, exactly which lines, and what.
Thank you.
Hi, you’re allright. I had some custom styles for logo in desktop with problems for logo in mobile. Finally I deleted all styles and found the mobile logo style in:
@media (max-width: 767px){ .td-medicine .td-header-style-12 .td-main-menu-logo img {max-height: 45px;}
}
Thank you very much!
How Resize Icon Mobile Menu?? CSS code??
.
.
.
https://ibb.co/n7tgsa
.
.
.
Thanks 🙂
Hi,
If you are using the mobile theme you can create and set a different menu for mobile. If the plugin is not active the same menu content from desktop will be displayed. Here you can find more about creating a menu
– https://forum.tagdiv.com/main-menu/
And about the mobile theme as well
– https://forum.tagdiv.com/the-mobile-theme/
So if you want you can create a menu and use that for mobile. It would be helpful if you could provide a link to your website, so we can inspect the issue if you have one with the menu.
Thanks
Hello, we want to modify the mobile theme of our site and when the load appears a black strip in the menu, in the web version we have already solved it, we are missing the mobile version, Thanks!
Thanks. Did you copy the code directly in the text area?
I tried the new code in a post and in a page but it doesnt works. Maybe is a problem with the header? I never changed it.
It tried here: https://www.mochilero.info/test-2/
And here: https://www.mochilero.info/test3/
But nothing happend.
My header is the original from the theme:
<!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 reply was modified 9 years by
MochileroInfo.
my website is http://www.mobileblog24.com/, top menu sign in/join menu click but didn’t showing join form
hi mobile menu is not working, it opens up but does not open up the links in them, though it opens up the link in desktop. however the sub categories menu in mobile is clickable. But the main categories just show #. It makes sense if in desktop, it shows the post from that category to click from, but what about mobile, it does not show any posts or at-least it should take to the parent category
When I open my site (https://smallcaps.com.au) on a mobile (android) and click on the Menu -> Media -> Podcast.
Rather than open up the podcast page it asks whether to open the podcast app on my phone or the internet.
All other items in the menu load the mobile web page as normal.
Why is it having the issue with? https://smallcaps.com.au/podcast/
Thanks
Please find a way to fix this.
The responsiveness of the theme is terrible.
How can I solve the problem in the image below?
The menu breaks when I’m with layout in header style 6.
One solution would be to be able to display the mobile menu for the resolution that I set.
Si se activan plugins para optimizar javascript, ccs o cache el theme funciona correctamente y ademas actualiza la velocidad de carga en pc, pero no deja entrar en el menu de navegacion desde el movil. Como puedo solventar que tenga rapidez de carga pero ademas funciones la web bien en responsive?
The main menu of the mobile theme is not working, on clicking it there is no response and sometimes the mobile theme doesn’t working until I deactivate the tagdiv mobile theme plugin and reactivate it. What is the cause of this and how can I resolve this.
Hi,
Please check in the theme panel background settings mobile menu section
– https://www.screencast.com/t/Ap5I79kTkSB
Also check the Sign in/Join background
– https://www.screencast.com/t/yC89MuVI0
Thanks