fredmr
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampI did try that route first but it did not work. Will try to investigate more tomorrow.
Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampThanks, I placed the amp analytics into the template and it is working now.
Not sure what was blocking it before. 301 should be better redirect for old amp links, would you agree?Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampanalytics tracking is set under plugin Analytics tab:
worked fine in previous setup.
Analytics setup is one point, however traffic is definitely not going to amp pages and is down by about 25%.
{
“vars”: {
“account”: “UA-20014268-5”
},
“triggers”: {
“trackPageview”: {
“on”: “visible”,
“request”: “pageview”
},
“trackEvent”: {
“selector”: “#sidebar”,
“on”: “click”,
“request”: “event”,
“vars”: {
“eventCategory”: “ui-components”,
“eventAction”: “menu-click”
}
},
“outboundLinks”: {
“on”: “click”,
“selector”: “a”,
“request”: “event”,
“vars”: {
“eventCategory”: “outbound”,
“eventAction”: “click”,
“eventLabel”: “${outboundLink}”
}
}
}
}Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampgoogle analytics, I can attach the graph, where can I post the jpg ?
Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampHere is a sample post:
https://www.lushome.com/warm-metal-accents-bringing-luxurious-glow-modern-kitchen-design/196345?ampAnalytics graph shows about 2500-3000 visits to amp pages before plugin, and today – only around 200. Would appreciate any insights.
Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampI agree, just I think 301 will push AMP consumers to make this switch faster.
Today – 0 traffic to new or old amp links, substantial drop, need more time for crawl and re-indexing. This plugin is fine if one goes for native mode, paired in my experience is a problem because of new permalink structure.Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampI would like to give it one more day just to be sure. Never opened pull requests before. Will have a look tomorrow.
Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampHi thanks, for the reply. I meant that it appears that referrer simply “does not like” 302 and it does not send traffic. Actually traffic from google search to amp pages has dropped as well. Also, if there were any links to amp pages 301 would be better. I did find the line in class-amp-theme-support and changed 302 to 301. Should work until another update I guess. Let me know what you think.
Forum: Plugins
In reply to: [AMP] 302 redirect in AMP 1.0 from old /amp/ pages to the new ones /?ampHello Weston,
I think there should be an option to return 301. We noticed a drop from several referrers eg- pinterest not sending any traffic since we implemented paired mode couple of days ago. Is there a way to change this ?Forum: Fixing WordPress
In reply to: 4.3 db upgrade problemsIf anybody is interested the solution is here
https://foliovision.com/2015/04/wordpress-database-upgrade-4-2Forum: Plugins
In reply to: [Media Library Assistant] alt text reconciliationthanks for your reply I will look into it little bit later.
right now fighting 4.3 upgradeForum: Plugins
In reply to: [Media Library Assistant] alt text reconciliationYes you are correct that captions for the images in the post make up the body of the post, alt text set in the post only is what I called by mistake postmeta. This is s wrong term for it. From workflow point of view it was easier sometime just do bulk upload of images into the media library and then set captions and alt text when inserting into the post.
That creates this mess I am in. If you can point me in the right direction on how to at least find these values that would help. What functions return these? What do you mean by source text? Here is how code looks:
<div id=”attachment_6320″ class=”wp-caption aligncenter” style=”width: 434px”><div itemscope itemtype=”https://schema.org/Photograph”><img itemprop=”image” class=”wp-image-6320 size-full” src=”https://www.fpimages.com/wp-content/uploads/2015/03/chateau-frontenac-old-quebec-winter-romantic-getaways-1.jpg” alt=”Monument to S. Champlain and Chateau Frontenac at sunset” width=”434″ height=”650″ /><h4 itemprop=”description” class=”wp-caption-text”>Monument to S. Champlain and Chateau Frontenac</h4></div></div>Forum: Plugins
In reply to: [SrcSet Responsive Images for Wordpress] reverse the resultsWhen installed srcset was added but made no difference in loading thumbnails for mobile screen.
Now I cannot remove srcset – i reinstalled new version and ran uninstall srcset , but it is still there in html.Forum: Fixing WordPress
In reply to: edit post – shows blank screenHello,
Backup plugin is still disabled but I cannot edit the post again even in html editor.
What else is there to do ?Forum: Fixing WordPress
In reply to: edit post – shows blank screenHi,
Found out that plugin “WordPress databse backup” was the culprit.
Can see html code of the post with the above plugin disabled.Still no visual editor.
Tried Twenty Ten theme – post shows blank screen.Any further advice ?
Thanks