- 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
I have updated to WordPress 5.0 and Newspaper 9.2. After that few of my post are showing Article inline Ad and few are not showing article inline ad. This is happening only in the desktop version. I’m using a mobile theme for the mobile version and it is working properly there.
Links for your ref:
Link showing Ad : https://dheivegam.com/orange-fruit-benefits-tamil/
Link not showing Ad : https://dheivegam.com/2019-year-lucky-rasi-palan-tamil/
Hi,
I test again your website and indeed sometimes the infinite load do not work, is possible that some plugins to interfere with the theme.
Please make a test and disable all plugins that are non theme, clear all cache and try on mobile to see if the problem persist.
Let me know the results.
Thanks for your answer but with the suggested addition it still doesn’t work.
If someone has the same problem as me, can solve it like I did.
I fixed it by disabling the tagDiv Mobile Theme plug-in. It needs to be fixed.
Hi,
I am using the Newspaper 9 theme without the Mobile plugin.
The images are loading properly on the Desktop view, however they are not showing up on the mobile view.
Site: https://excellenceinstallation.com/storybook/
Thanks for your support in advance
Antano
Hi there,
I just activated the theme on my website. Everything works great apart from the mobile version, where the main featured image of the block “Big Grid Flex 2” is not displayed properly (only half the screen of our android phones).
Also, when clicking on the sandwich menu, there is a “connect/subscribe” option that shouldn’t be there and I don’t know how to get rid of it.
Please let me know.
Thanks a lot!
Hi,
Unfortunately you can not add widgets in mobile theme ( in this way the content can be load faster).
Sorry for the inconvenience.
Thank you for your understanding.
Hi, thanks for your answer.
I put code:
.td-big-grid-post-1,
.td-big-grid-post-2,
.td-big-grid-post-3
{
width: 100%!important;
margin-bottom: 3px !important;
margin-left: 0!important;
display: block !important;
}
.td-big-grid-slide {
height: 581px !important;
}
in advanced CSS for mobile in theme panel.
I delete your part of code “.td-big-grid-slide”
Now working fine ;-).
How can I get big picture for post-1 (first row), smaler for post-2 (second row) and two squere for post-3 and post-4 (third row)?
Like https://ibb.co/nFxLme (right picture).
I didn’t update theme to 9.2!
My site is tomislavcity.com.
Thank you!
Hy,
I have tested your website on mobile and the menu seems to work as expected without any issue! The theme does have any such an option that allows you to display the header image on the mobile theme, sorry! If you want to achieve something like this, you need to make some custom work and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Sorry for the delay, we try to reply in all topics as soon as possible, within the allocated support hours.
Also as a note, please try not to reply in your own topic multiple times, this will only delay the response from us. So for example this topic would have been among the first in priority without that last reply.
1. The cloud smart list templates display only the smart list itself, the post content element is or should not be present in the template
– https://www.screencast.com/t/PtSK5cwMYM
If you edit a smart list post template you can see that the post content is missing, only the smart list element is there.
So if the post contains other content besides the smart list, it will not be displayed. if that is the case, it would be better to use default post templates.
But that means that in order to display a block in the post page, after the content, you would have to maybe edit the post template files and enter it there, or in the content directly
– https://forum.tagdiv.com/topic/how-to-ad-block-under-the-post/
2. With no AMP and mobile theme plugin, the same smart list template from desktop will be displayed at all times and for all devices.
3. A code like this will do that – https://www.screencast.com/t/9qSmvpF4w
.td-smart-list-pagination .td-icon-right,
.td-smart-list-pagination .td-icon-left {
display: none;
}
4. Maybe like this, with CSS is easiest – https://www.screencast.com/t/6JPPg5La
.td-smart-list-pagination .td-smart-back {
display: none;
}
Thanks
Hi,
can I add a widget to activated mobile theme (https://forum.tagdiv.com/the-mobile-theme/), or it is not possible?
Thank you!
Hi!
I finally wanted to update my version: 7.6.1 of the theme as you recommended. I first updated the WordPress version and then I followed the instructions and tried both approaches: via backend and via ftp. In both cases it did not work out. Error message:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1048576 bytes) in /home/.sites/564/site1126821/web/wp-includes/class.wp-dependencies.php on line 209
I checked my server settings – there should be no problem there. I bought your theme a second time and used a later version. There I had no problems updating it.
I had to manually remove the theme on the server and then go back to a backup. I also got several alerts during the process about problems with the mobile theme. My guess is that it is the theme making troubles. Can you recommend how I may proceed.
Visual Composer
Another big problem is that the Visual Composer is not working anymore – it’s simply not on my sites since I updated to the latest Word Press Version. Any idea how I could fix that? Just deleting the Plugin and installing it manually from the latest version of the theme?
Thanks a lot!
Regards, Peter
Hi,
Indeed, the mobile theme plugin is included in the full theme package on themeforest (plugins folder)
– https://forum.tagdiv.com/whats-included/
If you have a problem on mobile, please provide a link to the website so we can take a look.
Thanks
Hi,
Seems I completely misunderstood everything, sorry about that.
The mobile menu will appear after all the page resources are loaded. While the page is still loading the menu will be unavailable. I don’t think there is a solution to speed this up by code.
The included mobile theme plugin is more optimized for mobiles, it will simplify the website and provide a noticeable improvement in terms of speed on mobile. Maybe make some tests with it and check the differences
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
If you want to hide the sidebar for mobile, you need to use a bit of CSS code for that. Use the code below and place it in Theme panel -> Custom CSS area.
@media(max-width:767px){
.td-pb-span4{
display:none!important;
}
}
You can translate this string from Translation Section from Theme panel -> https://www.screencast.com/t/4gh3DYh8sL
Thanks for your understanding!
Hello,
I am running WordPress 4.1 for multiple sites. I installed the Newspaper theme and its included plugins:
tagDiv Cloud Library
tagDiv Composer
tagDiv Mobile Theme
tagDiv Newsletter
tagDiv Social Counter
tagDiv Speed Booster
When I activate tagDiv AMP, I get this error message:
PHP Fatal error: Call to undefined function wp_parse_url() in /usr/share/wordpress/wp-content/plugins/td-amp/includes/amp-helper-functions.php on line 35
So I removed it.
Then I tried to activate the theme, I get:
PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php on line 1385
My memory limit is at 256MB so I tried commenting those lines in td_util.php:
foreach ( td_fonts::$font_names_google_list as $font_id => $font_name ) {
$list[$font_id] = $font_name;
}
if ( $flip ) {
$list = array_flip( $list );
}
I am able to get to the “You are previewing Newspaper” sidebar with a blank page and the following message in the logs:
PHP Warning: Illegal offset type in /usr/share/wordpress/wp-includes/widgets.php on line 560
[…37 times…]
PHP Warning: Cannot modify header information – headers already sent by (output started at /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:974) in /usr/share/wordpress/wp-includes/option.php on line 748
PHP Warning: Cannot modify header information – headers already sent by (output started at /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_util.php:974) in /usr/share/wordpress/wp-includes/option.php on line 749
PHP Fatal error: Call to undefined function wp_scripts() in /usr/share/wordpress/wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php on line 528
I am wondering if I got the right version of Newspaper for WP 4.1. What am I missing?
Thanks!
Maxime
1. After updating to WordPress 5, “Latest Posts” can not be changed.
2. How do I add advertisements between articles, on category pages, and tag pages?
3. How can I add an advertisement underneath the pagination?
4. Images are not appearing on the website. I have used the Regenerate thumbnails but, this is still not working.
5. After I install the Mobile Theme plugin, it appears for all users including desktop users. The grid also is also not being displayed.
Also is there a way to make the header image display on the mobile theme?
Hello,
I have been working for a long time on the optimization of my web pages, trying new things, looking at every corner, installing and uninstalling….
Finally, I got a good optimization, thanks to my work and the help of the tagDiv team (I made many queries here).
I have created a complete tutorial, explained step by step, so that all of you can optimize your web pages too (FREE TUTORIAL).
It’s written in Spanish, but if you’re interested, you can use the Chrome browser to read it in English. The Chrome browser automatically translates texts (right click – translate).
I’ve invested a lot of time in this. I hope you like it.
https://beseomyfriend.com/optimizar-newspaper-pagespeed/
Newspaper theme optimization helps to have a higher loading speed, mainly on mobile devices.
This is very good for improving the user experience and reducing the percentage of rebound. Speed is a key factor in SEO, because Google values it more and more.
Here I also leave an example of optimization, even using Adsense blocks:


