blacksmithmc
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Cannot Return to Default Language HomepageThanks – that’ll do it for me!
Forum: Plugins
In reply to: [Polylang] Cannot Return to Default Language HomepageThanks.
It seemed to work very briefly, i.e. if I went to the homepage from an internal page it worked, but now I am in French again!
I can live with it as long as new users aren’t stuck on the non-English homepage. Could you maybe check what result you get, please?
Forum: Plugins
In reply to: [Polylang] Cannot Return to Default Language HomepageThanks for the quick reply.
I still can’t seem to get it to change – cookies deleted before and after setting changes and still being forced to French (other users going to German) when trying to access English (default) homepage.
It’s ok when switching to other languages and fine on all none homepages!
Could you explain the process you did please? What settings did you change?
Forum: Plugins
In reply to: [Polylang] Cannot Return to Default Language HomepageAny progress here? I am having the same issue!
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Post SchemaHi Sii.
Any progress here, I have the same issue and have hacked the plug-in as below in class-frontend.php:
private function get_post_schema_type( $post ) { if ( 'post' === $post->post_type ) { $type = 'Article'; } else { $type = 'Article'; } /** * Filter: 'yoastseo_amp_schema_type' - Allow changing the Schema.org type for the post * * @api string $type The Schema.org type for the $post * * @param WP_Post $post */ $type = apply_filters( 'yoastseo_amp_schema_type', $type, $post ); return $type; }Might there be some simple way to tap into yoastseo_amp_schema_type?
Great plug-in and great work.
Thanks,
Dan