- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperThe Mobile Theme
- NewspaperModules Builder in Newspaper Theme
- NewspaperNewspaper theme documentation
- NewsmagTheme colors introduction
- NewspaperTheme Colors Introduction
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiUsing the Theme API in plugins
- 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
- NewspaperBest Of Forums
- NewspaperCache plugin – install and configure
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
Please send me link to download the mobile theme for newspaper 9. I´ve updated newspaper and my website mobile version is crashed. Cannot find the download link for the plugin!
ok so now i have added it, it says ;
“PLUGINS DISABLED AUTOMATICALLY
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Mobile Theme”
any advice?
I am not sure if the problem has to do with the translation update (Swedish), but I went to the Translation section tn the theme panel. Opened some options, but did not save anything. Suddenly the feataured images came back on my desktop but not on my mobile device. This is getting more and more suspicipous.
Hi Simion,
Than’s for the reply.
1- Solution 1 with cloud library messed up all the formatting of my article ( i used smart list template 4) + the 2 ads disappeared. So I’m considering the solution 2
2- Deactivating the AMP plugin (I will redirect the ancient AMP pages with an Htaccess for google seo) , and NOT using the Mobile Theme. Does that configuration force the back/next buton to appear on both Desktop and Mobile and tablette? (using the smartlist number6)
3- How can I remove the sign “>” and “<” from the back/next button? … to show only “Next” or “Back” without the signs?
4- last question: Is there a way to remove the “back button” completely?
Sure we can hide it with css color White on White, but can we remove it all togheter?
Your code for changing the button on pages 3, 4, 5 .. is working great. Thank’s!
Hi,
So you want to change the colors of the close icon and social icons from what I understand
– https://www.screencast.com/t/nXG33E7j0GP
I could give you some CSS for that, for example
– https://www.screencast.com/t/5ndKEYPQzSGL
.td-mobile-close .td-icon-close-mobile {
color: yellow;
}
#td-mobile-nav .td-social-icon-wrap i {
color: blue;
}
Change the colors as you wish, then enter the code in the Custom CSS section of the theme panel.
Thanks
Hi,
That happens because the mobile them has it’s own stylesheet and fixed values
– https://www.screencast.com/t/WBGH4CAucxA
It has no font settings where this could be changed, so this could only be modified in the mobile stylesheet directly or with CSS.
There would be a solution to this, it will require a cloud template and deactivated mobile theme plugin. Using cloud post templates font sizes for the post title can be set per device, so for example
– https://www.screencast.com/t/wCxG3jG9
– https://www.screencast.com/t/oYMM5mnc2
Thanks
Hi,
Please follow the steps from this documentation: -> https://forum.tagdiv.com/the-mobile-theme/
You get the plugin from themeforest ( get the theme with all files ).
Thank you for your understanding.
Hi,
Deactivate and delete the mobile theme plugin you currently have installed (old plugin).
Then install it from the new theme package
– https://www.screencast.com/t/er3iyfpjDch
The mobile theme plugin has to be updated manually after a theme update.
Thanks
Hi,
Unfortunately you can not have tow templates for smart list, one for desktop and one for mobile theme.
Also the grid from the mobile the can not be change, sorry.
Sorry for the inconvenience.
Thank you for your understanding.
Hi there,
I’m getting the error “Plugin not activated. A higher version of tagDiv AMP is needed for this theme. Please update the plugin.”
I just installed 9.1 on my website though and am noticing there’s no longer a mobile site layout, and I can’t seem to get AMP to work.
I am trying to add the mobile theme to my site however when I follow the instruction to find the download (the instruction seems to relate to newspaper8), it is not present on Newspaper 9. I am sure it is a simple fix, can anybody advise where the download is
After updating thema and the wordpress version, the plugin tagDiv Mobile Theme apresents this problem:
PLUGINS DISABLED AUTOMATICALLY
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Mobile Theme
For update please check our Plugins update guide
Hello, i want to change smartlist style in Mobile Theme, can i change it? How?
Btw, i want to change it to smartlist style 2.
And how to change category “top grid – displays 3 posts” in Mobile Theme?
Thanks
Hi,
Please read our documentation about mobile theme.
-> https://forum.tagdiv.com/the-mobile-theme/
Thank you.
Hei, I am having an issue on my site. Page Content not displaying on mobile theme. Site link https://www.toonsmag.com/about/
Hi,
Then please add the below css for the mobile in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td_block_big_grid_4 .td-big-grid-post {
width: 100%!important;
}
}
Thanks.
Hello team,
I just received the new theme update to version 9.2, I was currently using 9.0.1.
I think it’s a very good update, thank you for your work. This is now ready for the next update of WP 5 and the new editor Gut.
However, I am an optimization freak (you already know it, because I am very heavy asking many questions constantly).
And I have done some tests with Newspaper 9.2 and I have noticed a loss of points. So I removed all the cache and generated a new preload. But the score is the same, a little low compared to the previous version (9.0.1).
So I’ve restored a backup and I’m back to version 9.0.1, I did tests again, and the score is better, no doubt.
Add, that by upgrading to 9.2 I have also upgraded the plugins (amp, td-mobile, etc…). But the result in score, is a little lower than I expected.

