- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Guys,
We are really not satisfied with the current AMP setup. The Old AMP Plugin was nice, But we ub=nderstand the issues of the future support of that plugin. The new mobile theme does lack many features like auto post loading, etc.. and most of don’t use mobile theme plugin. AMP without mobile theme plugin is just the ordinary WordPress AMP plugin. So, It will be great if you guys can create an Updated AMP Plugin or an AMP integration with the theme. Your theme competitors are likely to have their AMP setup working. And if possible please optimize the theme like fewer requests, less page size.
We always love Newspaper Theme ❤
Only icons from the “Font Newspaper” group are visible. For the remaining ones to be visible, the default page must be changed to another, for example “pagebuilder + title”. Unfortunately, this menu with icons is not visible in posts.
@jensgrabble So many errors would appear if there is no AMP whatsoever for the link you are testing. If this is your website https://www.ikwilgoedkoopreizen.be from what I can see AMP is not active. Please see this guide if you want to activate AMP
– https://tagdiv.com/amp-newspaper-theme/
@Bintmusic I have seen something similar with Woocommerce, this plugin also adds a noscript with a class and opacity – https://wordpress.org/support/topic/amp-paired-two-errors/ which can cause the same problem. I made some brief testing with a default theme and the same happens. It could be a problem with the AMP plugin itself or caused by a different plugin in.
While testing with WPBakery active and only theme plugins on our end the AMP posts are valid, no such errors.
The menu on mobile issue (not AMP) could be caused by minification, optimization or such plugins. The respective class that make the menu and search modals visible is not being added to the body when the icon is pressed – http://prntscr.com/n0yaz1
There are also some CSS regularities.
Maybe consider using the mobile theme just for AMP for the moment, and make a copy of the website on a testing sub-domain and set it exactly as the main one. There you can test and try to identify the problem plugin or configuration.
Hello Sir,
I’m still using older version of newspaper theme (v9.5) with old amp plugin that comes with the theme.
I have tested your latest version theme on localhost. and I have few concern.
1. if i will update my theme to latest version and if i follow your amp tutorial (mobile theme + amp plugin).
my url amp will change from https://website.com/post-url/amp/ to https://website.com/post-url/?amp
so my Question is, will it hurt my SEO? (that i am already ranking for)
2. smart list is not working fine with mobile theme, as it supposed to work.
if i goes to smart list post on mobile, Text before list start always remains on top on every page.
see this = http://bit.ly/2ukZNxa
with amp page everything looks fine. see this http://bit.ly/2Ok7Ymd
3. on amp pages Comment field name is not showing up, how will people understand where to fill what.
see this = http://bit.ly/2JDy19E
overwise your product is unbeatable. I hope you will understand my broken bad English. Have a nice day
Good Morning!
I have questions regarding the url for AMP.
The link must be the extension /amp/ or /?Amp/ at the end of the permalink? it is?
example.com/amp or http://www.example.com/?amp/ is this?
thank you
Hi,
‘While it does allow styling the document using custom CSS, it does not allow author written JavaScript beyond what is provided through the custom elements to reach its performance goals.‘
Please check the AMP HTML Specification
-> https://www.ampproject.org/docs/fundamentals/spec#html-tags
Also please check a similar topic -> https://forum.tagdiv.com/topic/custom-javascript-is-not-allowed/
-> https://forum.tagdiv.com/topic/a-mandatory-amp-html-tag-is-missing-from-this-document/
Also after you manage the javascript, please access your permalinks section of WordPress and press the save button again for the permalinks. you do not have to change the structure. Just save gain. This fixed the amp error for most users.
Thank you!
OMG… I told you… when I set my site on “AMP”, my code wich was pasted in AMP plugin works perfectly. When I swich to “AMP + mobile” it dosn’t work. I’ve tried also to paste this code into Mobile Theme filed but nothing happend. Would you be so kind and check it for me? My site: https://radioklinika.pl Situation on this moment: for desktop I have GA code on my GTM. I pasted the second json code into AMP plugin and Mobile Theme. So in fact I have two kinds of code in 3 different placement… On AMO and Mobile Theme it doesn’t work!
On just mobile version the code from the main theme panel analytics section will be loaded
– http://prntscr.com/n0wj5j
The one from AMP will load only when AMP is loaded. In the AMP section enter it as mentioned in the documentation, in the theme panel main analytics section enter it as provided (full code) – http://prntscr.com/n0wkw5
How can I solve this? The images are bigger than what everyone can see in the post.
Example: https://www.pokemonnext.it/nintendo/xbox-live-non-e-ancora-previsto-per-nintendo-switch/
But I need the mobile theme for my website. It is giving conflict when the other amp plugin is active. Even after selecting mobile instead of mobile + Amp it is giving fatal error. Please fix it.
Hi,
I made some test on version v9.6.1 and the like button is working on mobile theme.
For example now I’m log to may Facebook account -> https://www.screencast.com/t/KkxUiHxCj15
Thank you!
Hi,
You need to add your Header style here -> https://www.screencast.com/t/FdkyLkh4N This is a general location which should apply it for the entire website. If you have a single template, for example, and if you have set up another header, all of the posts which have this template will have that header.
Thank you!
You can exclude them from AMP, but not from the mobile theme. An option to exclude specific pages or posts so that the mobile theme does not apply to them, is not available at the moment. Such an option is considered however.
So if the mobile theme is active, each page will require 2 versions. One for desktop built in any way possible in the theme, and one for mobile built with the simple mobile editor.
Looks alright now – http://prntscr.com/n0vmca – http://prntscr.com/n0vmi4
AMP is valid – http://prntscr.com/n0vmt6
Some of the issues that happened in 9.6 were fixed in the 9.6.1 update, looks alright from what I can see.
To solve proble with js composer I comment this line in
plugins/js_composer/include/classes/core/class-vc-base.php
public function addNoScript() {
//echo ‘<noscript>’;
echo ‘<style type=”text/css”>’;
echo ‘ .wpb_animate_when_almost_visible { opacity: 1; }’;
echo ‘</style>’;
//echo ‘</noscript>’;
}
I tried to rule out optimization from javascript but the mobile theme menu still doesn’t work on mobile visualisation… works instead on the page amp
Do you have solutions to propose?
Thanks!
Hi,
Thank you for the feedback, much appreciated. I have seen that plugin being used in other websites successfully. You are free to use any AMP plugin or solution you see fit, we do not force users to use our mobile theme and AMP.
Maybe in the future when we will add more options and improve the mobile theme and AMP integration you can consider to switch back.
Thanks
Hello support team,
since I installed the AMP plugin I am receiving tons of 404 errors in my Google Search Console. I followed the guidance and your recommendations in this thread. The main error I am getting is “Custom Java Script is now allowed”.
I am attaching a couple of screenshot from my Google Search Console and hopefully you can help me to figure out the problem.
http://www.screencast.com/t/n8wjd9aHrV8W
http://www.screencast.com/t/ZcIOJayh0aU
Thanks in advance.
Hi,
I think that you are using the page builder + Latest Articles as page template. Change it to default for example and check the results. For more information about this section, please check here -> https://forum.tagdiv.com/page-templates-2/
Thank you!
Hi @Kiran,
Is look like your amp version is working now -> https://www.screencast.com/t/50R0qUPq
Thanks!
Try one signal push – plugin on wordpress.
Check out my site for an example https://orb-gaming.com
Now it is, at the time of checking yesterday there was no AMP version available. I tested a post with the AMP validator, that message is referring to the ads scripts
– http://prntscr.com/n0uwh0
How are you implementing the adsense ads for AMP exactly? They should be like this
– http://prntscr.com/n0uxyh
– https://support.google.com/adsense/answer/7183212?hl=en
Hi,
Please make sure that you make the changes in theme files like in above example.
If there are still some problems, please provide some more details and some screenshots with the settings that you made.
Thank you!
Dear Sir
I Face One Problem It Is In My All Post Title & Heading Link Automatic Inserted. I Want My Title & Heading Without Any Link. For Example, See This Post – https://coinworldstory.com/mph-one-com/ . In This Post You Found Title First Word Invisible Due To Link. I Want Remove Link From Title & Heading
Looks alright now – http://prntscr.com/n0tr4c mobile theme is active and AMP works
– http://prntscr.com/n0ttcf – http://prntscr.com/n0ttjt
If you want the mobile theme to apply for the AMP pages this option has to be active
– http://prntscr.com/n0tub2
I should note that there is a theme update available 9.6.1, there were some more options/cases added to choose when you want the mobile theme – http://prntscr.com/n0ts8l
The guide has been updated – https://tagdiv.com/amp-newspaper-theme/
Hi Catalin
Using your example please see screenshot below as to what I am seeing. There are no subcategories under the “Theatre” main category on the non-mobile site. The mobile site is showing subcategories.
http://www.screencast.com/t/DuyyROzZ
The two categories I have circled are not part of any menu on the site.
I hope that makes sense? Thanks for your help.