- 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
- NewspaperNewspaper theme documentation
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperTheme Colors Introduction
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
Hi,
Please read this guide to learn about the mobile theme and what it offers (and what it;s limits are): https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
1) The child theme needs to be re-created as well when switcvhing to newspaper 7. Please use the one provided with our theme and make sure you clear all caches whether it’s from a plugin, hosting or cdn as we have seen many reports of this double menu being caused by the old style.css from newspaper 6 being fed from cache.
2) The new mobile menu colors can be customized from here: http://screencast.com/t/VVbRzHbL0C
Note that if you use the new mobile theme, colors or other settings are done exclusively from the new mobile theme options panel here: http://screencast.com/t/J4qUVyUFVd3
As for the thick line, I tested our mobile theme on many devices that use ios but I could not find any lines. Please also test our demo on your device:
http://demo.tagdiv.com/newspaper/
Thank you!
Hi,
The mobile theme has a different header.php so if you use the plugin you will have to add the code in the mobile header.php as well: http://screencast.com/t/GtiJYKb2XVB
I’ve tested this and it works as expected.
Thanks.
Hi
The theme is tested and works fine with this browsers: http://screencast.com/t/vZR0udhd Also on our side we test it wit Chrome and Firefox, not with phone’s default browser. We did not tested the default browser of Samsung and we can’t provide a solution at the moment, sorry. Tryu using one of the tested browser as they should work fine on mobiles.
Thanks!
Hi,
The mobile theme will show your about text in the footer section. There is no option to add extra elements for it. if you want a custom footer, we recommend not using the mobile theme, or if you know your way around coding, you can add custom code to this file: http://screencast.com/t/bUu2q1Hj
As for the line, that is added by the demo you install. The default demo will add the line but other demos have different layouts for block titles. Unfortunately there is no setting to chose one or the other on different demos installed.
Thank you!
Hi,
Ads do not show when you use the mobile theme and did not place ads in the mobile theme settings. Please read this guide to learn more about the mobile theme: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello, the mobile version of my website is not complete. Not appear the highlights, as it appears on the inside pages (categories). What happens?
Site: http://www.processamentodigital.com.br
thanks
Mateus Pinto
Hi, thanks for your quick response.
After 6 days we already have dozens of complaints. All users with a Samsung device 😉
The problem occurs on all kind of Samsung devices. We tested it with real phones (see schreenshot: http://www.screencast.com/t/3RnfqtrO). Firefox and Chrome are doing well. But the default browser of Samsung not. During loading the page it seems to be going well. When the browser is finished loading, the blue background screen of the mobile menu appears without the menu-options. It also happened to the demo site http://www.screencast.com/t/n3by58BHN.
What have we done:
– Internet history removed
– CloudFlare disabled
– All cache disabled
– Theme reinstalled
– Server reboot
– Custom code removed
– Ads removed
– Mobile logo removed
All these actions had no effect. The blue screen again returns. Hopefully you can do anything with this information.
it’s doing it on all page.. i want to move on with my life but posting on mobile is a hassle.
only 1 image on post but it’s getting 2. if you post a lot on facebook you’ll understand what im talking about. the main reason why i want that out is because thousands of people are sharing our links and i don’t want them to be sharing it like that. it decrease the reach
Facebook will do this sometimes if there is more than one image; such as an optimized version being served for mobile, or a version converted by mod_pagespeed to webp format, or a background image and a featured image in post. Just pick one and move on with your life 🙂
Hello!
I use on my site “Block 11” to display my last posts. I set 5 posts to show in the list and, after that, load more button. But I would like to increase the number of posts for 10 only on mobile. Is it possible?
My site is http://www.netflu.com.br.
Thanks in advance!
Rafael
Hello! Just updated to the latest version (from 6 > 7). Most things seems to be working fine except from the Child Theme.
1. If i upload the child theme as it is (with only style.css and functions.php) the site gets an extra menu (just like in this post) and I get a double logo + some more small issues. Have tried disabeling my plugins to check if any of them is causing the issue, but it seems weird since no files are actually changed. Only thing happened is the child theme being loaded.
2. I was also wondering about the new mobile-menu. Is there any way to change the colors or anything with it? I also have an issue when using iOS that the X up in the right corner gets a thick white line behind it (imagine a .gif or .png image that is supposed to be transparent but isnt).
Hi,
I cannot find the possibility to change color of address bar in mobile browser which is usually done by
<meta name=”theme-color” content=”#…”>
I used to do it by modifying header.php, but it doesn’t work after I migrated to tagDiv mobile plugin.
Yes, I know there is “THEME COLORS” in panel but nothing influences this setting, does it? Or is there some simple way to achieve colored address bar?
thanks!
jiri
Hello Newspaper community.
For whatever reason my ads are not showing up on my mobile site. I was wondering what I was doing wrong.
Thanks for the help
Dear All
I can see google ads only after sign in / sign up into my website. both on desktop and mobile.
Do you know why?
I want my customer can see advertisement even without logging in.
Could you please help me?
Thanks and Regards
Antonio
Hi
Unfortunately the theme does not have a share counter and there is not an easy way of doing this. You could try a plugin with a similar functionality but we din’t made any tests and I can’t say how or if they will work with our theme.
You could use this css to display SHARE on mobiles: http://screencast.com/t/glvG5KZCafNB
@media (max-width: 767px){
.td-post-share-title {
display: inline-block;
}
}
Hope this helps.
Thanks!
Hi
1. Make sure that your using V 3.2 of Social Counter, clear all caches then test again.
2. The theme was not designed to hide the sidebar on mobile, however you can achieve that using media queries and css code.
3. The theme was not designed to support rtl style and we can’t offer support for layouts miscommunication caused by this style. You will have to adapt theme’s layout to rtl style by yourself as we’re not available for custom work.
Thanks!
Hi,
There is no setting to activate it on mobile, but you can use this css:
@media (max-width: 767px){
.td-scroll-up {
display: block!important;
}
Thank you!
Hi,
I have checked your site on mobile and the logo seems fine at the moment. Please let us know if you still have trouble with this.
Thanks.
Hi,
The pages on the mobile theme will not show anything if you do not create a mobile version for the page. That is why there is a second page editor in the back-end. if nothing is created with the mobile editor, nothing is shown. Please use this guide: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Thanks for the reply.
The thing is I have no custom css yet. JUst been using the theme panel settings and visual composer. So what do i do? It’s the black area on the mobile that really annoys me
Hi,
Please read this guide on the mobile theme to learn about what it does and it’s features: https://forum.tagdiv.com/the-mobile-theme/
If you do not want to use it you can always disable the plugin and use the standard responsive version of your site.
Thank you!
Hi,
But did you clear the cache after disabling the plugins? If you use caching the plugin code is still cached so the conflict is still present. Please follow this topic: https://forum.tagdiv.com/topic/mobile-theme-activation-error/
Thank you!
Hello all,
Unfortunately, our theme does not have such an option that give you a way to change the functionality for Big Grid in mobile theme, sorry! Please notice that the default sorting for Big Grid feature for Mobile Theme is Featured (the Big Grid will display you only the posts which are set in the Featured category).
The Featured category is a special category which is created by default by the WordPress and it is hidden -> http://screencast.com/t/tUOl2C7TVwcf Also, please notice that if you want to change the sorting for this, to be another sorting, you will have to alter the code from the core file where is created this type of feature, like this -> http://screencast.com/t/gTg5xwiqbnNC After this Big Grid, the mobile theme will bring you the latest articles. The mobile theme was intent to display a very simple version of the page. At the moment, you can add only text, images.
Please notice that this is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
So, if you are unhappy with mobile theme, please notice that you can disable it (turn off the mobile plugin) and then the theme will be switched to the normal responsiveness mode.
Thanks for your understanding!
Hi,
The mobile theme offers 2 new menu options so you can change the menus for mobile from here: http://screencast.com/t/hNRDEuzKVk
If your pages are not created in the mobile editor, then there will be nothing to show. Please read this guide to learn how the mobile theme displays content: https://forum.tagdiv.com/the-mobile-theme/
Thank you!