https://fotos.subefotos.com/8f4a46774746687f81dbc547c9ac65cbo.jpg
I don’t want to be a nuisance, I really appreciate your work. But is it possible that something is failing?
Cheers
Hi,
Please add this custom css in Newspaper>Theme panel>Mobile theme >Custom code section css
body{
background-color: #fff;
}
https://www.screencast.com/t/7Ch0kh6VGtnQ
https://www.screencast.com/t/J183Ji2w5
Thank you.
Hi!
How to change the background color on the mobile theme back to white? It was white before but has change into grey, both on the front page and the posts. Have changed theme colors. Images here: https://imgur.com/a/oAOPQYH
Thanks a lot!
Hi,
If I understand correctly you want to achieve this https://www.screencast.com/t/dIpe5itHR
Please paste the css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
z-index: 999;
}
.header-search-wrap {
left: 0;
}
}
This will work only if you do not have mobile theme activate.
If you are using the mobile theme please add this custom code in Newspaper>theme panel>Mobile theme > Custom code
#td-top-mobile-toggle {
position: absolute;
top: 0;
right: 0;
}
.td-search-icon{
left: 0;
}
https://www.screencast.com/t/43KvG19wb
Thank you.
Hi,
Thank you very much for your appreciation, we try our best.
1. So you want to add a block to display posts, after the post content. The only way of doing that would be to use a cloud post template, these can be built with the tagDiv composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can see all the available cloud post templates at the moment, preview and even edit them
– https://affiliate.tagdiv.com/#/load/Single
More templates will be added in the next theme updates. If the post contains a smart list, use a smart list template (designed by us or create your own with the blank template). This way a block can be added after the smart list.
2. Smart lists will be displayed in AMP, but not with next/prev buttons. The list elements will appear one after the other. If AMP is disabled and the mobile theme is active there will be next/prev buttons on mobile.
The mobile theme plugin and our AMP plugin can be active at the same time. The AMP version will be accessed by users only through Google search results page, others will receive the mobile theme version.
3. There could be a way for that. There will be a class on the body with the number of the slide in the smart list
– https://www.screencast.com/t/rtzHNzQyrviK
So you could do something like this – https://www.screencast.com/t/ZWNNGPcu
Code used in example here, multiply it as needed
.paged-2 .td-smart-list-button {
color:red;
}
Let me know if you have more questions.
Thanks
Hello, I have been using the newspaper theme for a few months now. We continue to fill in our website ongoing, however, recently we have had some issues with the mobile version.
1.) At random, the website will switch from mobile to the responsive version of the website. When this happens no one is working on the website, it’s just random. so I will go to plugins and deactivate and then re-activate the TD Mobile plugin. (The plugin is always active, but deactivating and reactivating will fix the mobile version, but only temporarily. Eventually on its own the mobile version will stop working. Please help
2.) additionally, at times and on certain computers the mobile version of the website will show on desktops
These issues seem related. Please help me find a solution once and for all
Thank you
Hi,
First, Congrats for this awsome Newspaper theme.
Fantastic!
This support forum was also very helpful for tweaking it.
here’s my problem:
1- I can’t figure out how to add a block 3colons*3lines for my best articles after an article “smartlist6”.
see image

