- 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
Okay I deactivated WP bakery and left only TD composer is active composer now but it is still appearing the same on mobile page. Should I write something on CSS section to make change?
Hello mirsva,
If you want to the same layout of your pages on mobile devices, you should not use the Mobile Theme plugin. If you disable this, the theme will automatically be switched to the general responsive layout. If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
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 🙂
I did what you said , it’s true that the error code has gone but I still have the same problem, when accessing the site from a mobile , it changes the theme to mobile theme on the desktop.
should I deactivate mobile plugin ?
thx
Hello,
Please deactivate and delete all of the theme plugins (the ones starting with TD) and install them again from the latest theme package you download from Envato.
The plugins must be updated as well. I saw that you are using the Mobile Theme. So, please check the Mobile Editor and please remove all the code from there, clear all the caches and check the results.
Thanks for your understanding!
Hello paperweight,
Please notice that AMP is important because it helps web pages load faster which potentially improves usability and convinces visitors to stay longer on your site engaging with your content. The logic is straightforward: faster load time leads to better engagement, which reduces bounce rate and improves mobile ranking. It’s an optional plugin!
Also, for a better understanding regarding on AMP plugin, please check here -> https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/
Thanks for the message!
Hi,
The mobile theme front page will display a top grid which will show posts that you include in the Featured category
– https://forum.tagdiv.com/featured-posts-2/
At the bottom there will be a paginated section displaying all your latest posts, sorted by publish date. There are no settings that would allow you to exclude a category from there.
You could try the solution from this topic if that is what you want to do
– https://forum.tagdiv.com/topic/latest-article-mobil-theme/
Thanks
Hello,
I newly installed theme. Also installed tagDiv Mobile Theme. Imported completely theme “Newspaper”.
In result I have mobile main page differences with compare of your demo:
my: http://www.fintechtobank.com (like described here: https://forum.tagdiv.com/the-mobile-theme/)
yours: https://demo.tagdiv.com/newspaper/ (same as PC main page)
Generally I would like to have same main page content structure as in your demo. How to setup this?
Thank you in advance
Hello,
Please turn on the mobile theme on your website so I can take a closer look at it because I saw that’s disabled at the moment. I have tested on my website and it seems to work as expected on the mobile theme.
Thanks for the message!
Hi,
The content for mobile pages can only be edited in the mobile editor. When the plugin is active you will have to create two versions of each page. One with the page builder or in any way possible, and one as mentioned above. It will have to be done manually, in the page edit screen (backend).
There was an issue like you describe when the page was updated, empty spaces would appear in lists for example. This is fixed in the latest theme and composer version.
Thanks
Hello,
I have a problem with the mobile version of my site. When using the back button, it redirects to a malicious spammy webpage.
This only happens with the mobile site, and not the desktop version. Numerous people have checked the issue, and it happens consistently for every user.
I’ve been trying to find the problem, and my server hosts checked the database and found it to be clean.
They then just sent me this message, suggesting that the problem is somewhere in the newspaper theme files:
“Hello again,
Thank you for providing the credentials. I properly cleared the WP Rocket cache and installed one of the WordPress core themes, “Twenty Seventeen”. I activated this and I found that the site no longer redirected on mobile. After switching back to the Newspaper theme, the redirect came back. This suggests that the problem is part of the Newspaper theme. I am unfamiliar with this theme, but I would recommend removing the theme and reinstalling it from a known clean copy if possible. Additionally, I recommend your developer review the theme files for any obfuscated content or functions that would be causing the redirection.”
Please can you help? Have you heard of this kind of redirect problem before?
Thanks
Im using the mobile plugin for the theme and would like to know how I can increase the font size to at least 16 for Mobile post content.
Hi, I think I just found why, this happens right after someone tries to access the website through a mobile’s browser.
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.
I have two categories “English and Telugu” When I activating Mobile theme it displaying English and Telugu categories news, But I want to display only English Category news in front page how can I do this…..
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
PS. I apologize, I just found how to change this under Header Style – Mobile Logo. Much thanks. Sorry for the inconvenience.
My logo shows on laptop and desktop devices in the header on the home page. But when I view it on a mobile device, it still shows the sample “Lifestyle Magazine” logo that came with the theme. How can I change that? Thanks so much.
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.
This is the site: mtb-vco.com. At the moment I’ve disabled the mobile theme.
Hello, I’ve attivated the tagdiv mobile theme but at the bottom of articles doesn’t appear the Facebook like button, despite I’ve attivated this button on theme panel and it appears in desktop theme.
Hello Tagdiv,
Please add support to add content directly to the mobile editor from the tagdiv composer. When the content is added to the mobile editor from inside the tagdiv composer using the page settings, it is not reflected in the mobile version (Using Mobile Plugin). So every time I have to go in the normal mode to update the mobile content. When doing so, the main content is getting some compatibility error. After updating the mobile content again, I have to edit the content in the tagdiv composer to make it compatible again. This also creates empty spaces when the ul li tags are used. Whenever I edit the mobile content, I have to make the main content compatible by editing it again in TC. Please give a fix.
Thanks
hi , same problem is back .
check this
