windowframe10
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Cloudflare] Purge Cache Not WorkingWait – I take it back! It’s working. In case this helps anyone else, we are using Pagely for hosting – I had disabled their cache but not cleared it afterwards – need to disable first, then clear it it seems.
Forum: Plugins
In reply to: [AMP] Amp validation warnings – how do you disable them?Ah ok thanks Weston, will try to check out the alpha this week. Cheers for the reply.
Forum: Plugins
In reply to: [AMP] Errors – but not on frontendHi @westonruter, would you able to offer any more advice on this? Amp validation error warnings are stacking up.
Forum: Plugins
In reply to: [AMP] Errors – but not on frontendHi and thanks for the reply.
Yes, here is my code (which is called on init):
namespace Amp; function add_amp_theme_support() { add_theme_support('amp', [ 'template_dir' => 'modules/blog/src/amp', 'available_callback' => 'is_singular', 'comments_live_list' => false, ]); } add_action('after_setup_theme', '\Amp\add_amp_theme_support');I have 0.7.1 installed.
- This reply was modified 8 years ago by windowframe10.
- This reply was modified 8 years ago by windowframe10.
- This reply was modified 8 years ago by windowframe10.
Viewing 4 replies - 1 through 4 (of 4 total)