Please can you help?
2- Does Next/Back button appear the same in mobile devices?
I noticed the amp version of my article doesn’t work: ie it doesn’t show the back/next button
Should I de-activate the Amp Newspaper plugin to make it work on mobiles?
What is the cost of de-activating the Amp plugin? (speed? seo? )
For info : here is my modified smartlist6 file
—-
<?php
class td_smart_list_6 extends td_smart_list {
protected $use_pagination = true; // set this to true to use rela pagination on this template
protected function render_before_list_wrap() {
if(td_global::$cur_single_template_sidebar_pos == ‘no_sidebar’) {
$td_class_nr_of_columns = ‘ td-3-columns ‘;
} else {
$td_class_nr_of_columns = ‘ td-2-columns ‘;
}
$buffy = ”;
//wrapper with id for smart list wrapper type 2
$buffy .= ‘<div class=”td_smart_list_6’ . $td_class_nr_of_columns . ‘”>’;
return $buffy;
}
protected function render_list_item($item_array, $current_item_id, $current_item_number, $total_items_number) {
//print_r($item_array);
$buffy = ”;
//creating each slide
$buffy .= ‘<div class=”td-item”>’;
$buffy .= ‘<div class=”td-number-and-title”><h2><span class=”td-sml-current-item-nr”>’ . $current_item_number. ‘</span><span class=”td-sml-current-item-title”>’ . $item_array[‘title’] . ‘</span></h2></div>’;
// 2nd ad smart list 6 Modif LJMI 1/12/2018
$buffy .= do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘);
//get image info
$first_img_all_info = td_util::attachment_get_full_info($item_array[‘first_img_id’]);
//get image link target
$first_img_link_target = $item_array[‘first_img_link_target’];
//image caption
$first_img_caption = $item_array[‘first_img_caption’];
//image type and width – used to retrieve retina image
$image_type = ‘td_696x0’;
$image_width = ‘696’;
if(td_global::$cur_single_template_sidebar_pos == ‘no_sidebar’) {
$first_img_info = wp_get_attachment_image_src($item_array[‘first_img_id’], ‘td_1068x0’);
//change image type and width – used to retrieve retina image
$image_type = ‘td_1068x0’;
$image_width = ‘1068’;
} else {
$first_img_info = wp_get_attachment_image_src($item_array[‘first_img_id’], ‘td_696x0’);
}
if (!empty($first_img_info[0])) {
//retina image
$srcset_sizes = td_util::get_srcset_sizes($item_array[‘first_img_id’], $image_type, $image_width, $first_img_info[0]);
// class used by magnific popup
$smart_list_lightbox = ” td-lightbox-enabled”;
// if a custom link is set use it
if (!empty($item_array[‘first_img_link’]) && $first_img_all_info[‘src’] != $item_array[‘first_img_link’]) {
$first_img_all_info[‘src’] = $item_array[‘first_img_link’];
// remove the magnific popup class for custom links
$smart_list_lightbox = “”;
}
$buffy .= ‘
<figure class=”td-slide-smart-list-figure td-slide-smart-list-6’ . $smart_list_lightbox . ‘”>
</figure>
<figcaption class=”td-sml-caption”><div>’ . $first_img_caption . ‘</div></figcaption>
‘;
}
$tds_smart_list_6_title = td_util::get_option(‘tds_smart_list_6_title’);
//adding description
if(!empty($item_array[‘description’])) {
$buffy .= ‘<span class=”td-sml-description”>’ . $item_array[‘description’] . ‘</span>’;
}
// ad smart list 6 Modif LJMI30/11/2018 inversed text and Image
$buffy .= td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘smart_list_6’, ‘spot_title’ => $tds_smart_list_6_title));
$buffy .= ‘</div>’;
// render the pagination
$buffy .= $this->callback_render_pagination();
//$buffy .= $this->callback_render_drop_down_pagination();
return $buffy;
}
protected function render_after_list_wrap() {
$buffy = ”;
$buffy .= ‘</div>’; // /.td_smart_list_6 wrapper with id
return $buffy;
}
}
——-
Hello @Dev_wp
For Accessibility issues with mobile theme in Lighthouse, go to mobile/parts/header-menu.php
Add button or anything else before /i>/a>
Screenshot:
https://drive.google.com/file/d/1FjCz9Z5IeOiPaIVVV2Q_nfimELltiDj2/view
-
This reply was modified 7 years by
Fikri Zaky.
-
This reply was modified 7 years by
Fikri Zaky.
-
This reply was modified 7 years by
Fikri Zaky.
Hi,
If you have the mobile theme activate you need to build new pages for mobile, in mobile editor, https://www.screencast.com/t/wvTdtL26Iihv , this is because in order to increase the load speed on mobile you are not allowed to use builders/composers, just the classic editor.
Please follow our documentation for The Mobile Theme carefully -> https://forum.tagdiv.com/the-mobile-theme/
Thanks.