- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewsmagMain menu
- NewspaperMain Menu
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagBackground introduction
- NewsmagTheme colors introduction
- TutorialsWhat is Ajax preloading?
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hello,
If you want to remove the top header container for mobile devices, you need to use the code below and place it in Theme panel -> Custom CSS Area.
@media(max-width:767px){
.td-header-menu-wrap-full{
display:none;
}
}
The result is here -> https://www.screencast.com/t/CHUijlH4
Thanks for your understanding!
Hi,
Your mobile menu will appear only after full load of web page, and if you have a slow connection on internet will take some time.
Please try with mobile theme https://forum.tagdiv.com/the-mobile-theme/
Thank you for your understanding.
Thank you for your understanding.
Hi,
I don’t quite understand the problem you are referring to.
If you refer to menu please make sure that you have set the same menu for desktop and mobile ( https://www.screencast.com/t/d8JEepvxTyW ).
If you refer to pagination ( https://www.screencast.com/t/3cI4foanvsRc )
Thank you for your understanding.
For mobile version of theme, menu bar takes some time to open the page. It’s been issue since I buy the theme. Is there any change do I need to perform to get instant access to menu bar.
Hi, I would like to remove my mobile menu from my website because I don’t need it, and I know that I have to edit the CSS but I am not really expert. If someone could help me I would be really grateful. Thank you.
I don’t want to change any part of the look of the desktop menu, mobile only.
This is what our site looks like on a phone. I need to do change the top icon…
http://www.ambiance.com/wp-content/uploads/2018/10/mobilemenu2.jpg
Hi,
In order to show the top bar menu on mobile terminal please add this custom css in Newspaper>Theme panel>Custom code > Custom css
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
}
https://www.screencast.com/t/93rdYiiLJb
Thank you.
Hello,
I enabled the Top bar menu and it’s showing well on website when i using a desktop PC. But when i switching on mobile, the top bar disappears. Can you tell me how can i keep the top bar on website when mobile terminal is used ?
Regards
It appears when you open Menu slider in the mobile header
Sorry, I do have FTP access and the icon I want to use is included in the set.
I’m just not sure where to change/specify that one specific icon.

Hello,
We’re running Newsmag 4.0 (child theme) and I would like to change the mobile menu from the 3×3 squares to the 3 bars.
Can someone please let me know how I can do this?
Thanks!
Hello, if I set Background> Mobile Menu / Search background, a background image then this is not displayed in the Mobile menu, have already tried everything on the colors or so it is not. Can you look at it, here’s the page: https://catrelax.de
Can you please help me to edit some custom codes on mobile?
I want the category and the title of each post to be at the center


also on mobile, I want to disable the auto scroll / sticky option of the of the main menu and the logo
please check the site : recipenijuan.com on mobile to see
Hi,
The top menu is not supposed to display on mobile, it will be hidden. However it could be made to appear if necessary, try this code
– https://www.screencast.com/t/Z93oGw3pqs0
Enter it in Theme panel->Custom code->CSS section if you decide to use it
@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}}
Let me know if you have more questions, I will try to help you.
Thanks
Hi team
i am new with news paper theme my website is https://sarafaportal.allindiasarafabazaar.com/
i want to know how i can use top bar menu in mobile version ?
i do not want social icons in mobile version i want menu item which is not coming after all my efforts
Please help
Hi,
From what I can see AMP is not activated for your posts. You simply have to install the plugin and activate it, to test add /amp at the end of the URL of a post page. The posts should look like this
– https://demo.tagdiv.com/newspaper_crypto/td-post-ripple-ceo-and-ethereum-co-founder-bash-ico-industry/amp/
There is no menu currently for the AMP version, this and the design is inspired by the Yoast SEO website
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
The header logo will be the one you set for mobile in the theme panel
– https://www.screencast.com/t/sk3sDiyVW
If the logo is blurry test with a different image format and sizes, until a good result is found.
Ad codes for AMP will have to be entered in the dedicated AMP section, be sure to use the proper codes, for example for Adsense
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/vc3VzKSIEHTi
AMP will work properly for pages created with the default WordPress editor if you want to use it for pages, not with page builder content. The main purpose of AMP is speed, not loading heavy pages with blocks and grids.
Of course our plugin is optional, you can use other AMP plugins if needed. We will try however to improve it and add more options for it in future updates. Let me know if you have more questions.
Thanks
Right, I think you misunderstand me. I’m saying AMP is good. But AMP is the only reason to have a “mobile website”. There is no need for Newspaper to have a separate mobile theme because it is a responsive theme. Because it’s responsive, it works on mobile sites. So I’m suggesting instead to just add a conditional statement to show an alternative menu on smaller devices 🙂
Since we have a responsive theme in Newspaper plus other fantastic AMP plugins, why is there a need for a separate mobile plugin? Is it only related to page speed? That shouldn’t be an issue so much anymore.
5 years ago there would have been a need for a separate mobile plugin, but this Newspaper theme needs no extra theme to worry about. It is a responsive theme. Instead, development should go into a conditional statement to show one menu over another when certain screen sizes are used.
Why doesn’t TagDiv developer use the wp_is_mobile() function to easily and quickly show one menu over another? Here is more info: https://codex.wordpress.org/Function_Reference/wp_is_mobile
Can use code like this?
<?php
if(wp_is_mobile()) {
echo MOBILE MENU ;
} else {
echo DESKTOP/NORMAL MENU;
}
?>
That can only be achieved by using the mobile theme https://forum.tagdiv.com/the-mobile-theme/. You can create a different menu and assign it to the mobile theme from Appearance>Menus section.
Currently it seems like the mobile site is using the same Main Menu as the desktop site. But I need to add additional menu items and change the order of items for mobile display. How can I create a special menu and have that used on xs (mobile) sites?
The menu that I created is showing on the desktop version of my site, but not on mobile devices. The menu shows Sign In, Disclaimer, Blog, and About. Here’s the site: http://www.whatshouldigether.com
I don’t have the mobile plugin. thank you
There are indeed a ton of options!
I waste time doing the exact same thing.
You seem to have a good control of what you are doing on your new site, but I would make those fonts a little bigger.
and I also wish we could assign different size images for things more easily.
I have been using the “flex” layout blocks to get things exactly the way I want in regards to displaying images on standalone pages.
and I wish we had a little easier control over mobile menu items vs desktop menu items.
I know you can hide/show these things in CSS but they still load for a split second until css kicks in and hides them. which is hit or miss depending on your cache settings and connection speed and server speed.
I notice that the mobile menu flashes for about 1 second then disappears and the page loads normally. What is that and how do I fix it?
Hi,
@sparklegemini_0408 Seems the mobile menu is not accessible in both websites, but there are no errors which would indicate a starting point to investigate.
You could begin with the basic suggestions, which usually work. Investigate all your plugins, all and any kind of code added in the theme panel or theme files (test without it), and also child themes.
Thanks