- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- NewspaperFilters and sorting for taxonomies
- NewspaperHow to Add a Logo in Newspaper
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspapertagDiv AMP Plugin Tutorial
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewspaperFont Customization
- NewspaperBackground Introduction
- NewspaperHeader ads
- NewspaperPost template ads
- NewspaperCustom ad spots
- NewspaperMain Menu
- NewspaperHow to Install Newspaper via FTP
Question 1: In mobile devices, the logo of the website PAKDEFENSE.COM
header merges in the dark background and barely visible. How could we
make it prominent in mobile devices without changing the header style
of the theme?
Question 2: The footer logo in mobile devices is too large than the
header logo. How could we make it somewhat smaller or look like the
header logo?
Question 2: The Instagram widget in the header is not showing any
images feed from the instagram account to the website of
PAKDEFENSE.COM. I’ve check all the parameters and there isn’t problem
there. What should I do to make the pictures visible in my website
header?
I already enable AMP plugin, insert adsense code in the AMP panel:
Two of my AMP pages were indexed in Google search. But when I view that pages using my mobile phone, I cannot view the ads.

Something is wrong with the AMP panel.
Please fix this problem. I read many issues here regarding adsense amp ads not working in Newspaper theme (with amp plugin enabled.).
Can you please check it and let me know it if you already fix it
Website: https://topbusinessfinance.com
Hello,
I have the theme installed on the dailyeyipantla.com site.
However, I have problems in the menu when viewing the site from a mobile device (smartphone).
The search button (right side) always works, but the left menu, which has the categories of the site, doesn’t always work, sometimes it opens, sometimes it doesn’t open.
What will it take… could you please help me…?
Thank you very much
Hi, I have purchased this theme. Though this is an excellent theme, I would like to ask a few questions:
1. The date on top bar is not showing on mobile. How can I show date on mobile?
2. Though I can customize block-fonts by td composer, but I don’t see any font customizing option when I add a block in widget section.
3. When I add a featured image renamed in a different language other than English, the image is not showing in the post or media library.
Thanks.
How to install it I cant found any link or file. Can you help me please?
Hi, I am using your responsive theme for mobile view, but when I want to see gallery I can slide it on arrow (left or right). Do you have options for touch (SLIDE WITH FINGER) to slide images?
Thanks!
As I do to put typography more of the content of the post on mobile devices, I use the mobile theme plugin
Thanks for your reply. I deactivated the mobile plugin and the website still shows the mobile theme. How can I show the responsive desktop theme instead of the mobile theme?
You cannot remove that, that is the theme functionality at the moment. The mobile menu will be loaded together with the page content and there is no possibility of removing it.
Hello,
The mobile theme shows content differently from the main theme. Please read this guide to learn more: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hi,
The mobile editor will be displayed only for pages, not posts
– https://www.screencast.com/t/lOlSSkSTO7it
It will be the last section in the page edit screen normally. As long as the mobile theme plugin is active it should be there. If there is a problem, it cold be a plugin conflict. Try as a quick test to deactivate all plugins except theme plugins, then check if the issue is solved.
Thanks
Hi,
The mobile theme plugin is optional, you can simply deactivate it. Then the same content you have on desktop will be displayed on mobile as well. The main theme is fully responsive in design so there will be no problem
– https://forum.tagdiv.com/the-mobile-theme/
The mobile theme is useful if you would like to display a different and lighter content for mobile users.
Thank you!
Hi,
The mobile theme has one predefined template for each page/post, this will be used by it. For example regardless of post template styles used on desktop, on mobile all posts will have a predefined mobile post template. This is meant to increase the performance of the website on mobile.
Pages will have to be created twice, once for desktop and once for mobile through the mobile editor.
This plugin is optional, if you want to display exactly the same content and templates from desktop, deactivate it. Then the default responsive website version will be used.
Thanks
Hello,
We have not tested tabbing through the site as this is not a standard user behavior. You cannot see anything when tabbing around except for the url at the bottom. The mobile menu is hidden from view and is not accessible otherwise. Please do not remove any code from the theme and ignore any tabbing issues as there is no implementation for ‘tabbing’ around. I will add this to our list and pass this info to our development team.
Thank you!
I preferred to disable the mobile theme, the site was not displayed correctly on both the mobile and the desktop.
I think there is an incompatibiule with Siteground’s supercacher, too bad.
Hi,
That is unusual, the mobile theme plugin is created specially for this theme, and should not create issues. Try deactivating all your other plugins, leave only theme plugins active and try again to create new pages.
Thanks
Hi, i have problem.
On my website in desktop mode my contact page is perfect, but on mobile theme is disappeared, why?
This is my website: https://www.pcusb.it
Thanks!!
Hi,
I’d installed the td-mobile plugin correctly but still mobile editor is not showing in the post are of my wordpress dashboard. Please tell me how to solve this issue??
Thansk
Hi, there is content on the homepage I would like for people to see with their phones. Not at the end of the page, above all content, under the header. How can I turn off the mobile theme? This is a deal breaker for me, I just purchased this theme and can’t use it if I am limited in this way. I need to be able to update the homepage content for mobile users!
Hi,
We’re rebuilding our newspaper’s site with the Newspaper theme, and we’re trying to utilize the MObile Theme but are having trouble. We’ve looked over the documentation countless times, and while it says there are ‘Templates’ that will display the content, we cannot find out how to access them/where they are. Essentially, we just need help using the Mobile Theme. We thought there would be a page builder or that you could just copy and paste the text version of the Desktop content to the Mobile Theme area at the bottom, but when we copy and paste, all of the post grids just show up as shortcodes.
Please help!
Hi,
I sent support an email with the site link and login details referencing these two issues below.
We are trying to make our site with version 8.6 of the plugin installed more accessible however, we are having the following issues:
1. When tabbing through the site using a keyboard, the navigation links for the mobile navigation which is non visible on the desktop shows up when tabbing. When we tried removing it via the file/code below, we encounter two issues:a) the header navigation styling on the page gets screwed up, b) the navigation does not work properly and the navigation on mobile devices is disabled(not the intention). Is there a fix you can recommend?
/wp-content/themes/Newspaper-child/parts/menu-mobile.php
<!– menu section –>
<div class=”td-mobile-content”>
<?php
wp_nav_menu(array(
‘theme_location’ => ‘header-menu’,
‘menu_class’=> ‘td-mobile-main-menu’,
‘fallback_cb’ => ‘td_wp_no_mobile_menu’,
‘link_after’ => ‘<i class=”td-icon-menu-right td-element-after”></i>’,
‘walker’ => new td_walker_mobile_menu()
));
//if no menu
function td_wp_no_mobile_menu() {
//this is the default menu
echo ‘<ul class=””>’;
echo ‘<li class=”menu-item-first”>Click here – to use the wp menu builder‘;
echo ‘‘;
}
?>
</div>
</div>
</div>
2. When tabbing through navigation on the top menu and header menu, nested links on the navigation are skipped when tabbing. Is there an issue with the tabindex for
Thanks and we appreciate your help with this.
The top menu is not displayed on mobile, it is not supposed to display. It could be made to appear when the mobile theme plugin is not active, if absolutely needed. It would require a code like the following in this case
– https://www.screencast.com/t/kIe6BhRbVTJ
This code can to be entered in Theme panel->Custom CSS section
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
text-align:center;
}}
Regarding the thumbnails, when stretching the rows with content the thumbnails will be stretched as well. That is why they appear like that. You can use Full big grids which use larger thumbnails
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
Or try experimenting with the new flex block in which you can select thumbnail size
– https://demo.tagdiv.com/newspaper/flex-block/
– https://www.screencast.com/t/KC4BVGaq
Thanks
Hi,
Rows have a default padding on mobile. You could try something like this. First set a custom class of your choosing for the row containing the counter (so other rows will not be affected)
– https://www.screencast.com/t/LmtoeTf4aL
Then use a code like this in Theme panel->Custom CSS it should work
– https://www.screencast.com/t/RBnVWVK6ce
.td-stretch-content .myclass {
width: 112%;
margin-left: -24px;
}
Since activating the tagdiv mobile plugin I’m unable to create new pages.
I get the following error:
“Are you sure you want to do this?”
I am able to edit old pages, however, I get the same error when saving them, although they actually save ok.
My System status is fine:
https://www.dropbox.com/s/46uebzagoasjrx2/chrome_2018-03-15_13-56-16.png?dl=0
The issue goes away as soon as I disable the tagdiv mobile theme.
Please help, it’s essential that I use the mobile theme so unfortunately I cannot deactivate it and use the standard responsive theme.
Thanks
