- NewsmagTheme colors introduction
- NewsmagSmart list ads
- NewsmagIntroduction
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagHeader ads
- NewsmagSmart sidebar
- NewsmagSharing buttons
- NewsmagCategory tag on modules/blocks
- NewsmagBackground introduction
Hi,
That is because you are using the mobile theme plugin and before you was using the responsive mobile version of Newspaper theme ( not the mobile theme plugin ).
If you want to use the mobile theme with amp, but you need to have the desktop design you can use the “AMP” option from Newspaper>Theme panel>Mobile theme>Mobile settings
-> https://www.screencast.com/t/CEVSensTM6
Thank you!
Hello,
So I’m using the recent theme (Newspaper 9.5) and check with pagespeed.
My score is 44 (mobile) and 67 for (desktop). Is this normal? I remember having 85 mobile and 90 desktop last summer.
I am using the mobile plugin as it helps with the speed but in this case, no.
What’s your pagespeed score?
Hi, wonderful theme. I’ve tried the CSS in a previous thread to remove the descriptions on mobile only – didn’t manage to get that to work, can you suggest an alternative? Thanks!
Hi,
I have only responsive theme, not mobile plugin. I noticed that on mobile I don’t see menu. Why?
For those of you using AO and seeing the following amp error from Google:
The mandatory tag \'head > style[amp-boilerplate]\' is missing or incorrect.
A simple fix is to edit:
/wp-content/themes/Newspaper/mobile/header-amp.php
Replace:
<html <?php language_attributes(); ?>>
With:
<html <?php language_attributes(); ?> amp>
Hi all,
I have a problem with Auto Adsense AMP.
In the theme panel>analitics/js code>HEADER SCRIPT CODE> I set:
<script async custom-element=”amp-auto-ads”
src=”https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js”>
</script>
And in Mobile Theme>Amp ADS> I set:
<amp-auto-ads type=”adsense”
data-ad-client=”ca-pub-8896055058924995″>
</amp-auto-ads>
But the adsense auto amp doesn’t work.
Why?
thank you so much
David
Hi there,
How can I set an homepage for mobile if I use the mobile plugin of the theme?
Now in mobile homepage I see only latest articles, but I want to show grid, etc.
Thank you so much
Hi there,
I would like to know if there’s a code or a way to exclude ads inserted via theme options in a specific category and its related posts.
I asked because Adsense doesn’t want its ads in certain categories of my site like sexual health and I need to deactivated them only in that category and post related.
I usually do this on Sahifa with plugin AdSense Integration WP QUADS but I opened an other topic above because this plugin doesn’t work well on Newspaper. Ads go over other ads and over text on mobile phone.
Thank you for your precious help.
Hi there,
I just installed Newspaper. I had Sahifa before. I have an issue with all plugin ads that insert ads in the post such as AdSense Integration WP QUADS and Quick Adsense. The issue is from mobile phone and with responsive and native Ads. When I rotate the screen, ads go over other ads and over post text. It happens from iPhone, Huawei and different browsers and phone. Adsense notifies me that this a violation of their rules and signal me a lot of invalid clic and traffic because ads go over text post and confuse readers.
How can I fix this issue? Thank.
I attach some screenshot of issues.
https://ibb.co/h9kqrbj
https://ibb.co/QrFhMxm
https://ibb.co/PYmNYTK
This issue doesn’t happen when I use Theme options ads but I need to use plugin to exclude ads from certain categories post that Adsense doesn’t like and to insert more ads in post.
Thank you so much for your help
Hi Calin,
I did everything you told me and did what was written in the articles you indicated to me, but the 404 errors are still there.
All posts have the same three 404 errors after the last update of the theme. And only for the mobile version. For example:
https://thekeenet.com/enable-launcher-android/%7B%7Btd_query_all_results
https://thekeenet.com/enable-launcher-android/%7B%7Bpost_url
https://thekeenet.com/enable-launcher-android/%7B%7Bpost_cat_link
Kinds Regards
Francesca
FIRST: This is the second time I’ve updated the theme to latest and twice have had to roll it back out of disappointment with the limitations.
Do I have to use the mobile theme to use the new AMP?
I don’t want to use the Mobile theme on the homepage because I don’t like the way it limits the design
How can I keep my homepage design and still have mobile theme?
When I did upgrade and activated the mobile theme, my single posts still looked like the Cloud template design that I want, but the homepage offers few options for design.
SECOND – When updated to the new version my menus setting didn’t work on Mobile and when I clicked the menu it wanted me to sign in and asked that I “Click here use WP Menu builder”
>>>In the mobile theme, you can provide some useful screenshots with the error and your website URL so I will be able to provide a more accurate response.
URL: https://dharmadispatch.in.
Please see the screenshot explaining the error.
<!– copy and paste. Modify height and width if desired. –> 
-
This reply was modified 7 years by
bdeepu.
This theme was really good before the “AMP plugin integration” to the mobile theme, now the number of issues are growing
– TONS of error alerts from the Google Search Console
– Adsense earnings dropped (probably due to the previous issue)
– Mobile Google Analytics issues
– Problems with the speed of the site
– We are unable to use critical plugins like DISQUS in AMP
And now this: My database is being spammed very hardly by AMP plugin. It’s creating an enormous number of transients in wp_options table.
I believe my site might even crash soon because of this issue. Why a proper mobile implementation is NOT critical for Tagdiv if 60% of our traffic is mobile?.
i want to add this code
<?php if(td_util::is_amp()){
<amp-facebook-comments
width=”552″
height=”310″
layout=”responsive”
data-numposts=”5″
data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>”>
</amp-facebook-comments> }
else{
<div class=”fb-comments” data-href=”<?php echo get_permalink($td_mod_single->post->ID); ?>”
data-width=”100%” data-numposts=”5″></div>
} ?>
in the single.php in mobile themes but every time i try to add this i get an error.Please provide me a fix on how to add this code without errot
I understand one of the reasons for Amp and Mobile are for a faster site which leads to more views and a stronger worth to advertisers. However, is there a way to use our own ad inserter plugin rather than what is provided in the theme panel?
When i use mobile theme social media sharing icons are places horizonatly without a more option, which makes the page horizontally scrollable. Social media sharing icons are miss placed in mobe theme how to fix it?
Hi,
You can try this fix
#td-mobile-nav {
position: fixed;
}
Paste the code in Newspaper>Theme panel>Custom code>Custom css
But also is possible to be others elements broken in RTL
Our theme was does not support RTL so simply changing the direction will not work properly. Lots of theme elements have to be adjusted for the thee to support RTL.
Thank you!
Dear team,
I can modify footer at version of desktop theme as my design.
When I use only AMP theme, footer on mobile shows as I want.
I change to (mobile+AMP) theme, it comes back to your default settings.
Now I want to add more field at footer of (Mobile+AMP) theme, like Address field, phone number field,..
Please guide me how to do that.
Thank you,
Hi Catalin,
Sorry, I do not understand what you mean. What happens if I change the category? The first (big) article will still appear in the latest article list. Or do I misunderstand this?
Does it possibly work in the other direction?
Is there a way to show only certain categories in the latest article list?
Then I put all categories IDs in the code and skip the featured category id. Is that a possibility?
I have another question about the mobile theme: I always get the same six error messages from the AMP validator, even though I set “Mobile + AMP” in the mobile theme settings.
If I only activate the AMP mode in the mobile theme settings, I can not change any settings in the AMP plugin. The AMP plugin always shows:
Your active theme has been built-in AMP support.
Paired: Reuses active theme’s templates to display AMP responses, but uses separate URLs for AMP. Each canonical URL may AMP URL, if the content is fully AMP valid.
Only if I deactivate the mobile theme I can select the classic AMP mode in the AMP plugin.
In classic AMP mode, I do not receive error messages from the AMP validator.
I’ve cleared the chache and also disabled all non theme plugins. But unfortunately it did not work.
Many Thanks!
Hi,
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Also please check our documentation for Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured
Thank you for your understanding!
Hi,
Please check those section in Newspaper>theme panel>Mobile theme is possible to have set some ads there -> https://www.screencast.com/t/7IINO4o8A
Thank you!
Hi,
The code you enter in the theme panel main analytics section will be loaded when the mobile theme is active as well – http://prntscr.com/n7stns
You could use the loop ad spot – http://prntscr.com/n7sv7a set it to appear after 10 posts which is the number of posts displayed in the loop by default. It will appear at the bottom of the homepage and category pages – http://prntscr.com/n7sxdn
Thanks
Hi,
You can use just the AMP plugin if you want, the mobile theme is not required. Not installing it does not mean that AMP will not work.
That is just a message, not an error, mentioning that the mobile theme can be used together with the official AMP plugin – https://tagdiv.com/amp-newspaper-theme/
If you have more questions let me know.
Thanks
Hi,
Unfortunately, the theme does not have any such an automated way to exclude that post when both sections display the posts from Featured, sorry! As you can do is to handle your posts from your Featured Category. Another alternative, in this case, would be to edit the code and add another category instead of Featured. You can follow the next topic from here -> https://forum.tagdiv.com/topic/mobile-theme-featured-posts/
Hope this helps!
Thanks.