Do you Want to see your current score? Use Google PageSpeed Insights (free)
https://developers.google.com/speed/pagespeed/insights/?hl=es
Hi. The post sharing buttons on my site seem to be disappearing in my single posts in the latest version of the theme when viewed on mobile. Not sure why and the problem appears on chrome and firefox.
Not sure why, but saw a notification that Mobile Theme wasn’t compatible with the 9.2 version, have to remove the current one I have (from 9.1) and update it using the one included on the 9.2 package.
Make sure you have updated the theme to the latest version 9.2. Then go to Newspaper>Plugins section in your WP dashboard and update the mobile plugin (and other td plugins) from there.
Hi,
I’ve got a problem with my mobile theme. When you click on the menu, it doesn’t display anything (instead it just has the text “click here to use the wp menu builder”). Also the theme doesn’t look the way it does when I customise the page- the featured and latest posts are shown like intended, but the other content from the sidebar (which should be at the bottom?) aren’t there at all. When I customise the page and look at the mobile view, they are there. Thanks.
Hi,
If we wanted to have any sub menu items showing by default in the mobile view (so the
- list appears expanded), what would be the best / cleanest way of achieving this in a child theme?
Thanks!
P.S it would be nice if this could be an option within Theme Panel…for smaller sites it would be great.
Hello Sir,
Thanks for the response. But here I am talking about mobile menu speed. After pressing menu bar, theme style sheet gets contract and then menu appears. There is some delay. Please give me solution.
- Download from Envato new version of Newspaper;
- Extract from archive file td-mobile-plugin.zip;
- Go to WP Plugins panel and delete tagDiv Mobile Theme;
- Upload and install new version of plugin extracted eariler.