- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewsmagSmart list ads
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
Hi Alin,
Here’s an update. Again, I’m using iPhone 6+ and default Safari browser to view this. It’s the same phone I used with Newspaper 4 and there was no issue at all.
I’ve changed to using the main theme now and I suspect the culprit is the Big Grid 3 that was causing it. So I changed back to Big Grid 2 and the result is this.

The problem now are:
1) Header ad are still showing despite disabling it through theme panel and I’ve also added the code below under theme custom css.
@media (max-width: 1024px){
.td-header-sp-ads{
display: none !important;
2) Big Grid 2 STILL doesn’t fit on the mobile, just like your demo site as well.
3) Header logo background is now black instead of white. Previous Newspaper 4 was white.
4) Big Grid 2 repeated at the very bottom of the page, right before the footer section.
Can you guys recheck the mobile site part? I really didn’t know how to solve all this.
Hi Team,
The top header menu with the login/register option isn’t showing up on the mobile and tab page version.
The desktop version top header menu is not full scale.
and
isn’t there a way where people can register with their facebook or twitter id. Please help me out.
Regards
Maddy
It seems to be an issue with visual composer. I can’t find any fix to it. Any suggestions? My site is parsippanyfocus.com. It’s only on mobile
I am having the same problem on my site (http://www.strengthupgrade.com). This started with “Newspaper Version 6.0+” and happens only on mobile.
-
This reply was modified 11 years by
abhinav2899.
Hi,
In version 4 of the theme Big Grid was not available(only Big Slide), you can use the Big Grid Slider that have the same look on mobile like previous – http://demo.tagdiv.com/newspaper/big-grid-slide/ – http://screencast.com/t/sNUoBGPWHSl
Thanks!
Hi,
Please check also our demo – http://demo.tagdiv.com/newspaper/ and see if there is an isue on mobile. We have tested it on many devices(android/windows) and it worked fine. Please also provide more details on wich device did you tested and browser that you used. I have also tried to check your site again, but it is on maintenance – http://screencast.com/t/In8qeAIcdGN Let me know!
Thanks!
With the update to 6.1 my homepage has shifted a bit to the left on mobile cropping out a letter and leaving a little white space on the right side. Any clue?
The thumbnails are handled very nice no matter what the aspect ratio as long as your subject is not at one of the edges of the screen, but as centered as possible.
This is a search result in this test site that shows both images of the example links I gave you
http://mobile.neakriti.gr/neakriti2/?s=%CF%83%CF%85%CE%BC%CF%80%CE%B1%CE%BD
You see that even one is VERY portrait, and the other landscape they appear very nice as thumbs
On a setup I have on a very very slow old pc testing the new version of newspaper,
I show you with your pick of post template two articles.
One with a portrait and one with a landscape picture.
You will see for yourself that the specific post template, keeps the aspect ratio, while stretching on the width…
POST with portrait featured image
http://mobile.neakriti.gr/neakriti2/index.php/i-omorfia-tou-sympantos/
Post with landscape featured image
http://mobile.neakriti.gr/neakriti2/index.php/to-sympan-apo-to-mikrotero-sto-megalytero/
I understand what you describe, but to my knowledge so far, its just outputing what you give it
after updating to newspaper6, article bottom ad does not display correctly.Please help me(2 screenshots attached:mobile and desktop version)

Hi, there is a problem with BigGrid1 and BigGrid2 on both Newspaper 6.0 and Newspaper 6.1.
I provide you with a screenshot as how they look.
Hi bgo,
try this, it works perfectly for my site.
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full,
.td-header-wrap .td-header-menu-wrap,
.td-header-wrap .td-header-main-menu {
background-color: #YOURCOLOR !important;
}
#td-top-mobile-toggle i {
color: #YOURCOLOR !important;
}
.header-search-wrap .td-icon-search {
color: #YOURCOLOR !important;
}
Its works, thanx BUT, When i change it to white (which i need) my mobile menu and search icon are not visible anymore, cause they are also white … Any solution for that?
Hi,
@Carel and @neakriti I have added this on our list and we will try to find a solution for login widget to appear on mobile. We will see if it will be added somewhere else…
You can try this custom css to display only sign in widget in top menu – http://screencast.com/t/brzKHghs3
@media (max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
.td-header-sp-top-widget {
display: none !important;
}
}
2. If you use SEO by Yoast and bbpress activate you can handle it – http://screencast.com/t/9u6h6LGbwrzI Also you have in Theme Panel bbpress template to add a custom sidebar and set position for it – http://screencast.com/t/lEsL9kkVK I was referred to the page template of bbpress – http://screencast.com/t/HJPkL1ztavSa we use now full plugin without any customizations.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi
In case you are using Ad-sense this might be against their policy, to have on dekstop one specific ad, and on mobile different ad. For other ads type’s you can check this link https://forum.tagdiv.com/ads-system-full-guide for more details, and if you want different (non-Adsense) ads on mobile you can paste the ad’s code inside this class:
<div class="td-visible-phone"></div>
Thanks!
-
This reply was modified 11 years by
Andrei L..
-
This reply was modified 11 years by
Andrei L..
-
This reply was modified 11 years by
Andrei L..
-
This reply was modified 11 years by
Andrei L..
-
This reply was modified 11 years by
Andrei L..
-
This reply was modified 11 years by
Andrei L..
-
This reply was modified 11 years by
Andrei L..
Hi,
You can use this css only for mobile screens – http://screencast.com/t/rMDSomt6J
@media (max-width: 767px){
.single .td-page-wrap .td-grid-wrap{
padding-top: 10px !important;
}
}
About placing the code in the body you will have to to this for each template where you want to appear – page template that you use, post template, category… I think that what you done is the best solution.
Thanks!
Hi,
Please check this solution – https://forum.tagdiv.com/topic/disable-sidebar-on-mobile-and-tablet/
Thanks!
Also, I’ve added the custom CSS code for the mobile slider but it didn’t work.
Hi,
Because of size of the screen on mobiles the Big Grid cannot be displayed like on desktop so the small thumbnails of Big Grid will slide on mobile – http://screencast.com/t/piVuIr582Y – http://screencast.com/t/47GOYgr90jiI
Thanks!
Hi,
1. I couldn’t access your site – http://screencast.com/t/SQX5FSye6Z7
2. The slider arrows should look like this – http://screencast.com/t/DFsxiHbxax please check our demo here – http://demo.tagdiv.com/newspaper/ios-slider/ I need a link to take a look.
3. You can use custom css to decrease font size on article title only for mobile screen(use media queries) for example if you refer to IOS silder: http://screencast.com/t/yjtZ9FUj3eq
@media(max-width:500px) {
.iosSlider-col-2 .entry-title {
font-size: 13px;
}
.iosSlider-col-2 .td-module-meta-info {
font-size: 9px;
}
}
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this, you will need custom modifications to disable mobile version as the Newspaper theme was designed with an fixed grid layout, responsive as it is fluid and style for desktop/tables/mobile screens. You can edit the style.css file and try to remove the @media queries for phone or/and tablets.
Thanks!
Login form exists only as part of the “top bar”.
There is no such widget as there used to be
https://forum.tagdiv.com/how-to-use-the-log-in-window/
How can we provide your login form to the users? Top Bar does not show on mobile phones. What other way is there to provide a login form?
Hi,
I am using V6, i notice my top and bottom ad are not position wel. Problems comes on IOS/Safari … . Chrome and FF looks fine. Any fix?
example: https://www.dropbox.com/s/rit5rju9s2a5ey5/Schermafdruk%202015-06-18%2019.57.44.png?dl=0
Another problem i see is that cannot change the header color on a mobile device. It’s like always black … My logo issent lookin nice on a black bar 🙂
Thnx!
Hello, I’m wondering how could I achieve this. I want to have different ad groups for the mobile version of the site.