Jeffinho2016
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Content mismatch on category pagesThis would explain why the desktop version shows something and the mobile version another thing.
Newspaper theme is 2 different themes (one for desktop, one for mobile)Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Content mismatch on category pagesNo, my guess is that the Newspaper mobile theme shows the first 3 articles differently on category pages : https://prntscr.com/eqarqx
And that the AMP plugin doesn’t pick them up
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Content mismatch on category pagesI don’t think it’s only me. I think it’s a compatibility issue with tagdiv’s Newspaper theme
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Content mismatch on category pagessure, sending you an email right now
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Content mismatch on category pagesHi @ampforwp
Did you find out what’s going on?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Content mismatch on category pagesNo pb @ampforwp
Let me know and talk soonI surely did
here’s the URL of the website
https://www. meilleursgadgetsdunet. comEverything works fine now.
The “too many redirections” appear only when changes are made the category structure.
In that case, deactivating and reactivating this extension fixes it immediately
I can provide testing environment if neededForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Bad redirectionsActually, @ampforwp
I gave you the link to a testing environment, but this issue can be seen on the current, live website:
https://www .meilleursgadgetsdunet .com/maison/toilettes/amp/
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Bad redirectionsHi @ampforwp
Thanks for trying to have a look.
It’s actually normal as we’re investigating a theme issue with the tagdiv Newspaper dev team and I disabled all plugins on this testing environment, I will reply back when the AMP pages will be back onForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Bad redirectionsHi, it seems that installing your free extension “remove category base” kind of fixed the problem.
However,
now if i’m herehttps://mgn(dot)ikanaweb(dot)com/maison/toilettes/amp/
And click on “show more posts” at the bottom
It doesn’t bring me to the good page
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Buttons on AMP sitestry to add to the previous code
display: inline-block;
margin-bottom: 10px;Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Buttons on AMP siteswithout the !important
I just copy/paste this code from your original pageForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Buttons on AMP sitesadd this in your custom css
.ow-button-base a {
box-sizing: border-box;
font-size: 1.3em;
padding: 1em 2em;
background: #d00;
color: #FFF !important;
border: 1px solid #d00;
border-width: 1px 0;
}Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Several issuesSure, here are some related settings:
https://prntscr.com/ec3cb1
https://prntscr.com/ec3ck4And here’s what happens:
If I click here
https://prntscr.com/ec3d80It makes me go to the /amp page, which returns a 404
you can see it here : mgn(dot)ikanaweb(dot)com/rehausseur-kaboost-chaise-enfant/amp/
that was indeed the problem, thanks!